Moderator: Phades
DatOneGuy wrote:Drucian wrote:I did the pause method that was just mentioned onto my .bat file. I also do get the java not found error that was also mentioned in the same post.
"'java' is not recognized as an internal or external command, operable program or batch file."
What can I do to fix this? Would fixing this also solve the "Connection Refused: connection" problem?
I don't think it's connected(unintentional pun) to your connection issues.
To fix it, really it depends on what version of Windows exactly you have, but here's what I followed:1. Right-Click My Computer and select Properties
2. Then Click The Advanced Tab
3. Then Click Environment Variables
4. Select Path In The Bottom Box and Click Edit
5. Find Where You installed Java (E.g "C:\Program Files\Java\bin)
Its different on each computer
6. Make Sure to add a semicolon after the word bin in the path to seperate it from the other important paths
7. If this doesnt work then you may have to reinstall Java and Try Again
ryft wrote:Not working for me either. I am on Windows XP SP3 using Java Version 6 Update 15
I get this error when I open the run.bat:
Exception in thread "Haven main thread" java.lang.UnsatisfiedLinkError: C:\P
am Files\Java\jre6\bin\jogl.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.sun.opengl.impl.NativeLibLoader.loadLibraryInternal(NativeLib
er.java:189)
at com.sun.opengl.impl.NativeLibLoader.access$000(NativeLibLoader.ja
9)
at com.sun.opengl.impl.NativeLibLoader$DefaultAction.loadLibrary(Nat
ibLoader.java:80)
at com.sun.opengl.impl.NativeLibLoader.loadLibrary(NativeLibLoader.j
103)
at com.sun.opengl.impl.NativeLibLoader.access$200(NativeLibLoader.ja
9)
at com.sun.opengl.impl.NativeLibLoader$1.run(NativeLibLoader.java:11
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.opengl.impl.NativeLibLoader.loadCore(NativeLibLoader.java
)
at com.sun.opengl.impl.windows.WindowsGLDrawableFactory.<clinit>(Win
GLDrawableFactory.java:60)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at javax.media.opengl.GLDrawableFactory.getFactory(GLDrawableFactory
a:106)
at javax.media.opengl.GLCanvas.chooseGraphicsConfiguration(GLCanvas.
:520)
at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:131)
at javax.media.opengl.GLCanvas.<init>(GLCanvas.java:90)
at haven.HavenPanel.<init>(HavenPanel.java:63)
at haven.MainFrame.<init>(MainFrame.java:121)
at haven.MainFrame.main2(MainFrame.java:199)
at haven.MainFrame.access$100(MainFrame.java:35)
at haven.MainFrame$5.run(MainFrame.java:247)
at java.lang.Thread.run(Unknown Source)
EDIT: Nevermind, fixed. Copied my roomates Java folder lol.
Connection Refused: Connect
Users browsing this forum: Claude [Bot] and 0 guests