Guest macpegg.uk Posted April 7, 2004 Report Posted April 7, 2004 wot java exacutable files can be used for java games? i know ya have .jad, and .jar, is there any other excutables that can be used?? thx for any info Dazza
Guest RimLife Posted April 8, 2004 Report Posted April 8, 2004 Just to clarify: A JAD file is not an executable. A JAD file is actually a text file that contains info on the actual application. The reason to download this first is that this file tells the phone app manager whether the phone has the resources to run the app that is going to be downloaded. The JAR file contains the zipped classes that are the actual executables. The JAD file has a variable that tells the app manager on the phone where the JAR for the app is located (URL). most java "executable" are packaged as .jar files...on the server, they are usually packaged as .WAR files. Java class files themselves end in .class
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now