LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 04-10-2004, 01:55 PM   #1
Odin_of_Asgard
LQ Newbie
 
Registered: Mar 2004
Distribution: Slackware 9.1
Posts: 18

Rep: Reputation: 0
small free java IDE


can anyone suggest a (small) free Java IDE
 
Old 04-10-2004, 02:03 PM   #2
Goll
LQ Newbie
 
Registered: Jun 2003
Location: €urope
Distribution: Debian GNU/Linux
Posts: 16

Rep: Reputation: 0
Java? *shudders*!!

check this out
http://freshmeat.net/projects/eclipseproject/
 
Old 04-10-2004, 05:50 PM   #3
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337

Rep: Reputation: 65
Dr Java maybe? It's "fast" considering it's made with Java and does a very good job. If you need only a good text editor, jEdit is a good choice!

Regards!
 
Old 04-11-2004, 04:39 AM   #4
jbstew32
Member
 
Registered: Feb 2003
Location: Atlanta, GA
Posts: 151

Rep: Reputation: 15
vim?
 
Old 04-11-2004, 05:37 AM   #5
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,795

Rep: Reputation: 496Reputation: 496Reputation: 496Reputation: 496Reputation: 496
netbeans ?
http://www.netbeans.org/
 
Old 04-11-2004, 08:36 PM   #6
moeminhtun
Member
 
Registered: Dec 2002
Location: Singapore
Distribution: Fedora Core 6
Posts: 647

Rep: Reputation: 30
When the first time you install it, JEdit is just a text editor. But there are a lot of plugins for jedit. Use the plugin manager and exploy the plugins. After you download and install several plugins and properly configure it, surprisingly, it will become a very powerful IDE. You can see your methods and variable list, you can compile and run the code within IDE, you can creat the project tree, you can decompile and see the source-code of the java libraries and you can do anything you want with it.
So the power of JEdit comes from its plugins.
JEdit is a very good choice to use as a light weight IDE.

Last edited by moeminhtun; 04-11-2004 at 08:38 PM.
 
Old 04-11-2004, 08:54 PM   #7
moeminhtun
Member
 
Registered: Dec 2002
Location: Singapore
Distribution: Fedora Core 6
Posts: 647

Rep: Reputation: 30
And one annoying thing in this forum is that whenever someone asks for an IDE, some always bring up the stupid "vim" or "emacs" text editors. (emacs has a few IDE features ofcourse). I'm sure these 2 editors would be very powerful in those days, a few decades ago, in the console based computers, but today, they are not worth using more than the system administration purpose, for editing the configuration files.

Last edited by moeminhtun; 04-12-2004 at 01:59 AM.
 
Old 04-12-2004, 05:54 AM   #8
nvn
Member
 
Registered: Apr 2003
Location: Sweden
Distribution: Slackware
Posts: 242

Rep: Reputation: 30
moeminhtun, that is not necessarily so (not wanting to start another Emacs-vs-VI-vs-the-world-thread here). I'm not that much acquainted with VI, but Emacs is an excellent tool in many aspects. When I was working with Haskell (or to be specific, Hugs), Emacs was THE editor of choice. The right tool for the right job, and all that. (And hey - you can play Tetris in it!)

As for Java editing; in Linux (KDE), I prefer to use Kate. It's not an IDE, but workflow is fast. I have a real problem with all the editors/IDE's written in Java, since they're so mind-boggingly slow (even the small ones, to my experience). If I had to use one, I would probably go with JEdit though. For Windows there's this fabulous, free IDE called JCreator LE, which is written in C++; it's fast and does pretty much anything you want it to. Unfortunately other platforms are not supported.
 
Old 04-12-2004, 10:39 AM   #9
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337

Rep: Reputation: 65
If there's a text editor for Java that I thumbs up for is Windows(R) TextPad(R). It supports a lot of languages, it can compile Java and run Java/Applets easily, plus it's deadly fast... Unfortunately it's not free.... like 99% of Windows applications .

Now I've to agree with nvn.. Although jEdit is awesome, I'm still about to see a Java application which is not slow. I love Java over C++ for it's syntaxes and 100% OO, but it still is slow for most speed critical tasks
 
Old 04-18-2004, 06:01 AM   #10
melinda_sayang
Member
 
Registered: Dec 2003
Location: Petaling Jaya
Distribution: Ubuntu
Posts: 475

Rep: Reputation: 31
Quote:
Originally posted by moeminhtun
And one annoying thing in this forum is that whenever someone asks for an IDE, some always bring up the stupid "vim" or "emacs" text editors. (emacs has a few IDE features ofcourse). I'm sure these 2 editors would be very powerful in those days, a few decades ago, in the console based computers, but today, they are not worth using more than the system administration purpose, for editing the configuration files.
Vim is not just a text editor. It has many plugins and macro which you can get from its website. Combined with that you can make Vim as IDE.

I don't know about Emacs.
 
Old 04-18-2004, 06:47 AM   #11
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
you will find text editors but i doubt you will find
a free small ide(i think i understand what you mean by ide) and it won't be fast too...
jbuilder, netbeans are what you could call ides which are not small and not fast for example

jedit,jext are text editors small and free written in java and run at a decent speed
eclipse is a big ide which download size is about 65mb and is not that fast too.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
small business server ( free) :) y0gi Linux - Enterprise 7 10-17-2005 02:23 PM
Free Java IDE? kyleinc Programming 3 04-18-2004 04:22 AM
Simple, small C++ IDE GATTACA Programming 8 01-16-2004 04:24 AM
survey - what java ide do you use? (only free ones plz) zovres Programming 9 01-28-2003 10:36 AM
Moving swap to another small IDE drive vdi_nenna Linux - Hardware 3 06-14-2002 10:35 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 12:27 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration