I remember a while back with eclipse or netbeans I was able to easily include my source files in my jar file. I have moved to intellij 10 community edition and find myself n
did you try this
http://blogs.jetbrains.com/idea/tag/artifacts/
basically you
add a build artefact of type jar. You should see something like
Now in the build menu option you can build the jar.