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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-10-2004, 01:55 PM
|
#1
|
LQ Newbie
Registered: Mar 2004
Distribution: Slackware 9.1
Posts: 18
Rep:
|
small free java IDE
can anyone suggest a (small) free Java IDE
|
|
|
04-10-2004, 02:03 PM
|
#2
|
LQ Newbie
Registered: Jun 2003
Location: €urope
Distribution: Debian GNU/Linux
Posts: 16
Rep:
|
|
|
|
04-10-2004, 05:50 PM
|
#3
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
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!
|
|
|
04-11-2004, 04:39 AM
|
#4
|
Member
Registered: Feb 2003
Location: Atlanta, GA
Posts: 151
Rep:
|
vim?
|
|
|
04-11-2004, 05:37 AM
|
#5
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,795
|
|
|
|
04-11-2004, 08:36 PM
|
#6
|
Member
Registered: Dec 2002
Location: Singapore
Distribution: Fedora Core 6
Posts: 647
Rep:
|
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.
|
|
|
04-11-2004, 08:54 PM
|
#7
|
Member
Registered: Dec 2002
Location: Singapore
Distribution: Fedora Core 6
Posts: 647
Rep:
|
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.
|
|
|
04-12-2004, 05:54 AM
|
#8
|
Member
Registered: Apr 2003
Location: Sweden
Distribution: Slackware
Posts: 242
Rep:
|
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. 
|
|
|
04-12-2004, 10:39 AM
|
#9
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
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 
|
|
|
04-18-2004, 06:01 AM
|
#10
|
Member
Registered: Dec 2003
Location: Petaling Jaya
Distribution: Ubuntu
Posts: 475
Rep:
|
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.
|
|
|
04-18-2004, 06:47 AM
|
#11
|
Senior Member
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 12:27 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|