I’m trying to create a game that runs on JDK 1.1 so all those Microsoft JVM user can still run it. It’s working pretty good so far…
…But here’s my problem: I need to put it into a 1.1-compatible .jar file, and I can’t figure out how to do this with the 1.4.2 jar tool. ???
Am I missing something obvious (like a command line option) that will let me do this? Or is there a 3rd party tool? Or am I going to have install the 1.1.8 JDK just to get that one tool?
Thanks for the help!