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

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -