1
Personal Java/Jeode/J2ME Personal Profile / Inner classes
« on: July 24, 2004, 06:23:34 pm »
Thanks for your help.
Yes it works to add all of the inner classes to a jar file and then execute it using
What a pain....
Yes it works to add all of the inner classes to a jar file and then execute it using
Code: [Select]
evm -cp NameOfJarFile.jar:. NameOfMainClass
But you cannot put all of the files in one jar and create a manifest file then run it usingCode: [Select]
evm -jar NameOfJarFile.jar
Because evm will not recognize the jar flag.What a pain....