Re: threads with jdk1.3(sun) on potato

2001-01-10 Thread Vadim Kutsyy
Miten Mehta wrote: > > Hello, > I have problem getting jdk to work well under debain. > I suspect its got some thing to do with threads. Which Vm are you using? I have Suns and IBMs 1.3 installed, and they work perfectly with thread, swing, etc.. -- -

Re: threads with jdk1.3(sun) on potato

2001-01-10 Thread D-Man
You may want to try gcj and kaffe. They are alternative Java tools (gcj is a compiler, kaffe is a vm). I haven't used the jdk in linux, but I did use gcj and kaffe with a small threading demo. -D On Wed, Jan 10, 2001 at 12:47:21PM -0800, Miten Mehta wrote: | Hello, | I have problem getting jdk

threads with jdk1.3(sun) on potato

2001-01-10 Thread Miten Mehta
Hello, I have problem getting jdk to work well under debain. I suspect its got some thing to do with threads. certain gui demo applets like tictactoe first does not show up other than a dark window and those lines. when I click into one of boxes it dies with some thread exception. any one found