Jump to content
  • 0

[Help] Server doesnt Start Gameserver/Loginserver


Question

Posted

Starting L2Brick Game Server.

Exception in thread "main" java.lang.UnsupportedClassVersionError: l2/brick/game
server/GameServer : Unsupported major.minor version 51.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(Unknown Source)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$000(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: l2.brick.gameserver.GameServer.  Program will exi
t.

Server terminated abnormaly


server terminated

Press any key to continue . . .

 

This is my problem i dont know the way to fix it if some1 know how can i fix it please give me the solution thanks for your time .. :)

 

i hope to found the solution

3 answers to this question

Recommended Posts

  • 0
Posted

You can't run classes compiled with JDK 6.0 under JDK 5.0. The same with classes compiled under JDK 7.0 when you try to run them under JDK 6.0.

http://www.java.net/node/664117

 

Reinstall your JDK to 6/7 :P

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..