Testing how to blog using Bleezer

After searching for some blog clients on Linux, i finally found Bleezer from Vavai’s article. But after download it and executing the bleezer.jar file, i was failed due to some unknown reasons. I found finally that it was because of Ubuntu’s JRE version is not matched for Bleezer.

So i uninstall the existing JRE on my Ubuntu from Synaptic, then download the new JRE from Sun’s website.

chmod +x sun-j2re+version  ./sun-j2re+version

After the JRE installed, the steps hasn’t yet finished.

  1. Remove the previous java direcotry as a root:
            rm /usr/bin/java
  2. Then, execute this command to substitute newly installed Java into /usr/bin/java
            ln -s /jdk.x.x/bin/java /usr/bin/java 
  3. Now go to bleezer’s folder and execute
            java -jar Bleezer.jar 

Tinggalkan Balasan