Question

Have a project developed in JBuilder 2007.

I can create a jar with the compiled classes and resources by right-clicking on the project in Package Explorer and selecting Export, but is there a way to set-up the project to automatically generate the jar file, whenever the source changes ?

Was it helpful?

Solution

Ant ! Here's a link with a great example involving jbuilder. Once your ant file is completed, you jsut run it. It will do the same thing as an export. Want any more help ?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top