Re: [JAVA3D] executable jar file does not work

2000-04-17 Thread Vladimir Olenin
Hmm, that's weird! Frankly, i haven't installed SDK1.3 yet, so, possibly it IS a bug. But if it is a bug, then it's a bug of jar util only, since i can run .jar with VM1.3RC2 no problem. ML> Is this a bug? Or am I doing something wrong? (I have no problems starting a ML> pure Swing-Java program b

[JAVA3D] executable jar file does not work

2000-04-15 Thread Marco Lohse
Hi, I am trying to create an executable jar-file for Windows 98SE of a Java 3D program. I have a Manifest.mf file an a subfolder /META-INF with: Manifest-Version: 1.0 Main-Class: HelloUniverse Created-By: 1.3.0rc2 (Sun Microsystems Inc.) and a classfile HelloUniverse.class. I create the jar file