Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   General Discussion (https://www.gnutellaforums.com/general-discussion/)
-   -   Can't Get Phex to Start (https://www.gnutellaforums.com/general-discussion/15993-cant-get-phex-start.html)

Unregistered October 1st, 2002 03:36 PM

Can't Get Phex to Start
 
I've installed Phex 0.7.3 and I can't get it to run.
This is the error I get when starting it from a command window:

java.lang.NoClassDefFoundError: org/xml/sax/SAXParseException
at phex.download.swarming.SwarmingManager.loadDownloa dList(Unknown Source)
at phex.MainFrame.<init>(Unknown Source)
at phex.gui.common.GUIRegistry.initialize(Unknown Source)
at phex.f.main(Unknown Source)

This is the command I used
java -jar phex.jar

I also tried running this batch file to include sax

set LASSPATH=.\phex.jar;D:\ant\lib\crimson.jar;D:\ant\ lib\jaxp.jar
java -jar -cp %CLASSPATH% phex.jar

Any help would be appreciated
Dave

HelgeB October 2nd, 2002 05:37 AM

Re: Can't Get Phex to Start
 
Quote:

Originally posted by Unregistered
java -jar -cp %CLASSPATH% phex.jar
This won't work. The -jar option overrides all CLASSPATH settings (of the evironment variable and -cp option). Try this command:
java -cp phex.jar;D:\ant\lib\crimson.jar;D:\ant\lib\jaxp.ja r phex.f

Helge


All times are GMT -7. The time now is 11:27 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.