Pages: 1
Author Topic: Problems on old linux again  (33,647 Views)
Offline (Unknown gender) daz

Contributor
Joined: Jul 2010
Posts: 167
View profile
Posted on: March 04, 2014, 07:30:24 PM
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.
Offline (Unknown gender) MahFreenAmeh

sysadmin
Web Team
Joined: Apr 2008
Posts: 13
View profile WWW
Reply #1 Posted on: March 05, 2014, 04:36:25 PM
in b4 update java
Offline (Unknown gender) Josh @ Dreamland

Prince of all Goldfish
Developer
Joined: Feb 2008
Posts: 2,950
View profile
Reply #2 Posted on: March 11, 2014, 12:36:28 AM
Yeah, I think Robert decided that 1.6 was old hat and everyone should have 1.7 by now.
Offline (Unknown gender) Goombert

Developer
Joined: Jan 2013
Posts: 2,991
View profile
Reply #3 Posted on: March 14, 2014, 03:59:00 AM
Yeah no, 1.6 should work the jar file is built in 1.6, I deprecated 1.5 for LGM.
Pages: 1