hello l2j server community,
I have a little problem after i moved the server from Win7 to Ubuntu server 12.04.1 LTS.
Everything runs fine and i can login without a problem.
but the gamserver gives this warning while starting up:
The system property sun.awt.backingStore is not set,by default backingStore=NotUsefull
This are the commands ive used so far connected to java.
sudo apt-get purge oracle-java7-installer*
sudo apt-get install python-software-properties
sudo apt-get update
sudo add-apt-respository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
O can check the version trough command "java -version"
Results:
Java(TM) se runtime environment (build 1.7.0_13-b20)
Java hotspot(TM) 64-Bit Server vm (build 23.7-b01, mixed mode)
I hope someone can help me with this,
Greetings,
Dasoldier
Need help with warning on gameserver. (ubuntu)
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 73
- Joined: Wed May 31, 2006 6:26 pm
- Location: Holland
- Contact:
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Need help with warning on gameserver. (ubuntu)
install things from repositories is not recommended always, because generally all the repositories in Linux are outdated.
better download binary files from oficial websites and install the stable releases.
better download binary files from oficial websites and install the stable releases.
-
- Posts: 73
- Joined: Wed May 31, 2006 6:26 pm
- Location: Holland
- Contact:
Re: Need help with warning on gameserver. (ubuntu)
Hey melerix,
Thanx for the fast reply,
Oke ive removed the repositories.
Ive downloaded jdk-7u13-linux-x64.tar from the oracle website.
After unzipping ive moved the files to /usr/lib/jvm/jdk1.7.0
And executed these commands
sudo update-alternatives --install "/usr/bin/java" "java" "/usr/lib/jvm/jdk1.7.0/bin/java" 1
sudo update-alternatives --install "/usr/bin/javac" "javac" "/usr/lib/jvm/jdk1.7.0/bin/javac" 1
sudo update-alternatives --install "/usr/bin/javaws" "javaws" "/usr/lib/jvm/jdk1.7.0/bin/javaws" 1
Rebooted ubuntu and after starting the gameserver, the same warning appears.
Thanx for the fast reply,
Oke ive removed the repositories.
Ive downloaded jdk-7u13-linux-x64.tar from the oracle website.
After unzipping ive moved the files to /usr/lib/jvm/jdk1.7.0
And executed these commands
sudo update-alternatives --install "/usr/bin/java" "java" "/usr/lib/jvm/jdk1.7.0/bin/java" 1
sudo update-alternatives --install "/usr/bin/javac" "javac" "/usr/lib/jvm/jdk1.7.0/bin/javac" 1
sudo update-alternatives --install "/usr/bin/javaws" "javaws" "/usr/lib/jvm/jdk1.7.0/bin/javaws" 1
Rebooted ubuntu and after starting the gameserver, the same warning appears.
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Need help with warning on gameserver. (ubuntu)
weird, no idea what could be causing it then, but well... is just a warning and if don't cause issues to the gameserver, don't worry about it then.
-
- Posts: 73
- Joined: Wed May 31, 2006 6:26 pm
- Location: Holland
- Contact:
Re: Need help with warning on gameserver. (ubuntu)
Yea you should be right 
I will give a response when ive figured it out somewhere in the future.
Thanks for the help so far ^^

I will give a response when ive figured it out somewhere in the future.
Thanks for the help so far ^^
-
- L2j Veteran
- Posts: 1228
- Joined: Thu Jan 17, 2013 9:46 am
Re: Need help with warning on gameserver. (ubuntu)
http://askubuntu.com/questions/55848/ho ... java-jdk-7 - JDK Installation
http://askubuntu.com/questions/56104/ho ... jre-or-jdk - JRE Installation
http://askubuntu.com/questions/56104/ho ... jre-or-jdk - JRE Installation