Process communication jdk1.3

2000-06-23 Thread Jan Agermose
This might not be a blackdown problem, but I need help now, and the IBM newsgroups seems down? and sun, well I have never gotten a response from them. I have made a RMI server that forks a process to communicate with ispell to deliver a spellchecker to clients. I start ispell like Runtime

Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread Michael Thome
I've been unable to get blackdown native-thread VM implementation to work properly on my x86-based SMP machine. I'd be interested in corresponding with anyone who's had better luck. Essentially the problem is that code like: synchronized (lock) { lock.wait(); } results in exceptions lik

jdk1.3 installation

2000-06-23 Thread Desiree Hilbring
Hi, I am working on Suse 6.4 and I do have the libc 2.1.3. I tried to install the jdk1.3 and I am getting the message segmentation fault, when I try to start an java program, applet etc. Any ideas? I also changed my color mode to 16 bit and changed my window manager to kde (system requirements in

Re: Process communication jdk1.3

2000-06-23 Thread Nathan Meyers
Jan Agermose wrote: > This might not be a blackdown problem, but I need help now, and the IBM > newsgroups seems down? and sun, well I have never gotten a response from > them. If you're seeing this on multiple platforms, it's not likely to be a Blackdown problem, and it doesn't seem all that l

game board??

2000-06-23 Thread Marcos Lloret
hi, i fill applet background with a game board image. the board is separated in 8 blocks with 50 numbers each one. (it is like a lotto ticket) i want to control mouse event on the board, but first i will have to give some coodenates in order to identify the numbers. how can i do it the

Re: jdk1.3 installation

2000-06-23 Thread Carsten Hoeger
On Fri, Jun 23, Desiree Hilbring wrote: > I am working on Suse 6.4 and I do have the libc 2.1.3. > I tried to install the jdk1.3 and I am getting the message > segmentation fault, when I try to start an java program, applet etc. > Any ideas? I also changed my color mode to 16 bit and changed my w

Re: jdk1.3 installation

2000-06-23 Thread Juergen Kreileder
> "Desiree" == Desiree Hilbring <[EMAIL PROTECTED]> writes: Desiree> I am working on Suse 6.4 and I do have the libc 2.1.3. I Desiree> tried to install the jdk1.3 and I am getting the message Desiree> segmentation fault, when I try to start an java program, Desiree> applet et

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread David Marshall
Michael Thome wrote: I've been unable to get blackdown native-thread VM implementation to work properly on my x86-based SMP machine.  I'd be interested in corresponding with anyone who's had better luck. Essentially the problem is that code like:   synchronized (lock) {     lock.wait();   } resul

Re: jdk1.3 installation

2000-06-23 Thread Desiree Hilbring
Hi I tried it: but it says /proc/sys/vm/heap-stack-gap: Datei existiert. means (file exists) so what now? Thanks Desiree oo | Desiree Hilbring Institut fuer Photogrammetrie und Fernerkundung | |

Re: jdk1.3 installation

2000-06-23 Thread Desiree Hilbring
Never, mind I needed to be su, thanks for the help! It is working now. Desiree oo | Desiree Hilbring Institut fuer Photogrammetrie und Fernerkundung | | Universitaet Karlsruhe, Germany

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread Calvin Austin
Submit it as a bug and/or send us the short example, it could very well be another linuxthreads bug that we will have to work around or someone has already discovered. Java is one of the best stress tests of the linux threads library :*) regards calvin > >I've been unable to get blackdown na

Status of Java3D?

2000-06-23 Thread Andreas Micklei
Hi all, I have been playing around with Java3D under Linux, using hardware accelerated Mesa-3.2 with Utah-GLX under xfree 3.x. Unfortunately I have not yet been able to display any textures. Is support for this still missing from the Java3D port, or may I have overlooked a common problem? When w

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread Joseph Shraibman
David Marshall wrote: > > Michael Thome wrote: > > > I've been unable to get blackdown native-thread VM implementation to > > > > work properly on my x86-based SMP machine. I'd be interested in > > corresponding with anyone who's had better luck. > > > > Essentially the problem is that code lik

Re: Process communication jdk1.3

2000-06-23 Thread Calvin Austin
>This might not be a blackdown problem, but I need help now, and the IBM >newsgroups seems down? and sun, well I have never gotten a response from >them. Well there are apparently 2.5 million developers out there! Don't forget that Java 2 has a finer granularity security manager. I would sugge

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread Michael Thome
> "Calvin" == Calvin Austin <[EMAIL PROTECTED]> writes: > Submit it as a bug and/or send us the short example, it could very well be > another linuxthreads bug that we will have to work around or someone has > already discovered. Ok - I've submitted it as a bug both to the bug parade and t

Re: Status of Java3D?

2000-06-23 Thread Juergen Kreileder
> "Andreas" == Andreas Micklei <[EMAIL PROTECTED]> writes: Andreas> I have been playing around with Java3D under Linux, using Andreas> hardware accelerated Mesa-3.2 with Utah-GLX under xfree Andreas> 3.x. Unfortunately I have not yet been able to display Andreas> any textures.

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread David Marshall
Joseph Shraibman wrote: > I've had similar experiences, though on a 2.2.12 kernel. > I get the dumps when using either javacomp or sunwjit (Blackdown > 1.2.2RC4) - maybe after minutes, maybe after hours. > > I have been able to run long-term high-volume tests (48 hours, > constant hammering, max-

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread Joseph Shraibman
David Marshall wrote: > > Joseph Shraibman wrote: > > > > I've had similar experiences, though on a 2.2.12 kernel. > > > I get the dumps when using either javacomp or sunwjit (Blackdown > > > 1.2.2RC4) - maybe after minutes, maybe after hours. > > > > > > I have been able to run long-term high-v

Re: Status of Java3D?

2000-06-23 Thread Stephan Michels
On 23 Jun 2000, Juergen Kreileder wrote: > Java3D 1.2 will be released next week. Will the release support 3D textures? On www.j3d.org under Java 3D Volume Rendering : > Note that the 3D texture mapping cases will probably only work under > Solaris (Windows OpenGL doesn't support 3D texture m

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread David Marshall
Joseph Shraibman wrote: > > Haven't tried tya on SMP, so can't report on this. (Anyone else?) > > I'm afraid I don't have an SMP box to try on. But tya is easy to > install. Do you not have access to your SMP test box any more? > > U can get tya from http://sax.sax.de/~adlibit/ Ok, got it, comp

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread Avi Cherry
> > > We're considering buying a dual processor machine to run our java > > > programs but if we can't get something running with a jdk on an smp > > > kernel there probably won't be much point. I've actually been running the Blackdown JDK 1.2.2RC4, with the JIT on a 2.2.14 SMP 2-CPU box for sev

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread Michael Thome
> "Scott" == Scott Murray <[EMAIL PROTECTED]> writes: > Michael Thome wrote: >> >> > "Calvin" == Calvin Austin <[EMAIL PROTECTED]> writes: >> >> > Submit it as a bug and/or send us the short example, it could very well be >> > another linuxthreads bug that we will have to work around o

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread calvin
Same here, I've been running Bang for 40 minutes on a dual PIII 600mhz with the latest 1.3 build with RH 6.1, I'm going to let it run over the weekend There was some bugs I believe in early glibc 2.1.3 builds regards calvin Scott Murray wrote: > > Michael Thome wrote: > > > > > "Calvin" ==

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread Michael Thome
> "calvin" == calvin <[EMAIL PROTECTED]> writes: > Same here, I've been running Bang for 40 minutes on a dual PIII 600mhz > with the latest 1.3 build with RH 6.1, I'm going to let it run over the > weekend > There was some bugs I believe in early glibc 2.1.3 builds > Scott Murray wrote: >>

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread Juergen Kreileder
> "Michael" == Michael Thome <[EMAIL PROTECTED]> writes: > "Calvin" == Calvin Austin <[EMAIL PROTECTED]> writes: >> Submit it as a bug and/or send us the short example, it could >> very well be another linuxthreads bug that we will have to work >> around or someone has alread

Re: Anyone using blackdown jdk on SMP linux?

2000-06-23 Thread Dimitris Vyzovitis
Michael Thome wrote: > > For your reading pleasure, enclosed below is the current version of my > test case. It is pretty easy to cut it down to smaller examples, > especially if you are just looking for the Exception cases. All that > appears to be required is tight-loop lock contention with w