I'm a little stuck. I usually use the export option in eclipse to create the jar. But now I have deployed my code in production and want to create a jar file.
So, I have two files,
foo.java which calls bar.java
And then he uses a couple of cans
foobar.jar foo_bar.jar
Now, so the main thing in foo.java
How to create an executable jar.
Thanks,
source share