View Single Post
Old 05-10-2007, 04:01 AM   #20
tororebelde
No es el toro que piensas
tororebelde began at the beginning.
 
tororebelde's Avatar
 
Posts: 44
Karma: 10
Join Date: Mar 2007
Device: iRex iliad
Quote:
Originally Posted by narve
You should attach your jar-file, but unless I read it wrong (I don't use jar command line anymore) it should just be
Code:
jar cvfm javi.jar Manifest com
Otherwise the class file will be included with wrong fileprefix (the "com" folder prefix isn't included). You can verify this by opening the jar file in WinZip, 7-zip or similar.
Yes indeed, you're right. I didn't used jar command either, and my command was given from jar's help. Your command did the trick. Now I can run very simple examples from iliad so I'll start to do like scotty1024 and try visual classes on it. Thank you very much!
tororebelde is offline   Reply With Quote