java - The jar file is not reflecting any changes after making changes in code -




i'm working on java app. created jar file , after made changes in code , feel of app using net-beans changes made not reflecting in jar file. have delete old jar file , create new one?

you need re-make jar file again, jar file compressed file containing resources (classes, images, etc) required run program. if of classes changed need recreate jar file ensure updated classes incorporated.





wiki

Comments

Popular posts from this blog

elasticsearch - what is the equivalent data type for geo_point in hibernate search? -

firebase - How to wait value in Ionic 2 -

Jenkins: find build number for git commit -