Re: what tools do you use for programming
Helge Hielscher wrote: > > Hello, > > what tools do you use for *efficient* programming in Java? I have been > looking around for a while, the only things I've found was FreeBuilder, > but that programm seemed to be still alpha, with no progress in work. I > tried to subscribe to the mailing list, but it didnt work. Maybe the > projekt is dead? > > The other one was Graspada: nice tool, but I miss some main features > like an integrated debugger, or a tools helping me designing the GUI. > > Now I want to start a new project, and one thing is sure for me: I don't > want to programm another GUI using AWT by hand. Is Swing simpler (and > better to learn)? > > So do you know any good developement tools under Linux, or do I have to > switch to windows for the programming and use Linux only as clients and > for the server? > If that is a must: which tools do you recommend? Or do you know about an > almost up-to-date test that covers all that tools? > > And if you dont bother one last question: how far can you go one day? I > mean, what is the best you get out of the tools you use? > > TIA for all your answers, > Helge Hielscher I'm also currently trying to evaluate and find good IDE and gui editor. But what I found was netbeans deveolper non commercial only. I found other programs like Simplicity and Visaj but their evaluation version is function limited only netbean developer works without founction limitation. But its speed in my laptop( pentium 133, 40 mb RAM ) is poor. Their recommendation is maybe PII, 98 MB RAM, I think. Hope this might help you. [EMAIL PROTECTED]
[Q] JAVA ERROR OR BUG
When I run my program I got this messge; OUCH: nested memory code, to 1 levels. Killed But the problem is that I cannot reproduce this at will. That is, this occurs in different case. Thanks in advance. And Please reply me via e-mail.
[Q] Can I get jdk-1.1.7va native thread using glinc 2.1 instead of 2.0 ?
I'm currently updated my linux system with glibc based one and found big problem in my Swing based JAVA program. It simply stops responding when I open dialog and close it. Then the frame does not respond me and is related, I think, glibc problem. When I preload included library it simply does not work with message like " cannot find version information needed by libXXX..." So, the question is that wherer can I find glibc 2.1 based or compatible jdk 1.1.7v1a with native thread ? I hope I can get this because it simply faster than my previous green thread based 1.1.7v1a. Thanks in advance. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: After RedHat 6.0 Install, JDK Error !!!
I have similar problem related with glibc version, and have a question. I can start swing program without any hacks with native thread jdk but when i open a dialog( file chooser ) and close it then the program stops responding. Do you solved this problem too ? >Hello, > > I just fixed the exact same problem. Go get jdk-1.1.6 from >blackdown. It will work (take the latest version). > > If you are a user of jfc, it will get broken. Because, for some >reason, .jar files written in a later version are broken. To fix this, >find a box that is able to decompress it (jar works almost exactly as tar, >so to extract, just type jar xfv file_name.jar). > > Then zip it. You will be able to read the .zip file and put it in >your CLASSPATH... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: JDK 1.X on Rh 6
JDK-1.1.7 test version(?) for glibc-2.1 is available in http://www.wisp.net/~kreilede/ But native thread and swing does not work well. I think this is not related with jar file. Swing application stops responding when file chooser dialog is open an close. And there's more case that I have encountered when using native thread. But it's speed is very impressive. I even felt like my Windows NT 4.0 with IBM JDK( Celeron 333 ) is slower than my Pentium 133 Linux Native JDK in some computation program. >I found on a web site (given in the mailing-list) about jdk 1.1.6 compiled >with new glibc...but i have also read on a newsgroup that this release of >jdk is unable to read jar files. Any hints? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: JDK117 problems
I think you did upgrade your glibc from 2.0.X to 2.1.X. If so, you need jdk 1.1.7v2 not 1.1.7v1. I had same problem as you and now corrected. >Does anyone know of any current problems relating to Redhat5.2 with kernel 2.2.6 >and javac? >I get the typical "how-to" when I type #java >I get a core dump when I type # javac geko.java >and this error when I type #javac_g >/usr/local/jdk117/bin/i686/green_threads/java_g: error in loading shared >libraries: > /usr/local/jdk117/lib/i686/green_threads/libjava_g.so: undefined symbol: >_dl_symbol_value > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Redhat 6 + JDK117v3 + native threads = unreliable AWT?
For me( CAldera OpenLinux 2.2) v2 native thread also does not work in awt/swing especially in swing application. > >JDK 1.1.7v2 works fine! > >Also volanomark won't run with v3/native. > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: tya for JDK117v3
For me, programs using JNI does not work well. -Original Message- From: Laskowski, Jacek Tadeusz (Jacek) <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, June 02, 1999 4:19 PM Subject: RE: tya for JDK117v3 >> Aravind, >> >Yes and no problems yet. >My configuration: >[jacekl@pd0373jacekl1 SERVLETS]$ cat /etc/redhat-release >Red Hat Linux release 6.0 (Hedwig) >[jacekl@pd0373jacekl1 SERVLETS]$ uname -r >2.2.9 >[jacekl@pd0373jacekl1 SERVLETS]$ java -version >java version "1.1.7B" >[jacekl@pd0373jacekl1 SERVLETS]$ echo $JAVA_COMPILER >tya >[jacekl@pd0373jacekl1 SERVLETS]$ java Sender > TYA 1.3v2 (for J117 / Linux). Copyright (c) 1997,98,99 The TYA Team > Contact The TYA Team via Albrecht Kleine <[EMAIL PROTECTED]> >...and so on > >Thus, as you might have seen all is going fineat least I think so;-) > >-Jacek -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: tya for JDK117v3
But I want to tell is JNI with tya case. >For me, JNI/RMI works perfectly under linux. You must do two things >though: > >export JAVA_COMPILER= >export THREADS_FLAG=green > >Now you're laughin'. > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
