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
