Re: IDE for Java

1999-03-24 Thread Michael Nielsen
I have noticed several problems with JDK1.2 under linux (kernel version 2.2.3, libc = libc.so.5.4.46, glibc2 (something) RedHat 5.2) Callbacks in the SUN corba implementation do not work, and neither does the Runtime rt = Runtime.getRuntime(); rt.traceMethodCalls(true); On a s

Re: IDE for Java

1999-03-23 Thread Paul Russo
I think that Paul Kinnucan Emacs java IDE http://sunsite.auc.dk/jde/ is very cool. It come with a speedbar for class browsing Maksim Lin wrote: > Robb Shecter wrote: > > > > So far the only Java Linux IDE that truly does this is the BISS IDE, but that > > project appears to be dead. (Too bad -

Re: IDE for Java

1999-03-22 Thread Jon Priddey
Hi Rich, I've tried to look at things from the angle of prevention, rather than cure. The IDE and all of our tools were built without the use of debuggers. We prefer to use a set of assertion mechanisms to continually test the integrity of the system while it is executing. We find with this appro

Re: IDE for Java

1999-03-22 Thread Jeff Galyan
Have you looked at NetBeans Developer? It's 100% Java, runs fairly well (in terms of speed) in my experience, and you can download it free for non-commercial development. It's at www.netbeans.com -- Jeff Galyan http://www.anamorphic.com http://www.sun.com jeffrey dot galyan at sun dot com tali

Re: IDE for Java

1999-03-22 Thread Juergen Sonnauer
gt; An: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Datum: Montag, 22. März 1999 12:48 Betreff: Re: IDE for Java ... >So far the only Java Linux IDE that truly does this is the BISS IDE, but that >project appears to be dead. (Too bad - it'

Re: IDE for Java

1999-03-22 Thread Rich Edwards
Sounds interesting, but... does it include a debugger? IMHO, that's the only real requirement out of an IDE - everything else is just fluff. - Rich Jon Priddey wrote: > > Hi Naoki, > > The Blackdown Organization has a page of links to Java tools, including > IDEs at: > > http://www.blackdown

Re: IDE for Java

1999-03-22 Thread Andreas Rueckert
Hi! On Mon, 22 Mar 1999 Robb Shecter wrote: >* What's great is having a Smalltalk-like interface, where you have a list of >method names, and clicking on one causes -just that one method- to appear in an >edit window. Files are a low level of abstraction. Once you're used to being >able

Re: IDE for Java

1999-03-19 Thread Jon Priddey
Hi Naoki, The Blackdown Organization has a page of links to Java tools, including IDEs at: http://www.blackdown.org/java-linux/javatools.html I'm pleased that my tool is one of those mentioned since it was developed in Java entirely on Linux (thanks Blackdown). Unlike many IDEs, mine targets pr

Re: IDE for Java

1999-03-19 Thread Oliver Fels
> I'm looking for a good IDE for Java on Linux. > > Is everybody using emacs? Or is there anything better? I used JEdit for a while, which nothing more or less than a 100% pure Text Editor (syntax highlighting, auto indention, compiler interface, etc included). Great tool, but it brings JDK 1

Re: IDE for Java

1999-03-19 Thread Mike van der Merwe
Hi Naoki I use Netbeans for Linux from http://www.netbeans.com It's an absolutely WONDERFUL IDE. Check out the website. It supports JDK 1.1 and the new version X2 supports JDK 1.2. It's based entirely on Javabeans components and Swing. It runs on Solaris, Linux, NT as it is written in Java. I

Re: IDE for Java

1999-03-19 Thread Justin Knotzke
Stephen Pitts wrote: > > On Fri, Mar 19, 1999 at 10:42:14PM +1100, Naoki Shibuya wrote: > > Hi, > > > > I'm looking for a good IDE for Java on Linux. I've been using Netbeans http://www.netbeans.com It was done in Java and it's free for educational use. It runs on Linux and it's

Re: IDE for Java

1999-03-19 Thread Stephen Pitts
On Fri, Mar 19, 1999 at 10:42:14PM +1100, Naoki Shibuya wrote: > Hi, > > I'm looking for a good IDE for Java on Linux. > > Is everybody using emacs? Or is there anything better? > > I am Java programmer but new to Linux. > > Regards, > Naoki > > > ---

Re: IDE for Java

1999-03-19 Thread Jean-Pierre Dube
Hi, You can try JDE. JDE is an IDE environment without the GUI designer. It's is base on emacs. If you write lots of code there is nothing better. Here are the features of JDE: - JDE menu with compile, run, debug, build, browse, project, and help commands - syntax coloring - auto indenta