|
I try to run LGM and it crashes
(precise)matt@localhost:~/Documents/enigma-dev-master$ java -jar lateralgm.jar Java Version: 10600 (1.6.0_30) Exception in thread "main" java.lang.UnsatisfiedLinkError: java.awt.SplashScreen._getInstance()J at java.awt.SplashScreen._getInstance(Native Method) at java.awt.SplashScreen.getSplashScreen(SplashScreen.java:113) at org.lateralgm.main.LGM$SplashProgress.<init>(LGM.java:906) at org.lateralgm.main.LGM.main(LGM.java:744) (precise)matt@localhost:~/Documents/enigma-dev-master$
I think it doesn't like my old java (and maybe the fact that it's openjdk). Also I tried updating lateralgm.jar and enigma.jar with same problem. Also I tried to build lateralgm from source, but eclipse was complaining about a million errors.
I ran make and it compiled libcompileegmf just fine.
|