By typing jar -tf myJar.jar MyProject
I get in the file list, besides the normal .java
and .class
files, also a .java~
file.
I have read googling it around that it is due to some other incomplete version of the file.java
. If so, How can I go ahead and remove those files? since in the real folder there are no other files than file.java and file.class.
Thanks in advance.