Quote:
Originally Posted by tarifelagund
Hi,
I'm not tech-savvy at all so please bear with me!
I took it that I needed to run the prob through cmd line on my windows vista, but I got this result.
Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\Vista>java -Xms200M -Xmx300M -jar LRFTools-v0.9.183.jar convert "C:\Use
rs\Vista\Documents\My Library\Larissa Ione" -RTF
Unable to access jarfile LRFTools-v0.9.183.jar
I tried using the GUI thingy to even less success as I couldn't even figure out how to open the thing after downloading it!
Where did I go wrong??
Is there a specific place that I need to download the jar file to? I just have it in my downoads folder.
thanks!
|
You must full qualify path of jarfile. On your example the only way to work is copying the jarfile on "C:\Users\Vista". If you have the jarfile on "c:\jars\LRFTools-v0.9.183.jar" then your command line must be:
C:\Users\Vista>java -Xms200M -Xmx300M -jar c:\jars\LRFTools-v0.9.183.jar convert "C:\Users\Vista\Documents\My Library\Larissa Ione" -RTF