Hi new to the forum
quick question for you guru's.
I have an old .jar file which works on jre 1.2.2 however will not work on anything after that version.
Poking around i read that javac will be able to compile my old jar file and give me the ability to run it on java 6 or java 7.
Reading through the man pages i cannot seem to figure out what the command structure is to recompile my jar file. is it even possible?
reason is i'm on a linux box and trying to get jre 1.2.2 to work properly has been a nightmare so thought i'd try this avenue to see if recompling it would be easier
thank you