-6

I am beginner in java programming. I have source code of jacorb and need to change a .java file and recreate jacorb.jar. I change java file but how to create jar file? Please guide me in details

1 Answers1

1

Depends on how you're working.. In Eclipse, use the Export - Java - JAR file option. For commandline it's the jar command you want.

vulcan
  • 13
  • 5