|
From: Andrew C. <aca...@ta...> - 2010-09-28 13:10:30
|
On 9/28/2010 12:48 AM, Frank W. Zammetti wrote: > Looks very much like the bin directory of your JDK install isn't in > your path... can you execute java or javac from a command prompt? I'd > assume not. > > Oh, you said "Java is installed"... is that the JDK or JRE? I'm not > sure if the jar app comes with the JRE, that's possibly it too. > > On 9/27/2010 4:36 PM, Andrew Cameron wrote: >> Why am i getting this message? >> Java is installed, netbeans is installed, Apache Ant is installed >> DataVision is installed and the DVClasspath is set up. >> I am new to this and can't seem to get passed the Setting the paper >> size. Jim has been a great help but I now can't get ant or jar to work >> the way it is supposed to. What am I doing wrong? >> >> C:\Program Files\DataVision>jar >> 'jar' is not recognized as an internal or external command, >> operable program or batch file. >> >> >> Andy >> >> ------------------------------------------------------------------------------ >> Start uncovering the many advantages of virtual appliances >> and start using them to simplify application deployment and >> accelerate your shift to cloud computing. >> http://p.sf.net/sfu/novell-sfdev2dev >> _______________________________________________ >> DataVision-users mailing list >> Dat...@li... >> https://lists.sourceforge.net/lists/listinfo/datavision-users >> > Frank, Thank you I saw the error and fixed the path and jar worked but the commands to extract the file paper.properties from the datavision.jar is now giving me this message. Now what is the problem? C:\Program Files\DataVision\jimm\datavision>jar uf DataVision.jar paper.properti es java.io.FileNotFoundException: DataVision.jar (The system cannot find the file s pecified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:106) at sun.tools.jar.Main.run(Main.java:192) at sun.tools.jar.Main.main(Main.java:1149) C:\Program Files\DataVision\jimm\datavision> Thank you again; Andy |