Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

BlueJ

171 bytes added, 19:36, 7 September 2010
no edit summary
Installing BlueJin the required IDE for [[CS 1114 Introduction To Software Design]].
BlueJ in the required IDE for CS1114 (Intro To =Software Design).Version=
FIRSTFigure out what you need and download it. Currently CS1114 (Fall '10) is using [http//:moodle.cs.vt.edu Moodle] as an online interface for students. On Moodle in CS1114 on the 'Reference Shelf' you will see a link 'Installing/Updating BlueJ'. Here you will find what version of Java and BlueJ you need to install. First follow the link for the Java JDK, make sure you select linux (x86 for 32 bit, x64 for 64 bit, this has to match your operating system version) and download. Then download the BlueJ .jar package, its listed as "All other OSes: vtbluej-<version>.jar"
Figure out what you need and download it. Currently CS1114 (Fall '10) is using Moodle [http//:moodle.cs.vt.edu] as an online interface for students. On Moodle in CS1114 on =Install the 'Reference Shelf' you will see a link 'Installing/Updating BlueJ'. Here you will find what version of Java and BlueJ you need to install. First follow the link for the Java JDK, make sure you select linux (x86 for 32 bit, x64 for 64 bit, this has to match your operating system version) and download. Then download the BlueJ .jar package, its listed as "All other OSes: vtbluej-<version>.jar"=
Part 1. Install the JDK Open a terminal, executethe following command to add permission to execute the file //below line sets execution permissions<pre>% sudo chmod a+x jdk-6u<version>-linux-i586.bin</pre>
Change the directory to wherever you would like it installed to. REMEMBER THIS LOCATION, it will be needed when we install BlueJ
it could be something like this:
<pre>% cd /home/megaman/Programs</pre>
execute the .bin file that you downloaded, modify the path and filename provided below to the location of your .bin file
<pre>% sudo /home/megaman/Downloads/jdk-6u<version>-linux-i586.bin</pre>
Part 2. =Installing BlueJ=
You should have already downloaded the BlueJ .jar file.
Execute it from the terminal (change filename and filepath as necessary)
<pre>% java -jar /home/megaman/Downloads/vtbluej-253-307.jar</pre>
After you execute this command an installer window should pop up asking you for an install directory and a Java directory. Choose whatever install directory you wish, it usually makes life a little easier if you keep all this stuff organized and in the same place. Now under the Java directory recall the location that you installed the JDK to (if you forgot you can type in "history" without the double quotes into the terminal and backtrack) Point it to that location and click install.
...and you should be good
 
[[Category:Libre course software]][[Category:Desktop *nix software]][[Category:Howtos]][[Category:Computer Science]]
Anonymous user