I downloaded the latest (i assume) version of ps2vfs but all the .rar file contains is a whole bunch of .jar files. I assume I have to compile this - but how?
|
|
|
|
Would you like to get all the new info from
PSX-Scene in your email each day?
Want to learn more about the team keeping you up to date with the latest scene news?
Read about them now! Check out our Developer bios, too! | ||
|
|
I downloaded the latest (i assume) version of ps2vfs but all the .rar file contains is a whole bunch of .jar files. I assume I have to compile this - but how?
A *.jar file is just a Java Archive. To run it use:
I personaly haven't tried it, but this is the excpected output from the readme file:Code:java -jar filename.jar
I guess once you get that you can start transmitting files with ps2ip, ps2eth and ps2ips.Code:# _____ ___ ____ # ____| | ____| PSX2 OpenSource Project # | ___| |____ (C)2003,Bigboss, Mavy & Hermes # (bigboss@ps2reality.net,mavy@ps2reality.net,hermes@ps2reality.net) # ----------------------------------------------------------------------------- Server listening in port 6969
I did as you said and I got this error:
C:\Documents and Settings\<MY NAME>java -jar ps2vfs.jar
Exception in thread "main" java.lang.NoClassDefFoundError: java/util/logging/Handler
Is there something I'm missing or doing wrong?
Hi there,
I think your problem lies in the integration of the Java Runtime Environment with Windows. Allow me to elaborate:
If I follow your predicament correctly, this should solve your problem:
1) Make sure you have the most up-to-date Java runtime environment installed (Not that it makes that much difference if it's not the latest version, but just to be on the safe side)
2) I don't know which version of Windows you are running, - I'm running Win2K, but you should be able to find the right place to go if you're on XP - right click on My Computer, and go to System Properties. Then go to the Advanced tab and click on Environment Variables. - then look at the System Variables section at the bottom of the dialogue. Find the "CLASSPATH" line, select it and click on edit, - You then need to add a line that points to the binary directory of the java install directory, - usually something like "C:\Program Files\Java\j2kre1.4.2_06\bin" - it doesn't matter where you installed java to originally, just make sure you type in the path for your particular case. - What is important is to add the "\bin" otherwise this won't work.
3) Click OK for all dialogue boxes and reboot.
4) When you're back in Windows, retry what you typed previously to run ps2vfs and it should run fine.
-What all this does is to point Windows to the Java directory which holds all of the relevant Java commands that you may use. This way whenever Windows boots, you run a command prompt and type "java" for example, Windows will know that you typed a command related to Java and not just a random word, as you have effectively "pre-loaded" the Java libraries and commands. - If you don't add your java binary directory to the "CLASSPATH" line, you will have to go to the bin directory within the java install directory every time you want to run a Java command, which is a real pain.
Sorry if all that is a bit long winded and "waffly" but I'm not aware of what you know and what you don't, so I played it safe. - On the upside, you only have to do this once and never again until you reformat so it's not that bad.
(If you already know all this then ignore my post but from your original post, this is what I think is causing your problem).
Regards
![]()
~N.B.~
Thanks! It works now, thanks a million for your help.
You're welcome. Glad you're up and running now.
![]()
~N.B.~
| « Previous Thread | Next Thread » |