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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...