Hello guys!
Your app looks amazing, but I really cannot manage to make it run. I followed the instructions in the README and in the forum, but I cannot get it to run.
Can you please help me with that?
Thank you very much in advance!
I am using a MacBook Pro (2014) with OS X 10.9.5, and I downloaded mgui-1.0.22-alpha release from the mgui-core series released 2014-06-01.
The JDK is installed in:
/Library/Java/JavaVirtualMachines/jdk1.8.0_40.jdk
and this is the output of java -version:
java version "1.8.0_40"
Java(TM) SE Runtime Environment (build 1.8.0_40-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.40-b25, mixed mode
If I use the command for mac in the README, which has the amd64 option, I get:
~/Downloads/mgui-1.0.22-alpha: java -Djava.library.path=bin/amd64 -Xmx1000m -classpath .:lib:lib/* mgui.interfaces.exec.MguiStart mgui.mac.init
Error: Could not find or load main class mgui.interfaces.exec.MguiStart
If I use the mgui-mac command, which has the i586 option, I get:
~/Downloads/mgui-1.0.22-alpha: ./mgui-mac
Could not initiate driver 'JDBC-ODBC', class 'sun.jdbc.odbc.JdbcOdbcDriver'
Details: sun.jdbc.odbc.JdbcOdbcDriver
Exception in thread "main" java.lang.UnsatisfiedLinkError: no J3D in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1865)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at javax.media.j3d.MasterControl$22.run(MasterControl.java:891)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:888)
at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:233)
at mgui.interfaces.graphics.InterfaceGraphic3D.init(InterfaceGraphic3D.java:241)
at mgui.interfaces.graphics.InterfaceGraphic3D.<init>(InterfaceGraphic3D.java:183)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
at java.lang.Class.newInstance(Class.java:442)
at mgui.interfaces.InterfaceEnvironment$InterfaceGraphicLoader.loadClass(InterfaceEnvironment.java:2025)
at mgui.interfaces.InterfaceEnvironment.addInterfaceGraphicClass(InterfaceEnvironment.java:1087)
at mgui.interfaces.InterfaceEnvironment.init(InterfaceEnvironment.java:466)
at mgui.interfaces.InterfaceEnvironment.init(InterfaceEnvironment.java:194)
at mgui.interfaces.InterfaceSession.start(InterfaceSession.java:192)
at mgui.interfaces.InterfaceSession.start(InterfaceSession.java:169)
at mgui.interfaces.exec.MguiStart.main(MguiStart.java:41)
========================================================================================