LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


View Poll Results: What IDE do you use for Java in Slackware?
Anjuta 0 0%
CodeLite 0 0%
CodeWarrior 1 2.44%
Eclipse 18 43.90%
Field Bird Java Tools 0 0%
Geany 6 14.63%
IntelliJ IDEA 4 9.76%
JBuilder 0 0%
JDeveloper 0 0%
JEdit 3 7.32%
NetBeans 12 29.27%
Emacs 5 12.20%
Vim/Vi 14 34.15%
Other Editor 2 4.88%
Other IDE 1 2.44%
Multiple Choice Poll. Voters: 41. You may not vote on this poll

Reply
  Search this Thread
Old 08-24-2013, 11:58 AM   #1
Kallaste
Member
 
Registered: Nov 2011
Distribution: Slackware
Posts: 363

Rep: Reputation: 85
Java developers: What IDE do you use for Java in Slackware?


I'm an IDE hopper myself, having tried a whole slew of text editors, as well as NetBeans, Eclipse, and IntelliJ IDEA. I find myself wondering how many other Slackers program in Java, and how they do it. So I've listed every (semi-reasonable) possibility I can think of. Hopefully I haven't forgotten anything major.

Feel free to give the details of your setup (plugins, etc.) and reason for your choice as well. Maybe it will help others in the future. Votes are public and multiples are allowed.
 
Old 08-24-2013, 12:19 PM   #2
jprzybylski
Member
 
Registered: Apr 2011
Location: Canada
Distribution: Slackware
Posts: 99

Rep: Reputation: 23
Only did java programming in a university course, but I stuck to vim the whole way through.
 
Old 08-24-2013, 02:36 PM   #3
cisneros
Member
 
Registered: Jul 2012
Distribution: Slackware
Posts: 95

Rep: Reputation: 5
I use geany for everything from Python, PHP, to Java and Javascript.

And im with jprzybylski, only did java programming in school.

Last edited by cisneros; 08-24-2013 at 02:37 PM.
 
Old 08-24-2013, 03:02 PM   #4
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
The most important part of any IDE is the editor, and I prefer VIM for that, but also use Kate, Geany, and JuffEd. Sometimes, however, a fully-fledged IDE is really useful, as it helps to automate the whole build process and supports the editor with code completion and also helps to avoid bad mistakes regarding type casts etc.

gargamel
 
Old 08-24-2013, 08:21 PM   #5
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
Looking at the list of tools I miss XDEV 3. Quite popular, very good for RAD, it seems, and free of license costs (but not open source).

gargamel
 
Old 08-24-2013, 08:41 PM   #6
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,269
Blog Entries: 24

Rep: Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196
I don't do much java myself, but my son sits on the other side of the room most days with a Vim full of java code. Tmux and Vim on a Slackware GNU/Linux platform is pretty much unbeatable, so we have no need for lesser IDEs!
 
1 members found this post helpful.
Old 08-24-2013, 08:41 PM   #7
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
I use NetBeans.

In my day job(TM), I work on a product with just over 2 million lines of java source.

A lot of my co-workers use Eclipse and appear to be happy with it.
 
Old 08-24-2013, 09:09 PM   #8
Kallaste
Member
 
Registered: Nov 2011
Distribution: Slackware
Posts: 363

Original Poster
Rep: Reputation: 85
Quote:
Originally Posted by gargamel View Post
Looking at the list of tools I miss XDEV 3. Quite popular, very good for RAD, it seems, and free of license costs (but not open source).

gargamel
In creating the list I deliberately left out anything centered on Rapid Application Development, because it really is a totally different paradigm. Programming without programming is a novel concept, to be sure, but there's no substitute for writing code. (At least I hope not. Otherwise, I'm going to be pretty miffed in twenty years' time when no one remembers how to maintain the programs we wrote to write our code for us. )

Thanks for the link to JuffEd. Also, I might give XDEV 3 a spin, just to try! It does look pretty intriguing. That's how they get you, of course . . .
 
Old 08-24-2013, 11:15 PM   #9
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
Originally Posted by gargamel View Post
The most important part of any IDE is the editor, and I prefer VIM for that, but also use Kate, Geany, and JuffEd. Sometimes, however, a fully-fledged IDE is really useful, as it helps to automate the whole build process and supports the editor with code completion and also helps to avoid bad mistakes regarding type casts etc.

gargamel
It depends on the size of the project, but a lot of times the most useful part of an IDE are its ability to perform auto-completion on method calls and being able to find out the answer to questions like "who calls this method on this object?" or "what implements this interface?" or "what are the subclass of this class?"
 
1 members found this post helpful.
Old 08-25-2013, 12:06 AM   #10
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,269
Blog Entries: 24

Rep: Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196
Quote:
Originally Posted by Richard Cranium View Post
It depends on the size of the project, but a lot of times the most useful part of an IDE are its ability to perform auto-completion on method calls and being able to find out the answer to questions like "who calls this method on this object?" or "what implements this interface?" or "what are the subclass of this class?"
But grep, sed, awk and company, and some good filesystem organization habits are 'as' or 'more' effective for those same tasks, for those who learn their basic usage (nothing advanced necessary - lucky for me!).

I have seen argumets that once a project reaches a certain size you just have to use an IDE, but my experience has been just the opposite. Having my "fingertips" on the code becomes an even greater advantage as things grow.

I am not arguing against IDEs actually. I have tried to use a few over the years but always revert to the shell.

I think it has more to do with how an individual learns - if they learned in an IDE then they are probably more comfortable in an IDE. But overall I do think it is a somewhat limiting environment.
 
Old 08-25-2013, 01:46 AM   #11
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
Quote:
Originally Posted by astrogeek View Post
But grep, sed, awk and company, and some good filesystem organization habits are 'as' or 'more' effective for those same tasks, for those who learn their basic usage (nothing advanced necessary - lucky for me!).
I take it that you have not worked on a very large Java project to make such a claim. Merely using grep to attempt to find the answers to those questions that I had posted will result in a large number of false positives. The various IDEs will parse the source files and create a cross reference database in order to correctly and swiftly answer such things. No false positives and no missed references.

I've worked on the aforementioned 2M LOC code base for ~10 years; I used JDEE for a good portion of that time and NetBeans for the last few years.

The productivity boost of NetBeans was sufficient for me to stop using Emacs for Java development and I'm a die-hard Emacs fan. (Now that CEDET is part of standard Emacs, there might be better source analysis for Java in Emacs' future that could be used to help with auto-completion and code crawling. But it isn't there now.)

Now, NetBeans is a Java application itself and needs a fair amount of heap to run efficiently (well, for a 2M LOC project anyways). So if you are in a resource constrained environment, you'll probable have to use something else.

I'll stop sucking the oxygen out of the thread now.
 
2 members found this post helpful.
Old 08-25-2013, 02:03 AM   #12
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,269
Blog Entries: 24

Rep: Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196Reputation: 4196
Quote:
Originally Posted by Richard Cranium View Post
I take it that you have not worked on a very large Java project to make such a claim.

...I'll stop sucking the oxygen out of the thread now.
Thanks for your comments Richard.

No, I have not worked much with java at all (so arguably I should not even be here...), and have no experience with the java based IDEs at all.

But I have worked some very large, and intense C/C++ projects, among others, and base my comments on that experience.

And I agree, this thread is probably not the right place for further discussion on the topic, so I'll slink away now as well.
 
Old 08-25-2013, 06:03 AM   #13
414N
Member
 
Registered: Sep 2011
Location: Italy
Distribution: Slackware
Posts: 647

Rep: Reputation: 189Reputation: 189
I primarily use Eclipse although, sometimes, I seldom use Netbeans too.
What I find really useful in Eclipse are its automatic refactoring/completion features and the plethora of plugins available to extend the environment in a lot of ways for a lot of different purposes.
Speaking of Eclipse plugins:
  • I experimented a lot on Xtext-based projects (but also on Ecore/EMF ones), developing some domain languages and generators;
  • I often use the FindBugs plugin to spot potential issues in my projects;
  • I also use the C/C++ plugin with the autoconf/automake one when developing some C projects
 
Old 09-16-2013, 10:54 PM   #14
meetscott
Samhain Slackbuild Maintainer
 
Registered: Sep 2004
Location: Phoenix, AZ, USA
Distribution: Slackware
Posts: 411

Rep: Reputation: 43
I use Intellij for all my work. I'm a recent convert, less than a year. But it is the best IDE by far. It uses the least amount of resources, has the most features and is the most stable.

I'd say it uses about half the resources of STS or Netbeans. It has excellent support for frameworks like navigating Tiles references for example. It supports aspects better than anything else out there. It's much more stable and less prone to locking up. You can run JPA queries on the fly outside of running your application. I could go on and on because there are tons of little features that are great too.

Prior to that, I was a Netbeans guy for 6 years. It's a great IDE too. I like the app server hooks the best on Netbeans because it runs things as you would outside the IDE. Maven builds are native now too so there's no special IDE specific structures to maintain in Netbeans. Netbeans has no AspectJ support though. This makes is a hard IDE to use with Aspect development and frameworks like Spring Roo.

I've also used Eclipse and the Spring Source Tool Suite, sometimes known as STS. I hate Eclipse and all its derivatives. I wish it would go away. Each release seems to get less and less stable. I keep up with it because it's so popular and I like being able to help other people with their problems. And people have a lot of them with STS or Eclipse because it's such a kludge. I can't believe the resources that are wasted on getting things working in Eclipse. It's especially egregious because it eats itself once in a while and has to be reinstalled. This is on all platforms, Windows, Linux and Macs.

Some projects force the use of one IDE, usually Eclipse, because the project has done something stupid with the build and no one has the time or the know how to fix it. I hate these projects and it gives Java a bad name because continued development is invariably hindered by other nonsense in the code base.

On a happier note, I use Slackware for everything. It's been my primary development platform for the last 5 years at work. I'm a consultant so I end up in a lot of different environments with various clients. Linux is the way to go. No one runs their app servers for Java on Windows so it usually works out well even in Windows centric environments. Windows is such a dismal platform for Java development.
 
2 members found this post helpful.
Old 09-17-2013, 02:03 AM   #15
mcnalu
Member
 
Registered: Dec 2006
Location: Glasgow, UK
Distribution: Slackware current
Posts: 423

Rep: Reputation: 73
I use netbeans for one large java project and find it invaluable. For smaller projects on C, python or php I prefer to use vim or Kate plus command line tools.
 
  


Reply



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
nixnote need Java but Java is not installed (Slackware 14.0) lchxr Slackware 3 10-04-2012 03:28 PM
[SOLVED] Java Woes: A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available ... chytraeus Slackware 10 11-27-2010 10:04 AM
Problem using Eclipse IDE for Java EE Developers on Linux AleLinuxBSD Programming 0 01-24-2010 12:38 PM
Problems with Java Web Start (java 1.4.2 - 1.5.0) on Slackware Egy Slackware 11 05-10-2005 06:30 AM
Any Java Developers help me? shinu_scorpion General 1 08-23-2003 04:45 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:50 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