FYI: we're an adminless list?

1999-10-29 Thread Chris Abbey
every recent mail from the list says: >To UNSUBSCRIBE, email to [EMAIL PROTECTED] >with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] response when trying to ask someone to finally drop [EMAIL PROTECTED] after two weeks of bounces: >This Message was undeliverable due to the fol

Re: java 1.1.7/Linux Thread switching

1999-10-29 Thread Chris Abbey
This is "known behaviour". The thread spec is very vague in regard to how it is supposed to work. There have been numerous discusions on the list in the past, check the archives for them. It basically boils down that there is no gaurentee in the threading spec that multiple threads will be interle

Re: classpath

1999-10-29 Thread Chris Abbey
At 08:45 10/29/99 -0600, Adam Carheden wrote: >java.lang.NoClassDefFoundError: com/sun/java/swing/plaf/metal/MetalTheme > at uci.uml.Main.main(Main.java:74) note that NoClassDefFoundError is not the same as ClassNotFound error. NoClassDefFound means that something this class needs was not f

Re: classpath

1999-10-29 Thread Patrick Ohnewein
Don't know if this is the problem, I can only guess, but I know that starting from some java version the classpath got splitted into classpath and -Xbootclasspath: I thought only after jdk1.2, but could be earlier. Now the problem would be, there are 2 class loaders the boot classloader which lo

Re: Java Platform Debugger Architecture (JPDA)

1999-10-29 Thread Nathan Meyers
Are there published specs for private native methods in package com.sun.tools.jdi? I have no idea, but it hardly seems likely. A search for that package name at java.sun.com comes up empty. Then again, it's also interesting to observe that these are all related to shared-memory transport, which

Re: classpath

1999-10-29 Thread Michael Sinz
On Fri, 29 Oct 1999 08:45:22 -0600, Adam Carheden wrote: >First, I did get Argo to run by extracting both it and swing from their >respective jar files into the local directory and running it from >there. For disk space and other reasons, however, I'd like them to stay >in their respective .jar

java 1.1.7/Linux Thread switching

1999-10-29 Thread Rich Ibbotson
Hi Everyone, I am seeing strange behavior in the way threads are switched in java 1.1.7v3. This is on a RedHat Linux 6.0 system (kernel 2.2.5-22, with glibc 2.1). I have the jdk and native-threads packages for glibc on X86 from blackdown.org. Problem 1: If I start 3 threads at the same prior

Re: classpath

1999-10-29 Thread Adam Carheden
First, I did get Argo to run by extracting both it and swing from their respective jar files into the local directory and running it from there. For disk space and other reasons, however, I'd like them to stay in their respective .jar files. The Argo page specifically says to use Swing v1.0.3, w

GUI deadlock and fix

1999-10-29 Thread Joost Helberg
Hi, from the status-files I can see that there is a deadlock bug which exactly looks like a deadlock I encounter pretty often. it seems that this deadlock bug is solved, but not available in a release yet. does anyone have an alpha/pre-patch for this problem, using green-threads is no option be

Re: classpath

1999-10-29 Thread Michael Sinz
On Thu, 28 Oct 1999 23:25:48 -0600, Adam Carheden wrote: >I am using the blackdown jdk 117 v3. I have downloaded Swing 1.0.3 from >SUN and ArgoUML. These come as .jar files which contain the paths >com/sun/java/... and the actual files below that. All the installation >instructions tell me to

Re: Java Platform Debugger Architecture (JPDA)

1999-10-29 Thread Uncle George
Its interesting to observer that these native calls appear to be 'IP' calls ( sendpacket, accept, attach, etc... ). it would seem that they could use the java.net classes to do the work. BUT i suspect that these are fake Are there specs to these native calls ? gat Nathan Meyers wrote: > On

Re: jdk linux licensing

1999-10-29 Thread Martin Schröder
On 1999-10-28 08:02:50 -0700, Nathan Meyers wrote: > On 28 Oct, Martin Schröder wrote: > > On 1999-10-27 12:46:44 -0700, Ruchir Tewari wrote: > >> Can the blackdown linux jdk be shipped with a product ? > > > > The 1.1.x versions can be shipped; of the 1.2.x versions only the > > jre can be shipp