472,777 Members | 2,853 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,777 software developers and data experts.

IDE for Java?

I downloaded the Sun product, and find it feature rich but slow. Can someone
recommend a more basic (freeware) IDE which will help a newbie without
hiding every bit of code? I can program my way out of a wet paper bag in a
few languages, but want to by-pass some of the learning curve for this
project.
Mar 13 '06 #1
20 4577
"Bill DeWitt" <bi*********@comsat.gov> wrote in message
news:Fo******************************@adelphia.com ...
I downloaded the Sun product, and find it feature rich but slow. Can
someone
recommend a more basic (freeware) IDE which will help a newbie without
hiding every bit of code? I can program my way out of a wet paper bag in a
few languages, but want to by-pass some of the learning curve for this
project.


You could try a programmer-oriented text editor (e.g. TextPad, JEdit,
etc.)

http://www.textpad.com/
http://www.jedit.org/

- Oliver

Mar 13 '06 #2
Bill DeWitt wrote:
I downloaded the Sun product, and find it feature rich but slow. Can someone
recommend a more basic (freeware) IDE which will help a newbie without
hiding every bit of code? I can program my way out of a wet paper bag in a
few languages, but want to by-pass some of the learning curve for this
project.

One step above a programmer-oriented text editor, without a lot of
learning curve for the IDE, would be either of these two:

jGRASP http://www.jgrasp.org
BlueJ http://www.bluej.org

Both are used in a learning environment of H.S.and Colleges It has just
been announced that Sun and NetBeans will offer a new IDE, based on
BlueJ, in the near future. This is so students can graduate, so to
speak, and ease into a professional IDE after using BlueJ.

Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________ ________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Mar 13 '06 #3
IchBin wrote:
Bill DeWitt wrote:
I downloaded the Sun product, and find it feature rich but slow. Can
someone
recommend a more basic (freeware) IDE which will help a newbie without
hiding every bit of code? I can program my way out of a wet paper bag
in a
few languages, but want to by-pass some of the learning curve for this
project.


Try JCreatorLE (http://www.jcreator.com).
It's a good one.
- Luke
Mar 20 '06 #4
Also try "Dr Java" at http://drjava.org/

J Pearson
"Luke H" <li***@paradise.net.nz> wrote in message
news:44********@news.orcon.net.nz...
IchBin wrote:
Bill DeWitt wrote:
I downloaded the Sun product, and find it feature rich but slow. Can
someone
recommend a more basic (freeware) IDE which will help a newbie without
hiding every bit of code? I can program my way out of a wet paper bag
in a
few languages, but want to by-pass some of the learning curve for this
project.


Try JCreatorLE (http://www.jcreator.com).
It's a good one.
- Luke

Mar 22 '06 #5
I recommend Eclipse strongly!

--
Kenvi Luo

21CN.COM ¼¼Êõ×ܲ¿ BOSSÏîÄ¿×é

µØÖ·£º¹ãÖÝÊÐÌåÓý¶«Â·ÁùÔËÎå½Ö52ºÅ2Â¥

µç»°£º+86-20- ÊÖ»ú£º+86

Óʱࣺ510620

E-mail£ºlj*@21cncorp.com

MSN£ºAu******@yahoo.com.cn
"Bill DeWitt" <bi*********@comsat.gov> дÈëÏûÏ¢ÐÂÎÅ:Fo******************************@adel phia.com...
I downloaded the Sun product, and find it feature rich but slow. Can
someone
recommend a more basic (freeware) IDE which will help a newbie without
hiding every bit of code? I can program my way out of a wet paper bag in a
few languages, but want to by-pass some of the learning curve for this
project.

Mar 22 '06 #6
Kenvi Luo wrote:
I recommend Eclipse strongly!


Yeah, except his problem was with the slowness of NetBeans; Eclipse may
be a bit snappier because it uses SWT rather than Swing, but probably is
still too slow for his machine. Besides, it's got an even steeper
learning curve.
Mar 26 '06 #7
BWill wrote:
Kenvi Luo wrote:
I recommend Eclipse strongly!


Yeah, except his problem was with the slowness of NetBeans; Eclipse may
be a bit snappier because it uses SWT rather than Swing, but probably is
still too slow for his machine. Besides, it's got an even steeper
learning curve.


Maybe the OP can respond to this thread so that people will not post to
it anymore.
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________ ________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Mar 26 '06 #8

"IchBin" <we******@ptd.net> wrote in message
news:xD********************@ptd.net...
BWill wrote:
Kenvi Luo wrote:
I recommend Eclipse strongly!


Yeah, except his problem was with the slowness of NetBeans; Eclipse may
be a bit snappier because it uses SWT rather than Swing, but probably is
still too slow for his machine. Besides, it's got an even steeper
learning curve.


Maybe the OP can respond to this thread so that people will not post to
it anymore.


Yeah, I've been spending my time working... something wrong with that
whole idea...

But I have banged together a few little things, enough to make me
realize I am going to have to spend a little more time than I thought. I
will probably use one of the tools I ahve already been working with, just
because I don't have more time to try different things.

Thanks to all ...
Mar 27 '06 #9
Bill DeWitt wrote:
I downloaded the Sun product, and find it feature rich but slow. Can someone
recommend a more basic (freeware) IDE which will help a newbie without
hiding every bit of code? I can program my way out of a wet paper bag in a
few languages, but want to by-pass some of the learning curve for this
project.


JCreator is good, it's not an IDE as such but it has menu commands for
compiling and executing classes. Good for learning I found.
--
Marc
See http://www.imarc.co.uk/ for contact information.
Apr 11 '06 #10
On Mon, 13 Mar 2006 07:28:20 -0500, Bill DeWitt wrote:
Can someone recommend a more basic (freeware) IDE which will help a newbie without
hiding every bit of code?


<http://www.bluej.org/>

--
Nigel M
Apr 11 '06 #11
Bill DeWitt wrote:
....

But I have banged together a few little things, enough to make me
realize I am going to have to spend a little more time than I thought. I
will probably use one of the tools I ahve already been working with, just
because I don't have more time to try different things.

Thanks to all ...


You know, I just have to say that when a language *requires* an IDE just to
get anything done, that language has become way too complex.

But hey, what do I know? I've only been at this for nearly 30 years.

--
-- Edmond Dantes
Shameless plugs:
http://www.HardIndustry.com
http://www.InteriorWorkz.com
http://www.Internet69.com
http://www.stateyourplace.com
http://www.AreYouTaken.com

May 3 '06 #12
On Tue, 11 Apr 2006 11:53:58 +0100, Marc wrote:
Bill DeWitt wrote:
I downloaded the Sun product, and find it feature rich but slow. Can someone
recommend a more basic (freeware) IDE which will help a newbie without
hiding every bit of code? I can program my way out of a wet paper bag in a
few languages, but want to by-pass some of the learning curve for this
project.


JCreator is good, it's not an IDE as such but it has menu commands for
compiling and executing classes. Good for learning I found.


You might try eclipse...

http://www.eclipse.org/downloads/

and netbeans ide...

http://www.netbeans.info/downloads/d...d.php?type=5.0
Jun 11 '06 #13
On Sun, 11 Jun 2006 14:49:13 +0000, ophidian wrote:
On Tue, 11 Apr 2006 11:53:58 +0100, Marc wrote:
Bill DeWitt wrote:
I downloaded the Sun product, and find it feature rich but slow. Can someone
recommend a more basic (freeware) IDE which will help a newbie without
hiding every bit of code? I can program my way out of a wet paper bag in a
few languages, but want to by-pass some of the learning curve for this
project.


JCreator is good, it's not an IDE as such but it has menu commands for
compiling and executing classes. Good for learning I found.


You might try eclipse...

http://www.eclipse.org/downloads/

and netbeans ide...

http://www.netbeans.info/downloads/d...d.php?type=5.0


VIDE can be used with Windows and Linux
Arachnophilia is Java based and can be used on any platform.

I have used both. Your mileage may vary.

Jun 14 '06 #14
>>> Bill DeWitt wrote:
I downloaded the Sun product, and find it feature rich but slow. Can
someone
recommend a more basic (freeware) IDE which will help a newbie without
hiding every bit of code? I can program my way out of a wet paper bag
in a
few languages, but want to by-pass some of the learning curve for this
project.

JCreator is good, it's not an IDE as such but it has menu commands for
compiling and executing classes. Good for learning I found.



I'm just starting to play around with java, and JCreator seems like a good
java IDE. The layout is a lot like microsoft visual tools. There is a
freeware version and a pro version. For me, JCreator feels right and works
well.

Another free IDE is NetBeans. I don't know what is going on, but it runs
incredibly poorly on my computer. NetBeans is a java app, so it may be an
indication that java is not installed correctly on my machine.

Roy Berube
Jun 23 '06 #15
Roy Berube wrote:
Bill DeWitt wrote:
> I downloaded the Sun product, and find it feature rich but slow. Can
> someone
> recommend a more basic (freeware) IDE which will help a newbie without
> hiding every bit of code? I can program my way out of a wet paper bag
> in a
> few languages, but want to by-pass some of the learning curve for this
> project.
JCreator is good, it's not an IDE as such but it has menu commands for
compiling and executing classes. Good for learning I found.


I'm just starting to play around with java, and JCreator seems like a good
java IDE. The layout is a lot like microsoft visual tools. There is a
freeware version and a pro version. For me, JCreator feels right and works
well.

Another free IDE is NetBeans. I don't know what is going on, but it runs
incredibly poorly on my computer. NetBeans is a java app, so it may be an
indication that java is not installed correctly on my machine.

Roy Berube


JCreator IDE is Sun's extension of Netbeans 4.1 to do J2EE development.
If you are going to do JDK development and not J2EE 1.4 or 1.5 JCreator
may not be a good choice.

Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.awardspace.com
__________________________________________________ ________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Jun 24 '06 #16

"IchBin" <we******@ptd.net> wrote in message
news:K1********************@ptd.net...

JCreator IDE is Sun's extension of Netbeans 4.1 to do J2EE development. If
you are going to do JDK development and not J2EE 1.4 or 1.5 JCreator may
not be a good choice.

Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.awardspace.com


JCreator can do J2EE, but it handles J2SE as well. This blurb is from their
web site.
-----------------
JCreator is backwards-compatible with all previous version of the JDKs
published by Sun Microsystems. With one click, you can toggle between
different JDK profiles. Each profile defines the JDK home path and any
additional files for the classpath, such as the following:

a.. JDK 1.5.0
b.. JDK 1.5.0 - J2EE
c.. JDK 1.4.2
d.. JDK 1.2.2
e.. JDK 1.0.2
-----------------

Roy Berube
Jun 24 '06 #17
Roy Berube wrote:
"IchBin" <we******@ptd.net> wrote in message
news:K1********************@ptd.net...
JCreator IDE is Sun's extension of Netbeans 4.1 to do J2EE development. If
you are going to do JDK development and not J2EE 1.4 or 1.5 JCreator may
not be a good choice.

Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.awardspace.com


JCreator can do J2EE, but it handles J2SE as well. This blurb is from their
web site.
-----------------
JCreator is backwards-compatible with all previous version of the JDKs
published by Sun Microsystems. With one click, you can toggle between
different JDK profiles. Each profile defines the JDK home path and any
additional files for the classpath, such as the following:

a.. JDK 1.5.0
b.. JDK 1.5.0 - J2EE
c.. JDK 1.4.2
d.. JDK 1.2.2
e.. JDK 1.0.2
-----------------

Roy Berube

Thanks for the complete info..

Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.awardspace.com
__________________________________________________ ________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
Jun 25 '06 #18
Roy Berube wrote:
>>>>Bill DeWitt wrote:

>I downloaded the Sun product, and find it feature rich but slow. Can
>someone
>recommend a more basic (freeware) IDE which will help a newbie without
>hiding every bit of code? I can program my way out of a wet paper bag
>in a
>few languages, but want to by-pass some of the learning curve for this
>project.

JCreator is good, it's not an IDE as such but it has menu commands for
compiling and executing classes. Good for learning I found.


I'm just starting to play around with java, and JCreator seems like a good
java IDE. The layout is a lot like microsoft visual tools. There is a
freeware version and a pro version. For me, JCreator feels right and works
well.

Another free IDE is NetBeans. I don't know what is going on, but it runs
incredibly poorly on my computer. NetBeans is a java app, so it may be an
indication that java is not installed correctly on my machine.

Roy Berube

Yea, I used to have the same problem, but IDE 5 with the bundled jdk 1.5
is a significant performance boost, plus a more productive UI. Evenso,
you'll need at least 512MB of RAM, and 800 MHZ or higher CPU to truly
enjoy NetBeans. I'm running NetBeans right at this moment with just the
basic features turned on and it's consuming 103MB RAM. With all of the
features and included tools turned on, it can consume up ot 385MB of RAM.

Jan 8 '07 #19
tia
James wrote:
Roy Berube wrote:
>>>>Bill DeWitt wrote:
>
>I downloaded the Sun product, and find it feature rich but slow.
>Can someone
>recommend a more basic (freeware) IDE which will help a newbie
>without
>hiding every bit of code? I can program my way out of a wet paper
>bag in a
>few languages, but want to by-pass some of the learning curve for
>this
>project.
>
JCreator is good, it's not an IDE as such but it has menu commands for
compiling and executing classes. Good for learning I found.


I'm just starting to play around with java, and JCreator seems like a
good java IDE. The layout is a lot like microsoft visual tools. There
is a freeware version and a pro version. For me, JCreator feels right
and works well.

Another free IDE is NetBeans. I don't know what is going on, but it
runs incredibly poorly on my computer. NetBeans is a java app, so it
may be an indication that java is not installed correctly on my machine.

Roy Berube

Yea, I used to have the same problem, but IDE 5 with the bundled jdk 1.5
is a significant performance boost, plus a more productive UI. Evenso,
you'll need at least 512MB of RAM, and 800 MHZ or higher CPU to truly
enjoy NetBeans. I'm running NetBeans right at this moment with just the
basic features turned on and it's consuming 103MB RAM. With all of the
features and included tools turned on, it can consume up ot 385MB of RAM.
For quick and dirty tasks or when working with just a handful of
classes, I use TextPad. It recognizes Java syntax and has built in
support for compiling and running a small app. For everything else, I
use Eclipse because it's free and has all the tools you need. I love
IntelliJ - very intuitive, but it's not free.
Jan 17 '07 #20
tia wrote:
For quick and dirty tasks or when working with just a handful of
classes, I use TextPad. It recognizes Java syntax and has built in
support for compiling and running a small app. For everything else, I
use Eclipse because it's free and has all the tools you need. I love
IntelliJ - very intuitive, but it's not free.
I used to hate netbean's complexity, but now I've used it on an EJB
project i am very impressed. For what it does, you'd expect a high price
tag indeed.

--
Marc
For contact information, please see my web site: http://www.iMarc.co.uk/
Jan 21 '07 #21

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Ravi Tallury | last post by:
Hi We are having issues with our application, certain portions of it stop responding while the rest of the application is fine. I am attaching the Java Core dump. If someone can let me know what...
1
by: ptaz | last post by:
Hi I'm trying to run a web page but I get the following error. Ca anyone please tell me a solution to this. Thanks Ptaz HTTP Status 500 - type Exception report
11
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in...
0
by: mailkhurana | last post by:
Hii , I am trying to use a type 2 driver to connect to DB2 0n AIX 5 I have a small java test to class to establish a conneciton with the db .. I am NOT using WAS or any appserver When I try to...
1
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
12
by: Mark Fink | last post by:
I wrote a Jython class that inherits from a Java class and (thats the plan) overrides one method. Everything should stay the same. If I run this nothing happens whereas if I run the Java class it...
0
by: jaywak | last post by:
Just tried running some code on Linux (2.4.21-32.0.1.EL and Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)) and Windows XPSP2 (with Java HotSpot(TM) Client VM (build...
1
by: jaimemartin | last post by:
hello, I want to validate an xml by means of a schema (xsd). To do that first of all I´m using a SchemaFactory. The problem is that if I run the code in Windows all works fine, but If I run it in...
0
oll3i
by: oll3i | last post by:
package library.common; import java.sql.ResultSet; public interface LibraryInterface { public ResultSet getBookByAuthor(String author); public ResultSet getBookByName(String name);
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.