Could use some help here,
Im running windows 7 with java 7.
I downloaded "Windows 64bit -
https://dl.dropboxusercontent.com/u/371 ... -amd64.zip"
I unzipped and created a run.bat with the command line:
- Code: Select all
"C:\Program Files (x86)\Java\jre7\bin\java.exe" -Xms512m -Xmx1024m -jar maid.jar moltke.seatribe.se -r ./res
pause
Saved and dropped in Anemone folder. When i run it i get the following:
- Code: Select all
C:\Users\Matt\Desktop\anemone-15.02.14-windows-amd64>"C:\Program Files (x86)\Jav
a\jre7\bin\java.exe" -Xms512m -Xmx1024m -jar maid.jar moltke.seatribe.se -r ./re
s
Catched FileNotFoundException: C:\Users\Matt\Desktop\anemone-15.02.14-windows-am
d64\gluegen-rt-natives-windows-i586.jar (The system cannot find the file specifi
ed), while addNativeJarLibsImpl(classFromJavaJar class com.jogamp.common.os.Plat
form, classJarURI jar:file:/C:/Users/Matt/Desktop/anemone-15.02.14-windows-amd64
/gluegen-rt.jar!/com/jogamp/common/os/Platform.class, nativeJarBaseName gluegen-
rt-natives-windows-i586.jar): [ file:/C:/Users/Matt/Desktop/anemone-15.02.14-win
dows-amd64/gluegen-rt.jar -> file:/C:/Users/Matt/Desktop/anemone-15.02.14-window
s-amd64/ ] + gluegen-rt-natives-windows-i586.jar -> slim: jar:file:/C:/Users/Mat
t/Desktop/anemone-15.02.14-windows-amd64/gluegen-rt-natives-windows-i586.jar!/
Exception in thread "Haven main thread" java.lang.UnsatisfiedLinkError: Can't lo
ad library: C:\Users\Matt\Desktop\anemone-15.02.14-windows-amd64\gluegen-rt.dll
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at com.jogamp.common.jvm.JNILibLoaderBase.loadLibraryInternal(JNILibLoad
erBase.java:551)
at com.jogamp.common.jvm.JNILibLoaderBase.access$000(JNILibLoaderBase.ja
va:64)
at com.jogamp.common.jvm.JNILibLoaderBase$DefaultAction.loadLibrary(JNIL
ibLoaderBase.java:96)
at com.jogamp.common.jvm.JNILibLoaderBase.loadLibrary(JNILibLoaderBase.j
ava:414)
at com.jogamp.common.os.DynamicLibraryBundle$GlueJNILibLoader.loadLibrar
y(DynamicLibraryBundle.java:388)
at com.jogamp.common.os.Platform$1.run(Platform.java:203)
at java.security.AccessController.doPrivileged(Native Method)
at com.jogamp.common.os.Platform.<clinit>(Platform.java:173)
at javax.media.opengl.GLProfile.<clinit>(GLProfile.java:82)
at javax.media.opengl.GLCapabilities.<init>(GLCapabilities.java:84)
at haven.HavenPanel.<clinit>(HavenPanel.java:68)
at haven.MainFrame.<init>(MainFrame.java:149)
at haven.MaidFrame.<init>(MaidFrame.java:18)
at haven.MaidFrame.main2(MaidFrame.java:383)
at haven.MaidFrame.access$200(MaidFrame.java:12)
at haven.MaidFrame$6.run(MaidFrame.java:341)
at java.lang.Thread.run(Unknown Source)
C:\Users\Matt\Desktop\anemone-15.02.14-windows-amd64>pause
Press any key to continue . . .
I've been reading through the forums for a couple hours now and cant seem to come up with anything. Any help would be much appreciated thanks.