Thread: Error while starting a linux 508 server.

Results 1 to 4 of 4
  1. #1 Error while starting a linux 508 server. 
    idownload
    Guest
    Hey.

    Here is the error code..

    Code:
    Exception in thread "main" java.lang.NoClassDefFoundError: 43594
       at gnu.java.lang.MainThread.run(libgcj.so.90)
    Caused by: java.lang.ClassNotFoundException: 43594 not found in gnu.gcj.runtime.SystemClassLoader{urls=[], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
       at java.net.URLClassLoader.findClass(libgcj.so.90)
       at gnu.gcj.runtime.SystemClassLoader.findClass(libgcj.so.90)
       at java.lang.ClassLoader.loadClass(libgcj.so.90)
       at java.lang.ClassLoader.loadClass(libgcj.so.90)
       at gnu.java.lang.MainThread.run(libgcj.so.90)
    monkey:~/RunePlace/Mithscape/cmd# Exception in thread "
    And here is my run.sh

    Code:
    #!/bin/bash
    java -cp /bin/palidino76/rs2/Server 43594
    What am I doing wrong?
     

  2. #2  
    Registered Member
    Join Date
    Aug 2008
    Posts
    918
    Thanks given
    1
    Thanks received
    12
    Rep Power
    34
    dtich the 43594 part and see if it works
     

  3. #3  
    Renown Programmer

    Join Date
    Dec 2008
    Posts
    363
    Thanks given
    1
    Thanks received
    28
    Rep Power
    99
    1) You're using GCJ. Don't.
    2) java -cp bin paladino76.rs2.Server 43594
     

  4. #4  
    idownload
    Guest
    Ok. I will give it a go. I will let you know how it goes.

    Also, how do I not use GCJ?
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •