|
From: Frank W. Z. <fz...@om...> - 2010-09-28 14:38:41
|
On 9/28/2010 9:10 AM, Andrew Cameron wrote: > 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> > The thing about error messages is they *usually* tell you what's wrong :) Here, the DataVision.jar file isn't found. That's because that jar is in the lib directory off the DV install root. Add lib/ in front of the jar in your command line and that error should go away. Also, are you just trying to extract that file? If so, I *think* you want just x instead of uf. Check the jar docs (just do jar with no options on the command line). -- Frank W. Zammetti Author of "Practical Palm Pre webOS Projects" and "Practical Ext JS Projects with Gears" and "Practical Dojo Projects" and "Practical DWR 2 Projects" and "Practical JavaScript, DOM Scripting and Ajax Projects" and "Practical Ajax Projects with Java Technology" (For info: apress.com/book/search?searchterm=zammetti&act=search) All you could possibly want is here: zammetti.com |