Re: jni problem

1999-03-28 Thread Wes Biggs
optima wrote: > cc -G NativeHello.c NativeHelloImp.c -o libHello.so > ,I encount a problum > "cc: unrecognized option `-G' > /usr/lib/crt1.o(.text+0x36): undefined reference to `main'" > before I do this ,I had copy the include file of java/include into > /usr/include ,and I copy the *.h in

jni problem

1999-03-28 Thread optima
I have been develop java program for a serveral days.But I havn't have a success test with the java native include in linux on my redhat 5.1 with jdk1.1.7. when I complied the c impliction code with gcc as : cc -G NativeHello.c NativeHelloImp.c -o libHello.so ,I encount a problum "cc: unrec

Re: grrrrrr.....

1999-03-28 Thread Bryce McKinlay
Matthew McKeon wrote: > However, I now see that the download page > claims there IS no linux version of the plug-in. > Very strange, however I'll take anything I can get. > The linux activator existed at SOME point, > so if anyone can tell me where to obtai

Re: grrrrrr.....

1999-03-28 Thread Matthew McKeon
Russ Ferriday wrote: > > Wasn't this renamed to "Java Plug-In"? > > http://java.sun.com/products/plugin/ > Yes, it was. The Java Plug-In FAQ points to the dead activator link at blackdown as the location to obtain a linux version of the plug-in. However, I now

Re: RunTime Process object

1999-03-28 Thread Juergen Kreileder
> Bill Paladino writes: Bill> Has anyone had any luck RUNNING a program from Java? Example Bill> below (JDK 116) compiles OK, prints a nicely formed command Bill> OK buts generates *NO* output. Bill> thanks, Bill> import java.io.*; Bill> public class RunFile{

RunTime Process object

1999-03-28 Thread Bill Paladino
>>> Has anyone had any luck RUNNING a program from Java? Example below (JDK 116) compiles OK, prints a nicely formed command OK buts generates *NO* output. thanks, import java.io.*; public class RunFile{ public static void main ( String args[] ) throws Exception

Problems getting host IPaddress

1999-03-28 Thread Angela Schattleitner
Hi, I'm working with javamail/IAIK JCE under Linux with JDK117. The javamail class "transport" calls for SMTP-authentifikation against the sendmail server "java.net.InetAddress.getAllByName(String host)". On the workstations I get an "UnknownHost Exception", and due to the missing authentificatio

Re: grrrrrr.....

1999-03-28 Thread Russ Ferriday
Wasn't this renamed to "Java Plug-In"? http://java.sun.com/products/plugin/ --r. Matthew McKeon wrote: > > I've hunted through the list archives and seen several questions > re: What happened to the activator link on blackdown? >

Re: 1.2 problems

1999-03-28 Thread Alexander V. Konstantinou
It is a known problem with 32-bit displays (and some 24-bit ones which result in a seg fault). Start X11 in 16-bit mode. Alexander On Sat, Mar 27, 1999 at 12:59:00AM +0100, Osvaldo Pinali Doederlein wrote: > Hi, > > I definitely can't get JDK 1.2 to run GUI apps here. Console runs fine, but >