Re: An IDE for C and JAVA

1998-12-21 Thread Kirk Hutchinson
First of all, XEmacs is not an IDE. It's a code editor - that's it. It's really too bad that more IDEs are not available for Linux. Personally, I favor Symantec's Visual Cafe over any other Java IDE, but it's not available for Linux. I remember seeing an ad for a product called "NetBeans", or s

Re: has anyone got the native threads jdk1.1.7a1 running?

1998-12-21 Thread Moses DeJong
Humm, I am using 2.1.131 too but I am having no luck. Are you using the JNI to create a JVM from inside a running C process? I have been able to get some simple Java only programs working using "java -native ..." but I have not been able to get the JNI stuff working. If you have working JNI code c

Re: has anyone got the native threads jdk1.1.7a1 running?

1998-12-21 Thread Moses DeJong
>> Moses DeJong writes: > >Moses> The CLASSPATH and LD_LIBRARY_PATH are set so that the >Moses> classes.zip file and the native libs are visible to the >Moses> JVM. > >Invocation doesn't use the CLASSPATH variable in 1.1. You >should set the classpath from within you C program: > >

Re: Sun and Linux

1998-12-21 Thread Mario Camou
Well... % telnet www.blackdown.org 80 Trying 204.180.15.12... Connected to www.blackdown.org. Escape character is '^]'. GET /java-linux/ports.html HTTP/1.0 HTTP/1.1 200 OK Date: Mon, 21 Dec 1998 20:57:37 GMT Server: Apache/1.3b3 Last-Modified: Thu, 17 Dec 1998 14:40:01 GMT [ ... snip ... ] So,

RE: Sun and Linux

1998-12-21 Thread Harold G. Andrews II
It looks like somebody took the advise of an earlier poster and put up a status for 1.2 on Blackdown's web site. Check out: http://www.blackdown.org/java-linux/ports.html#jdk1.2 To summarize, less than a month from the time/date it was posted. I didn't see a date on the page, so I don't know w

It has inscribed me:

1998-12-21 Thread Pelayo
It has inscribed me: [EMAIL PROTECTED] is In an aleatory program of " BOMBINGS ", you already know their address original is [EMAIL PROTECTED] is Tienene a program that he subscribes to many people in this address and in other but... It is a warning that I give you, he/

It has inscribed me:

1998-12-21 Thread Pelayo
It has inscribed me: [EMAIL PROTECTED] is In an aleatory program of " BOMBINGS ", you already know their address original is [EMAIL PROTECTED] is Tienene a program that he subscribes to many people in this address and in other but... It is a warning that I give you, he

It has inscribed me:

1998-12-21 Thread Pelayo
It has inscribed me: [EMAIL PROTECTED] is In an aleatory program of " BOMBINGS ", you already know their address original is [EMAIL PROTECTED] is Tienene a program that he subscribes to many people in this address and in other but... It is a warning that I give you, he/she is a true mob

Re: Sun and Linux

1998-12-21 Thread Vincent Murphy
On Sun, 20 Dec 1998, Kevin B. Hendricks wrote: > To answer your question: Thanks for finally clarifying this question. An ETA for JDK 1.2 would be nice tho :) Whoever the webmaster is, (s)he should put this up on the FAQ. -vinny -- Vincent Murphy | UCC CompSci Student | [EMAIL PROTECTED]

It has inscribed me:

1998-12-21 Thread Pelayo
It has inscribed me: [EMAIL PROTECTED] is In an aleatory program of " BOMBINGS ", you already know their address original is [EMAIL PROTECTED] is Tienene a program that he subscribes to many people in this address and in other but... It is a warning that I give you, he

Re: Hitting walls with JDK1.1.7v1a native threads

1998-12-21 Thread Xiangzhou wang
I will say it is JVM problem if your app is pure java. You should not get SIGSEGV in your java code. Fox Nathan Meyers wrote: > The Java app I'm developing on Linux is failing when I try to run with > native threads. Before I spend a lot of time scratching my head over my > own code, I need to

Re: Sun and Linux

1998-12-21 Thread Josh McCormack
This post was one of the best written and clearest pieces of information on Linux (including Linux on other than x86) and Java that I've ever seen, and it says quite a bit about Sun and Blackdown. IMHO, this should be sent out to the trade publications. Josh To answer your question: > > - S

Re: Sun and Linux

1998-12-21 Thread Josh McCormack
This post was one of the best written and clearest pieces of information on Linux (including Linux on other than x86) and Java that I've ever seen, and it says quite a bit about Sun and Blackdown. IMHO, this should be sent out to the trade publications. Josh To answer your question: > > - S

Re: JDK-1.1.7.1a Installation: missing libXm.so.2

1998-12-21 Thread Michael Sinz
On Mon, 21 Dec 1998 15:02:39 +0100, Jean-Michel Paris wrote: >I've downloaded the latest jdk on libc6 linux based system: >jdk-1.1.7.1a-2glibc.i386.rpm. > >But when I tried to install it, I got the message that jdk has need of >libXm.so.2 >Ok, I went to the latest lestiff release, and I was only

Re: An IDE for C and JAVA

1998-12-21 Thread Ugo Cei
Pierre Bizzotto wrote: > > Hi, I need an IDE for C and Java, if it's possible for XWINDOWS or KDE. Use Emacs and JDE, it's best in the long run. > I'have another problem, I've the italian Keyboard and on my notebook there > is'nt the { and }. How I can resolve this problem changing aothe key?

JDK-1.1.7.1a Installation: missing libXm.so.2

1998-12-21 Thread Jean-Michel Paris
I've downloaded the latest jdk on libc6 linux based system: jdk-1.1.7.1a-2glibc.i386.rpm. But when I tried to install it, I got the message that jdk has need of libXm.so.2 Ok, I went to the latest lestiff release, and I was only able to get a libXm.so.1.2 (lesstif is Motif-1.2 complient + stuff o

Re: Applet vs Application

1998-12-21 Thread Ernst de Haan
Dirk Schreiber wrote: > > Hello, > > i am a newby to Java. So my question is, what are the functionaly > differences between a java applet and application. What could be done in an > Applet??? Are there any restrictions in Point Network, Filehandling etc.??? > > Could someone point me

Applet vs Application

1998-12-21 Thread Dirk Schreiber
Hello, i am a newby to Java. So my question is, what are the functionaly differences between a java applet and application. What could be done in an Applet??? Are there any restrictions in Point Network, Filehandling etc.??? Could someone point me a sheet where to get a list of an full

Re: An IDE for C and JAVA

1998-12-21 Thread R. Paul Warriner
I use Xemacs for a Java IDE. S.u.S.e. has the Java Workshop 2.0 for $109 US. Can't help with the keyboard. :( Pierre Bizzotto wrote: > > Hi, I need an IDE for C and Java, if it's possible for XWINDOWS or KDE. > > I'have another problem, I've the italian Keyboard and on my notebook there > is'

Re: An IDE for C and JAVA

1998-12-21 Thread Tobias Gierke
On Mon, 21 Dec 1998, Pierre Bizzotto wrote: >Hi, I need an IDE for C and Java, if it's possible for XWINDOWS or KDE. > >I'have another problem, I've the italian Keyboard and on my notebook there >is'nt the { and }. How I can resolve this problem changing aothe key? > >Thanks. bye and Merry Xmas.

Re: An IDE for C and JAVA

1998-12-21 Thread Juergen Sonnauer
Besides the EMACS+JDE environment there is an interesting program that i find worth looking at. GRASP runs on various unix platforms and Windows. http://www.eng.auburn.edu/department/cse/research/grasp/ -- Von:Pierre Bizzotto[SMTP:[EMAIL PROTECTED]] Gesendet: Montag, 21.

An IDE for C and JAVA

1998-12-21 Thread Pierre Bizzotto
Hi, I need an IDE for C and Java, if it's possible for XWINDOWS or KDE. I'have another problem, I've the italian Keyboard and on my notebook there is'nt the { and }. How I can resolve this problem changing aothe key? Thanks. bye and Merry Xmas.

RE: Where can I find JAD?

1998-12-21 Thread Matt Zagni
Peter, Yes that is correct I did ask for a copy of JAD and the link on blackdown does not appear to be any good At present, I managed to poke a copy from an old backup 1.5.5.3 like you. Could someone please contact blackdown or the jad developer, this tool is by far one of the best or better St