Java Development Kit and BlueJ

Core libraries and systems
Post Reply
Message
Author
User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

Java Development Kit and BlueJ

#1 Post by sc0ttman »

BlueJ is a simple IDE for java ... really simple, aimed at beginners of java..

Using BlueJ, it is very easy to create a new Java project, create classes and compile it all up into a working java package.

BlueJ is used in many UK universities, to teach numpties like me how to code in Java.

Image

It requires JDK (the Java Development Kit)..

I have packages both of them up, and they are available here:

http://akita.scottjarvis.com/jdk-7u45-i586-akita.pet (116mb, dfa157b0c1685a55b765d709a92fe18a )

http://akita.scottjarvis.com/bluej-310-i486-akita.pet (12mb, a4d5caa69990247e8d5ca7490bb96a79)

These PETs should work in most pups..
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
RSH
Posts: 2397
Joined: Mon 05 Sep 2011, 14:21
Location: Germany

#2 Post by RSH »

This seems to work in LazY Puppy, so it should work also in a Lucid.

But the Java has a wrong entry in its .desktop file:

Code: Select all

Exec=/usr/java/jre1.6.0_30/bin/jcontrol
Real path of file is:

Code: Select all

/usr/java/jre/bin/jcontrol
where jre is a symbolic link to jdk/jre

Do you have some project files to load into BlueJ, to have an easy start of using/learning BlueJ?
[b][url=http://lazy-puppy.weebly.com]LazY Puppy[/url][/b]
[b][url=http://rshs-dna.weebly.com]RSH's DNA[/url][/b]
[url=http://murga-linux.com/puppy/viewtopic.php?t=91422][b]SARA B.[/b][/url]

gcmartin

#3 Post by gcmartin »

Thanks for JDK and the IDE shown in the opening post.

Here is a reference to others who are looking for IDEs which make it easy to create JAVA applications for any needs or any appliances.

The Grandaddy of them all which embraces Linux, Unix, Windows, Androids and Apples is the eClipse IDE. Using it, you can ensure that an app which is created can be created to adhere to each of these individual platforms.

Hope this helps

Post Reply