Kahvemix kullanıyorum fakat sh gameserver.sh ile başlattığım zaman aşağıdaki hataları alıyorum.

Eskiden böyle birşey yoktu. sh gameserver.sh yazıp enterladığım zaman oyunlara girebiliyordum. Sunucu değiştirdim fakat eski sunucudaki gereksinimleri yeni sunucuya da yükledim yine de çalıştıramadım.

Veritabanı ayarlarıda tamam.

Hata :

Exception in thread "main" java.lang.NoClassDefFoundError: server/NithServer
Caused by: java.lang.ClassNotFoundException: server.NithServer
        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)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: server.NithServer.  Program will exit.