Results 1 to 1 of 1
Saw an error while setting up an application called i2phex:
Code:
# ./run.sh
java.lang.RuntimeException: Failed to initialize phex.net.repres.i2p.I2PPresentationManager
at phex.common.ManagerController.initializeManagers(ManagerController.java:78)
at phex.Main.main(Main.java:161)
After seeing that I figured it was that ...
- 03-03-2011 #1Just Joined!
- Join Date
- Apr 2006
- Posts
- 5
Java Classpath Problem
Saw an error while setting up an application called i2phex:
After seeing that I figured it was that I didn't have my classpath set up for java. I've set up classpath's before, but I don't know the directory to link it to. I know java is installed because this works:Code:# ./run.sh java.lang.RuntimeException: Failed to initialize phex.net.repres.i2p.I2PPresentationManager at phex.common.ManagerController.initializeManagers(ManagerController.java:78) at phex.Main.main(Main.java:161)
But I checked and don't see a classpath for it:Code:# java -version java version "1.6.0_10" Java(TM) SE Runtime Environment (build 1.6.0_10-b33) Java HotSpot(TM) Server VM (build 11.0-b15, mixed mode)
I also checked "env" and there's no environment variable for it there. Searched for the needed directory in many places sites off Google suggested for a java classpath but I didn't have any of them. Many searches with "find / -name" and came up empty.Code:# echo $JAVA
PS.- I'm using Backtrack 4 r2 if that helps. (This is Ubuntu Intrepid... old, I know)


Reply With Quote