(no subject)

1998-08-18 Thread Hassan
unsubscribe [EMAIL PROTECTED]

Re: seg fault using Linux/Alpha JDK 1.1.5 for JNI

1998-08-18 Thread Uncle George
interesting the things people do. i myself have not tried what ur doing, but i suppose it is suppose to work. i'll have a look see. i suspect that it is mainly a prob trying to find where the root dir to the lib.so are, there is no libdl function that will do it . ( i suspect ). a hack was made, a

Re:3rd JDK for Linux/Intel available (OpenGroup)

1998-08-18 Thread Kevin B. Hendricks
Hi, You asked about benchmarks. One of the x86 porters from Blackdown named Juergen Kreileder tested both the upcoming Blackdown jdk116_v4 against the OSF Opengroup's jdk116_v1 (native threads) and Netscape-4.06-glibc on a Dual PPro 233MHz system. Here are his results: ---cut---

Re: 3rd JDK for Linux/Intel available (OpenGroup)

1998-08-18 Thread Vincent Trussart
Toni Nikkanen wrote: > On Tue, 18 Aug 1998, Nelson Minar wrote: > > > On the freshmeat tip, the OpenGroup has finally released their port of > > the JDK for Linux. http://www.camb.opengroup.org/RI/java/linux/ > > This one is based on native Linux threads. > > > > Three JDK ports for Linux, hooray

Re: 3rd JDK for Linux/Intel available (OpenGroup)

1998-08-18 Thread Toni Nikkanen
On Tue, 18 Aug 1998, Nelson Minar wrote: > On the freshmeat tip, the OpenGroup has finally released their port of > the JDK for Linux. http://www.camb.opengroup.org/RI/java/linux/ > This one is based on native Linux threads. > > Three JDK ports for Linux, hooray! And now with yet another delay

Re: 3rd JDK for Linux/Intel available (OpenGroup)

1998-08-18 Thread wilco
TYA makes swing useable, and thats not bad Tom Jenkins wrote: > At 05:37 PM 8/18/98 -0400, Nelson Minar wrote: > >On the freshmeat tip, the OpenGroup has finally released their port of > >the JDK for Linux. http://www.camb.opengroup.org/RI/java/linux/ > >This one is based on native Linux threa

Re: 3rd JDK for Linux/Intel available (OpenGroup)

1998-08-18 Thread Tom Jenkins
At 05:37 PM 8/18/98 -0400, Nelson Minar wrote: >On the freshmeat tip, the OpenGroup has finally released their port of >the JDK for Linux. http://www.camb.opengroup.org/RI/java/linux/ >This one is based on native Linux threads. > >Three JDK ports for Linux, hooray! And now with yet another delay f

3rd JDK for Linux/Intel available (OpenGroup)

1998-08-18 Thread Nelson Minar
On the freshmeat tip, the OpenGroup has finally released their port of the JDK for Linux. http://www.camb.opengroup.org/RI/java/linux/ This one is based on native Linux threads. Three JDK ports for Linux, hooray! And now with yet another delay for JDK 1.2, we're almost caught up :-)

jdk pb

1998-08-18 Thread prescom . bal
Hi JDK 1.1.6 Version 3 libc5 : libc.so.5.4.4 / libdl.so.1.7.14 Invocation : javac mysample.java (with the right classpath) Message : unable to initialize thread . Is there a special version for libc and libdl ?? (It seems that the v3 has been built with libc-5.4.46 and libdl.so.1.9.9) Than

Devices and blocking

1998-08-18 Thread david . atkinson
I have just downloaded the Java Comm stuff including RXTX and noticed that many of the functions aren't available. i.e addEventListener. Since the Solaris examples use event listeners I have been trying to add this functionality. I have started doing this in an unsophisticated way by using a sep

Re: classpath ?

1998-08-18 Thread Kenny Freeman
I always just set the classpath to something like: EXPORT CLASSPATH=/usr/local/other/jdk1.1.5/lib/classes.zip: /user/kenny/java:/home/freeman/java:. and then just run the classes from the locations in the CLASSPATH variable. Of course if you are fooling with imports and other packages, you seem t

classpath ?

1998-08-18 Thread prescom . bal
Hi Steve sorry for this question, but I'm new on Linux !! Just installed : JDK 1.1 6 Version 1 Env : libc5 Vers : 5.4.4 Env Var : PATH set to /usr/local/java/jdk/bin:$PATH Env Var : CLASSPATH set to /usr/local/java/jdk/lib/classes.zip Invocation from /usr/local/java/samples/MyFirstJava.java :

Re: Java DB browsing utility

1998-08-18 Thread Tom Jenkins
Jan - Check out Monday's Freshmeat http://news.freshmeat.net/1998/08/17/ there is an entry called WIDD (oh wait let me check - yep) and here is WIDDs homepage http://averel.info.unicaen.fr/~prochazka/ It could be a start. At 07:32 PM 8/17/98 -0400, Jan Vicherek wrote: > > Hello, > > I'm looki

Anyone want to port AWT or SWING to GGI?

1998-08-18 Thread Kien Pham
Hi. I'm trying to get things rolling to port AWT or SWING to GGI. I don't have the complete technical "know-how" or the time to do it myself, but one could proabably link the widgets to Berlin using Corba(there's a java idl compiler) and write a context Canvas for the raw visuals.

Re: Java DB browsing utility

1998-08-18 Thread Jan-Henrik Haukeland
Jan Vicherek <[EMAIL PROTECTED]> writes: > I'm looking for a java utility that would allow me to connect to a > database and would let me display and manipulate its tables. (insert, > delete, maybe update). I would like it with source code, if possible. > >Does anynody know of one ? Most JD

Re:long delay in reading from atm socket...

1998-08-18 Thread Kevin B. Hendricks
Hi, I think your bug is related to Bug #97 in the jitterbug. Please give it a read. If so, we have just fixed that bug (which should greatly improve our vmark results!). Tests are being done now to make sure we haven't broken anything else when fixing this. So hold on and v4 should fix this (

long delay while reading from atm socket via JNI

1998-08-18 Thread Jonathan Chan
Hi all, I have been trying to implement socket classes for ATM network by wrapping JNI around the linux-atm 0.39 "C" code for linux-jdk-1.1.6v2. Recently I measured the round trip time (RTT) of this java implementation between two local machines in our atm network. It was found that RTT was as l

More sun.tools.javac craziness...

1998-08-18 Thread Dustin Lang
Hi (yet again), I ran some tests on the whole Process vs. javac.Main.compile, and came up with results that are exactly the opposite of what I'd expect. My assumption: using a Process involves running the command "javac -d dir File.java", which involves starting up a JVM, which is a CPU- and me