Forums | MacLife

You are not logged in.

#1 2008-02-27 11:23 pm

Fried Chicken
Member
From: Good question - keeps changing
Registered: 2003-11-17
Posts: 4510

Java programmer app.

Well, thanks to school, I'm finally learning how to code in basic Java... which is wonderful.  At school we use JCreator LE, which seems to do a very good job.. but I want something for the mac.  All the programs that I have now, I want to bring them over to my computer, so I can always refer back to them.

What is a good program I could use that is similar to JCreator LE?


http://i58.photobucket.com/albums/g279/FriedChicken_Sam/USA.gif?t=1187025394 http://i58.photobucket.com/albums/g279/FriedChicken_Sam/USAGermany.gif?t=1187033097http://i58.photobucket.com/albums/g279/FriedChicken_Sam/Germany.gif?t=1187025375

Just because something is legal, doesn't mean it's right.  Just because something is illegal, doesn't mean it's wrong.

Offline

 

#2 2008-02-28 10:19 am

Metacell
lower class snob
From: The space between the spaces
Registered: 2005-03-19
Posts: 4843
Website

Re: Java programmer app.

I don't know if you're looking specifically for features in JCreator LE, but XCode is also used for Java programming.


...having nothing in them of the feelings or principles of '76, now look to a single and splendid government of an aristocracy, founded on banking institutions and moneyed incorporations under the guise and cloak of their favored branches of manufactures, commerce and navigation, riding and ruling over the plundered ploughman and beggared yeomanry. -- TJ

Offline

 

#3 2008-02-28 10:37 am

Fried Chicken
Member
From: Good question - keeps changing
Registered: 2003-11-17
Posts: 4510

Re: Java programmer app.

Metacell wrote:

I don't know if you're looking specifically for features in JCreator LE, but XCode is also used for Java programming.

OK, that's what I thought... but where can I get xcode from?  I don't have the leopard disc though... it's somewhere, I don't know where.


http://i58.photobucket.com/albums/g279/FriedChicken_Sam/USA.gif?t=1187025394 http://i58.photobucket.com/albums/g279/FriedChicken_Sam/USAGermany.gif?t=1187033097http://i58.photobucket.com/albums/g279/FriedChicken_Sam/Germany.gif?t=1187025375

Just because something is legal, doesn't mean it's right.  Just because something is illegal, doesn't mean it's wrong.

Offline

 

#4 2008-02-28 10:57 am

Alien
FF
Administrator
From: Republic of Amsterdam
Registered: 1999-07-05
Posts: 16573
Website

Re: Java programmer app.

You can download it from developer.apple.com.

,xtG
.tsooJ

Offline

 

#5 2008-02-28 1:20 pm

Booksley
Planely insane!
From: Toronto, Ontario
Registered: 2001-02-16
Posts: 4786

Re: Java programmer app.

Xcode might be a little overkill. Give DrJava a try, it's a great IDE for small projects.

Offline

 

#6 2008-02-28 5:35 pm

Fried Chicken
Member
From: Good question - keeps changing
Registered: 2003-11-17
Posts: 4510

Re: Java programmer app.

Booksley wrote:

Xcode might be a little overkill. Give DrJava a try, it's a great IDE for small projects.

Yeah, DrJava is kinda what I'm looking for.  Seems similar to JCreator LE, although it is a bit slow/not efficient.

Although I did find 2 others, I'm downloading them now.
www.eclipse.org
www.netbeans.org


http://i58.photobucket.com/albums/g279/FriedChicken_Sam/USA.gif?t=1187025394 http://i58.photobucket.com/albums/g279/FriedChicken_Sam/USAGermany.gif?t=1187033097http://i58.photobucket.com/albums/g279/FriedChicken_Sam/Germany.gif?t=1187025375

Just because something is legal, doesn't mean it's right.  Just because something is illegal, doesn't mean it's wrong.

Offline

 

#7 2008-02-28 6:12 pm

Booksley
Planely insane!
From: Toronto, Ontario
Registered: 2001-02-16
Posts: 4786

Re: Java programmer app.

Fried Chicken wrote:

Booksley wrote:

Xcode might be a little overkill. Give DrJava a try, it's a great IDE for small projects.

Yeah, DrJava is kinda what I'm looking for.  Seems similar to JCreator LE, although it is a bit slow/not efficient.

Although I did find 2 others, I'm downloading them now.
www.eclipse.org
www.netbeans.org

Eclipse and Netbeans will confuse you as much as Xcode.

Stick with DrJava for now, until you get a handle on things. Hell, I still use DrJava occasionally, because it's the easiest way to simply debug a single file

Offline

 

#8 2008-02-29 3:21 pm

Antonio
Now with more cowbell!
From: San Francisco, CA
Registered: 2007-01-16
Posts: 520

Re: Java programmer app.

Booksley wrote:

Fried Chicken wrote:

Booksley wrote:

Xcode might be a little overkill. Give DrJava a try, it's a great IDE for small projects.

Yeah, DrJava is kinda what I'm looking for.  Seems similar to JCreator LE, although it is a bit slow/not efficient.

Although I did find 2 others, I'm downloading them now.
www.eclipse.org
www.netbeans.org

Eclipse and Netbeans will confuse you as much as Xcode.

Stick with DrJava for now, until you get a handle on things. Hell, I still use DrJava occasionally, because it's the easiest way to simply debug a single file

Yeah, I still don't get the appeal of an IDE. I've tried Eclipse several times, as well as Sun's Java Studio Creator and they both just feel like bloated text editors, as if there's just more to them than necessary.

I typically install an AMP stack with Tomcat and mod_jk, then use a text editor, like Smultron, which has a sidebar browser to give you the one advantage I see IDEs having -and that's having all your files open in one window with the ability to bounce freely between them and edit whichever you need to edit for the time. And you could do that with kate on Linux, too.
For compiling and packaging (jars and wars) I use the Terminal. For testing, I use the Terminal, my AMP stack, then Firefox, IE4Linux and Safari.
(I'm doing J2EE stuff for web)

This means Google's Web Toolkit is also out the question, as you may just as well use my setup if you're going to go that route.

Of course, installing and configuring it all up takes a bit of time, more than if you were to simply start a project in a proper IDE, but it's fun to work with AMP, and if you compile/ custom-install it through the Terminal and edit all your configuration files yourself, you get a really solid understanding of how the backend does what it does.

So, pretty much, JDK, AMP with Tomcat/mod_jk, Terminal and Smultron.
I never quite know how to answer when people ask my what IDE I use.
Is there something wrong with me? confused
Maybe I'm just hard-headed.


“The most merciful thing in the world, I think, is the inability of the human mind to correlate all its contents.”
--HP Lovecraft, The Call Of Cthulhu

Offline

 

#9 2008-02-29 3:37 pm

PHUSMC
One thumbed gimpy
From: Kent, WA
Registered: 2006-05-14
Posts: 800
Website

Re: Java programmer app.

I love using TextMate for my Java editing.


MacBook Pro 15.4"
2.5GHz CPU, 250GB HDD, 512MB VRAM

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson