java AWT problems in Ubuntu 8.04

With the base java configuration that comes with Ubuntu some Java programs doesn work properly, like Jmeter, JProfiler…

to solve thisĀ  you have to run the following command, and select a different JRE (Sun one for example) instead the one that comes with the Base ubuntu installation. In the case you don have other java runtime installed…

sudo update-alternatives --config java
sudo apt-get install sun-java5-bin
Share

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>