problem running java on linux

1998-10-28 Thread Redeker, Marcus, BMG - NY1540
OOPS, forgot the attach... All, when I start to compile a .java file I get the following error: /usr/lib/jdk116_v5/bin/../bin/i686/green_threads/javac: line 19: 2200 Segmentation fault `dirname $0`/${progname} $RUNTIME_ARGS -ms8m $RUNTIME_ARGS sun.tools.javac.Main $APP_ARGS The output

JDK 1.2 info

1998-10-28 Thread Abhi Deshmukh
Hello: Could you tell me when JDK 1.2 would be available ? Thanks - Abhi

What happened to the Alpha port from Uncle George?

1998-10-28 Thread H. Paul Haiduk
-- Can you give me a URL for Uncle George or for anyone else involved in the Linux port to the Digital Alpha platform? It seems that the URL: http://www.voicenet.com/~gatgul/JDK/ is now blocked from access.

Thread scheduling

1998-10-28 Thread Charles Forsythe
Robert Fitzsimons wrote: > Your code running on Linux is unblocking (notifyAll) before, there > is any thing waiting (wait) on the lock. You're right -- that could happen in the code I sent out. Oops. It's not happening on either of my systems. It's getting past the line st.pause() on my syste

problem running java linux

1998-10-28 Thread Redeker, Marcus, BMG - NY1540
All, when I start to compile a .java file I get the following error: /usr/lib/jdk116_v5/bin/../bin/i686/green_threads/javac: line 19: 2200 Segmentation fault `dirname $0`/${progname} $RUNTIME_ARGS -ms8m $RUNTIME_ARGS sun.tools.javac.Main $APP_ARGS The output from my 'ldconfig -D' is attac

Re: Applets, AWT and Netscape (2 questions)

1998-10-28 Thread Dimitris Vyzovitis
Hold on, don't be insulted... My AlertDialog hasn't main method because it's included in an applet. This is obvious... The applet's code creates an instance of AlertDialog and then, appears the AlertDialog which is a modal and no-resizable dialog. On LINUX, the modal-dialog mode works fine but no

Re: HP wrong, Linux right... right?

1998-10-28 Thread Robert Fitzsimons
Hi Charles The problem with your code is not a bug, it's just how thread are scheduled by the underliying VM. Your code running on Linux is unblocking (notifyAll) before, there is any thing waiting (wait) on the lock. The run method in SThread run to the while loop, before the XThread run start

media framework

1998-10-28 Thread Eric Bohm
> "Dimitris" == Dimitris Vyzovitis <[EMAIL PROTECTED]> writes: Dimitris> Hi, Since it seems that we are going to have jdk1.2 in Dimitris> sync with everybody else, are there any plans for also Dimitris> porting the media framework (especially java3D) on Dimitris> linux? I'm c

JMEDIAFRAMEWORK

1998-10-28 Thread Patrick Lenders
Dear, is there any plan to port java media framework to linux? Many thanks, Cheers Patrick -- Patrick Lenders School of Mathematical and Computer Sciences University of New England Armidale, NSW 2351, Australia [EMAIL PROTECTED]

Re: HP wrong, Linux right... right?

1998-10-28 Thread Michael Sinz
On Wed, 28 Oct 1998 20:28:52 +, Charles Forsythe wrote: >Hello, > >Below is a some source code for a simple test. You invoke it with a >hostname that has a telnet port (for historical reasons): > > java STest localhost > >Anyway, it spawns two threads. > >SThread opens a socket, unbl

Ok...

1998-10-28 Thread Corwin Light-Williams
so I downloaded my non-com sources from Sun and wanted to build, but I can't find any info or diffs. They sent me version 1.1.7, but I can't find any info about 1.1.7. Did they send me the wrong version? I'd like to help out, but getting in to the swing of things is a bit hard. Corwin

HP wrong, Linux right... right?

1998-10-28 Thread Charles Forsythe
Hello, Below is a some source code for a simple test. You invoke it with a hostname that has a telnet port (for historical reasons): java STest localhost Anyway, it spawns two threads. SThread opens a socket, unblocks a lock and then pends on a socket read(). XThread waits on the l

Question about JIT, JDBC, & NetBeans

1998-10-28 Thread Mark Lehrer
  Hello!  I have been out of Java for the past year and a half.  At that time, JDBC in Applets was just too immature to be used (my opinion of course). Now, I'm trying to see what is out there now.  I am starting to play with NetBeans and I am curious about the best way to use JDBC.  Is it yet po

Re: Applets, AWT and Netscape (2 questions)

1998-10-28 Thread Juergen Kreileder
> Carlos Alberto Roman Zamitiz writes: Carlos> My AlertDialog hasn't main method because it's included in Carlos> an applet. The applet's code creates an instance of Carlos> AlertDialog and then, appears the AlertDialog which is a Carlos> modal and no-resizable dialog. On LINU

Hi !!

1998-10-28 Thread Pramod K Chandersekhar
Hi, I saw the call for developers on the blackdown.org page and thought about helping out the jdk porting effort. Would appreciate someone telling me how to go about it. Thanks Pramod.

Java gets the award

1998-10-28 Thread Andrew V. Shuvalov
Hi All! Java received the "Samovar award" ( http://www.ecsl.cs.sunysb.edu/~andrew/awards/ ). This is humor page, don't take all this 100% serious, just take fun :) -- Andrew

Another windows question

1998-10-28 Thread Steve Bankes
I am developing a Java application under Linux. I want it to be runnable under Windows, but I know nothing of Windows or Windows programming. So I am asking for some advice on how to get around a Unix dependency in my code. Right now, the application includes the following Unix dependent code:

Re: Applets, AWT and Netscape (Code included)

1998-10-28 Thread Carlos Alberto Roman Zamitiz
Sorry, I copied the code and I forgot the next line: import java.awt.event.ActionEvent; but program constains this line and it fails. greetings Carlos Alberto Roman Zamitiz Departamento de Ingenieria en Computacion, Facultad de Ingenieria UNAM [EMAIL PROTECTED] On 27 Oct 1998, Juergen Kreilede

Re: Applets, AWT and Netscape (2 questions)

1998-10-28 Thread Carlos Alberto Roman Zamitiz
My AlertDialog hasn't main method because it's included in an applet. The applet's code creates an instance of AlertDialog and then, appears the AlertDialog which is a modal and no-resizable dialog. On LINUX, the modal-dialog mode works fine but no-resizable-dialog mode fails. On Win32, the modal-

Re: StrongARM port

1998-10-28 Thread Michael Sinz
On Wed, 28 Oct 1998 09:14:53 -0700, Warren Little wrote: >Hello, > Was wondering if you folks had any plans to port the JDK to the > StrongARM processor (such as CCC's NetWinder). If someone in the porting group has such a machine, it would most likely happen. However, at the moment, n

StrongARM port

1998-10-28 Thread Warren Little
Hello, Was wondering if you folks had any plans to port the JDK to the StrongARM processor (such as CCC's NetWinder). Thanks, Warren Little[EMAIL PROTECTED]

ANNOUNCE: WIDD 1.1.0 java DB admin tool

1998-10-28 Thread Joe Carter
WIDD 1.1.0 -- A new version of the WIDD database admin tool is now available from http://maxibus.info.unicaen.fr/~joe/ This tool is a pure java and requires Java 1.1 It is released under the GPL license. This list is the first to receive this announcement, so we can get some feedback bef

tya-1.1v3 rpm

1998-10-28 Thread Levente Farkas
hi, I'm just upload tya 1.1v3 to incoming.redhat.com tya-1.1-3.i386.rpm tya-1.1-3.src.rpm AFAIK it can work together with jdk-1.1.6-5.glibc.i386.rpm jdk-sn-1.1.6-1.2glibc.i386.rpm Name: tya Distribution: (none) Version : 1.1 Vendor

Trouble Report: September 20, 1998 11:02PM

1998-10-28 Thread host
IT'T OUR BIRTHDAY. Six years agao, the first computer show was held here in Kansas City. 100,000 Customers and 6 years have proven one thing! There is no way to beat the deals at the 1st Sunday Computer Show. No way! In celebration, we are going all out! ===

Re: Java Plugin doesn't work

1998-10-28 Thread A . KLOS
-- | From: Michael.Sinz / mime, , , [EMAIL PROTECTED] | To: lamb / mime, , , [EMAIL PROTECTED]; fst.robert / | mime, , , [EMAIL PROTECTED] | Cc: java-linux / mime, , , [EMAIL PROTECTED] | Subject: Re: Java Plugin doesn't work | Date: Tuesday, October 20, 1998 2:42PM | | On Tue, 20 Oct