Posted By:
Thomas_Dunn
Posted On:
Sunday, April 29, 2001 08:40 AM
I am writing a simple Java IDE for children/young people and beginning programmers. My goal is to promote the love of programming in young people. I want to make it really easy and fun. The IDE is still alpha, but I will be releasing a version soon. It will be released under the GPL. In trying to make it easy for the user, I wish I could just have one install that installs the IDE and the JDK (1.3). Installing the both the IDE and JDK separately gets confusing for the younger kids. (I am volunteering with http://www.citizenschools.org , teaching a Java programming class). I would like to distribute the JDK, unmodified, with all license agreements in tact (I would also include the license as part of the installation
More>>
I am writing a simple Java IDE for children/young people and beginning programmers. My goal is to promote the love of programming in young people. I want to make it really easy and fun. The IDE is still alpha, but I will be releasing a version soon. It will be released under the GPL.
In trying to make it easy for the user, I wish I could just have one install that installs the IDE and the JDK (1.3). Installing the both the IDE and JDK separately gets confusing for the younger kids. (I am volunteering with
http://www.citizenschools.org
, teaching a Java programming class).
I would like to distribute the JDK, unmodified, with all license agreements in tact (I would also include the license as part of the installation process). JBuilder comes bundled with the JDK, and I'm sure there are others out there that do also. Do they license ($$$) it? Does anyone know of a way I can do this legally?
If you are interested in the IDE, JUDO, look at
http://kersploosh.com/judo
in a month, there is nothing there right now though.
<<Less