Update Java Application
HelloI have a problem with updating a Java Application.Yesterday i have made a modification to a class from my application but today when i am running the application it still runs the old version.The JAR file doesn't update.What can i do? Thank you!
[272 byte] By [
Margota] at [2007-10-2 16:48:24]

> The JAR file doesn't update.What can i do?
Provide an example of how you are running your app? If you are running the app from the JAR file, then you need to rebuild your JAR file. Compiling doesn't automatically update the class files in the JAR file. You have to recreate the JAR file.