Quote:
Originally Posted by sega dude
Edit: I figured out what the problem was. It was because I was compiling the class with JavaSE-1.8 in Eclipse. This lead to a java.lang.UnsupportedClassVersionError. So I changed the JRE System Library to J2SE-1.5. Now it runs just fine. I found all this out by looking at the crash.log file.
|
I had a similar problem time ago. Where i have to look for the crash.log file when i write a kindlet?