
Originally Posted by
sachinwarang
Hi friends,
I'm try to run the application using command prompt .For that before building such application i set all the environment variables which they specify.While creating .jar from manifest.txt file , i've use follwing command ,
jar -cfvm E:j2me\midlets\HelloWorld.jar manifest.txt -c
E:\j2me\classes\greeting
But it is throwing follwing Exception.
"E:j2me\midlets\HelloWorld.jar (The system cannot find the path specified)
at java.io.FileOutputStream.open(Native Mthod)
at java.io.FileOutputStream.<init>(FileOutputStream.jave:179)
java.io.FileOutputStream.<init>(FileOutputStream.jave:70)