> I'm having problem finding a Java IDE for Linux I like, and I thought
> I should give it a try and ask here. What is everyone here using to
> develop their classes in Linux? I'm used to KAWA for Win32, but now
> after switching to Linux I've been unable to find a good replacement.
>
> I would a
Cliff Baeseman wrote:
I do not
know if anyone is interested in this yet but here goes.
I am not happy with the GNOME or the KDE desktops
Havn't tried Gnome yet but I understand that it is window manager neutral.
I have used CDE extensively and
don't care much for KDE. Put KDE on my machine a
Matthias,
I never found any IDE anywhere that I ever liked. After converting to
Unix in the 80s, I would always
have to take a vi back to dos/windoze. The tools on any decent Unix
blow away any IDE I ever saw. This
is probably why IDEs never caught on in Unix. Its not as if IDEs don't
exist, just
Gerald wrote:
>
> Hi all.
>
> Alright. In order to gain a good understand of the issues that have
> arisen during the port of Java2 on Linux, I have read over the past
> messages regarding technical difficulties in the port. There seem to
> be several main ones:
Perhaps answers are to be found
hi all,
i did a program which worked somedays back and then i loaded the
servlets for my apache server. Now when i run my old program using kaffe
it is telling "segmentation fault". This question may be silly. But please
help me with the problem.
bye,
MUTHU.
--
Hi all.
Alright. In order to gain a good understand of the issues that have
arisen during the port of Java2 on Linux, I have read over the past
messages regarding technical difficulties in the port. There seem to
be several main ones:
- Linux threads are screwy and the Java2 source (J2S) uses S
Wont this be painfully slow??
- Michael
> Cliff Baeseman wrote:
>
> I do not know if anyone is interested in this yet but here goes.
>
>I am not happy with the GNOME or the KDE desktops so I have started
> building a desktop on top of a minimal RH 6.0
> installation. I am using JBuilder3 o
I do not know if anyone is interested in this
yet but here goes.
I am not happy with the GNOME or
the KDE desktops so I have started building a desktop on top of a minimal RH
6.0
installation. I am using JBuilder3 on windows to
code the desktop. This is working out very well and JBuild
If you are used to emacs and are looking for something not much more
than organization of files, build, syntax highlighting and step-through
debugging / code browsing, JDE for Emacs works well. I use it all the
time.
Thing I hate about most IDE's is that they try to incorporate thier own
editing
(answers below each question)
>
> --Simple question first: "Is it possible to use the JNI with AIX JDK 1.1.6
> and egcs/gcc C/C++ compiler under the AIX OS 4.x ??? "
>
Assuming IBM didn't mistakenly leave JNI out of their port, then yes.
> --Harder question: "If the answer to the first quest
> I'm having problem finding a Java IDE for Linux I like, and I thought
> I should give it a try and ask here. What is everyone here using to
> develop their classes in Linux? I'm used to KAWA for Win32, but now
> after switching to Linux I've been unable to find a good replacement.
I like jde.
Matthias Carlsson wrote:
> I'm having problem finding a Java IDE for Linux I like, and I thought
> I should give it a try and ask here. What is everyone here using to
> develop their classes in Linux? I'm used to KAWA for Win32, but now
> after switching to Linux I've been unable to find a good r
Look at this page.
It has a list of all IDE's.
The only thing to add is that IBM's VAJ is out as a technical preview.
http://www.blackdown.org/java-linux/javatools.html
-- Aravind
Matthias Carlsson wrote:
>
> I'm having problem finding a Java IDE for Linux I like, and I thought
> I should g
Matthias Carlsson wrote:
> I'm having problem finding a Java IDE for Linux I like, and I thought
> I should give it a try and ask here. What is everyone here using to
> develop their classes in Linux? I'm used to KAWA for Win32, but now
> after switching to Linux I've been unable to find a good r
On Tue, 29 Jun 1999, Matthias Carlsson wrote:
>I'm having problem finding a Java IDE for Linux I like, and I thought
>I should give it a try and ask here. What is everyone here using to
>develop their classes in Linux? I'm used to KAWA for Win32, but now
>after switching to Linux I've been unable
hi all,
where can I find the plug-in for redhat 60.
~
Yohans Mendoza Unix Administrator
Sirius Images Inc. [EMAIL PROTECTED]
http://www2.utep.edu/~yohanshttp://www.s
On Tue, 29 Jun 1999 23:37:26 +0200,
Matthias Carlsson <[EMAIL PROTECTED]> said:
Matthias> I'm having problem finding a Java IDE for Linux I like, and I
Matthias> thought I should give it a try and ask here. What is everyone
Matthias> here using to develop their classes in Linux? I'm used to KAWA
I'm having problem finding a Java IDE for Linux I like, and I thought
I should give it a try and ask here. What is everyone here using to
develop their classes in Linux? I'm used to KAWA for Win32, but now
after switching to Linux I've been unable to find a good replacement.
I would appreciate an
"Thomas M. Sasala" wrote:
>
> Using -green seems to fix both problems. RH6.0 and
> jdk 1.2prev2.
1.1.7v3 uses green by default( I understand ) and it failed for me
consistently.
--
To UNSUBSCRIBE, email to [EMAIL PROT
Using -green seems to fix both problems. RH6.0 and
jdk 1.2prev2.
Jim Hazen wrote:
>
> Richard Hall wrote:
> >
> > Hmmm. I have an applet that also exhibits this same sort of
> > every-other-click misbehavior, but I don't use any Swing classes. I get
> > the error in both the 1.1.7 a
Just installed the 1.2pre-v.2 release of the JDK. All looks
fine (changed to green threads since running on
uniprocessor system - also complaint about missing pthreads
library if I left them set to native) except that the
Simplicity IDE has memory problems.
Clearly, my first port of call would b
Richard Hall wrote:
>
> Hmmm. I have an applet that also exhibits this same sort of
> every-other-click misbehavior, but I don't use any Swing classes. I get
> the error in both the 1.1.7 and 1.0.2 versions of the applet. Perhaps
> it's a bug lurking in the underlying AWT threads?
Perhaps thi
Hmmm. I have an applet that also exhibits this same sort of
every-other-click misbehavior, but I don't use any Swing classes. I get
the error in both the 1.1.7 and 1.0.2 versions of the applet. Perhaps
it's a bug lurking in the underlying AWT threads?
Richard Hall
Network Services
University o
Bjoern Smith wrote:
>
> Marcel Ruff wrote:
>
> > Hi,
> >
> > the following little examples doesnt return (about every second time).
> >
> > Especially when you first click in the text area and write some letters
> > and than click OK, the final System.out.println() is never printed.
> >
> >
Marcel Ruff wrote:
> Hi,
>
> the following little examples doesnt return (about every second time).
>
> Especially when you first click in the text area and write some letters
> and than click OK, the final System.out.println() is never printed.
>
> -
> imp
Marcel,
I ran a similar version on my system. Generally it behaved as
expected, but I
did have two strange results:
1) Every other time I clicked ok, the new message box would not render
properly. For example, the second, forth, sixth, etc., click would
have a malfor
Hi,
the following little examples doesnt return (about every second time).
Especially when you first click in the text area and write some letters
and than click OK, the final System.out.println() is never printed.
-
import javax.swing.JOptionPane;
impor
Rachel Greenham wrote:
>
> Have you tried your software under JDK1.2 for other platforms (ie: NT or
> Solaris)? Is it definitely a Linux-port bug or a Java bug?
Yes, our product works perfectly under JDK1.2 under Windows NT/98/95 and
Solaris. So it is reasonably safe to say it is a Linux port
Hi
first of all, this is not really a Linux-Java question, but i think there
are so many java programmer here that would be a good place to ask
(well and i tried also everything else but nobody could help me so far).
--Simple question first: "Is it possible to use the JNI with AIX JDK 1.1.6
and
Bernardo Paz Betancourt <[EMAIL PROTECTED]> writes:
> I´m migrating from C++ and dont know how to do a makeFile for my new Java
> project which haves more than 3 files to compile, could somme body sendme
> as an attached file (I have not Internet access ) a makefile to use as
> example?
> And t
Hi,
does anybody know if the native compiler HPJ (from IBM) is
available on Linux.
How does it perform, does it compile Swing as well?
Does it work with the Blackdown JDK 2?
thanks, Marcel
--
To UNSUBSCRIBE, email to [EMAIL
Hi,
To use JNI you only need the blackdown JDK.
I have attached some files how i always test the JNI on Linux:
C++ calling JDK 2 Awt.
the almost same example works with JDK 1.1.7 as well.
regards Marcel
HelloWorldAwt-1.2.tar.gz
Hi
I have just installed JDK 1.2 pre-release 2 on a Linux RedHat 5.2 system and get
the following when I try to run java
[hsfr@rio hsfr]$ java -version
/opt/Java/jdk1.2/bin/i386/native_threads/java: error in loading
shared libraries
libhpi.so: cannot open shared object fi
I followed this URL
http://java.sun.com/products/jdk/1.2/download-solaris.html and
downloaded source_license.pdf. Faxed it and got the old source. It turns
out the form is only for 1.1.x.
How do I get 1.2.1 source?
--
Peter Ziobrzynski, mailto:[EMAIL PROTECTED]
---
[EMAIL PROTECTED] writes:
>
>
>
>
>
> Hello,
>
> I currently use Linux RedHat 5.2, and I've installed the JDK 1.2 pre-release 2,
> but an error occurs in libjvm.so : undefined symbol __bzero.
> Can you help me ?
The debug version (java_g) should not have this problem. Try that and
see if
35 matches
Mail list logo