PDA

View Full Version : [ubuntu] Upgraded, and BlueJ stops working



efang95
May 9th, 2012, 12:47 AM
I did a fresh install to upgrade my computer to 12.04. I tried installing BlueJ again through the website, and it "installed" without errors, but whenever I click on the icon, it doesn't open. There are no Error messages either. Help!?

critin
May 9th, 2012, 01:15 AM
You're certain you have the correct version of java and it's (java) installed properly?

efang95
May 9th, 2012, 01:38 AM
I'm pretty sure. I downloaded OpendJDK 7 and 6 also got sun-java6

bspymaster
May 9th, 2012, 03:23 AM
I have been having the same problem. Not sure what is wrong with it. I've tried reinstalling it and made sure I had openjdk-6-jdk (which bulej.org recommends) and for some reason it doesn't work.

critin
May 9th, 2012, 05:39 AM
I suggest you go to BlueJ's help forum and see if they can help. If it turns out to be an ubuntu issue, you'll find out. It will save you some time.

http://www.bluej.org/help/help.html

critin
May 9th, 2012, 05:48 AM
I found this post, it's old but might help.

http://ubuntuforums.org/showthread.php?t=1063425&highlight=blueJ

efang95
May 20th, 2012, 07:27 PM
Nope, it still doesn't work. I don't know what's going on, instead I downloaded netbeans, but i miss the UML diagrams from bluej

cct
July 18th, 2012, 01:45 AM
Nope, it still doesn't work. I don't know what's going on, instead I downloaded netbeans, but i miss the UML diagrams from bluej

I downloaded the .deb file from the BlueJ site, and double-clicked it to install. Since this Debian installation file is expecting version 6, I needed to tweak it a bit after the installation so it can launch nicely from the DashHome. I installed an application called "Main Menu" with the "Ubuntu Software Center."

Launch "Main Menu" and select Applications->Programming->BlueJ and click the Properties button. In the Command: box type:

java -jar /usr/share/bluej/bluej.jar

If you used the BlueJ unix installation, it might have put bluej.jar someplace else, like your home directory. In Main Menu, just add an Application and make the command to launch refer to the bluej.jar wherever it lives. For example, if it is in your Downloads folder:

java -jar /home/your-login-here/Downloads/bluej.jar