Does Sun/JavaSoft support Java on Linux?

1998-10-23 Thread Steve Byrne
Baron Roberts writes: > > Hi All, > > I just read the java-linux FAQ but need to get a > bit more clarification. As of today, does Sun/JavaSoft > officially support Java and its APIs on Linux? I > tried to follow the link in question 2.9 but was > asked for a user ID and password. As in

Re: Problem compiling with the JDK

1998-10-23 Thread Michael Sinz
On Thu, 22 Oct 1998 16:41:16 -0500, Andrew P. Karels wrote: >I am having problems useing the javac compiler in the Blackdown JDK. >When I just type "javac" I get the message "No library path set". I >have RedHat linux ver. 5.1 JDK version 1.1.6.v5 glibc. That message tends to mean that you have

Re: Does Sun/JavaSoft support Java on Linux?

1998-10-23 Thread sml13
No, to everyone's disappointment, they do not. Linux support is number one (by a friggin' huge margin--like six or seven to one) on the JDC bug parade at developer.javasoft.com, but as of yet (as far as I know) no official announcements have been made about Linux support. Too much of a threa

Re: Clipboard interaction between Swing/JDK and X11

1998-10-23 Thread jim watson
[EMAIL PROTECTED] wrote: > [ Subject was Re: Working Button mnemonics under Linux Java?] > > Hello Jim > > Another another thing: Can anyone get a X11 selection, say from an XTerm or > Emacs and paste it directly into a JTextArea or JTextField? I cannot do it. > Is this Swing/JDK related or is i

Re: Problem compiling with the JDK

1998-10-23 Thread Java News Collector
At 04:41 PM 10/22/98 -0500, Andrew P. Karels wrote: >I am having problems useing the javac compiler in the Blackdown JDK. >When I just type "javac" I get the message "No library path set". I >have RedHat linux ver. 5.1 JDK version 1.1.6.v5 glibc. > >Thanks for any help you can provide. > >Andy K.

Re: nusty linux exception

1998-10-23 Thread Java News Collector
At 01:50 PM 10/23/98 +0300, Pinca George wrote: >hello world, > >I made a program useing symantec's classes.zip. > >It works fine on windows bat when I move it to Linux I get a nusty >NullPointerException exception on the line : > > >searchButton.setImageURL(symantec.itools.net.RelativeURL.getURL(

Re: nusty linux exception

1998-10-23 Thread mlorton
> From: John Summerfield <[EMAIL PROTECTED]> > > On Fri, 23 Oct 1998, Pinca George wrote: > > I made a program useing symantec's classes.zip. > > It works fine on windows bat when I move it to Linux I get a nusty > > NullPointerException exception on the line : > > searchButton.setImageURL(symant

Re: request for a sendmail java script

1998-10-23 Thread John Summerfield
On Thu, 22 Oct 1998, Matt Zagni wrote: > > Hi, > > Please could someone mail me an example of a sendmail java class file > and .java file or even a url where examples are located. IBM of course: http://www.alphaworks.ibm.com/ Look for the smtp packackage. Includes smtp (talks to sendmail) and

Re: nusty linux exception

1998-10-23 Thread John Summerfield
On Fri, 23 Oct 1998, Pinca George wrote: > hello world, > > I made a program useing symantec's classes.zip. > > It works fine on windows bat when I move it to Linux I get a nusty > NullPointerException exception on the line : > > > searchButton.setImageURL(symantec.itools.net.RelativeURL.getU

Re: Does Sun/JavaSoft support Java on Linux?

1998-10-23 Thread John Summerfield
On Fri, 23 Oct 1998, Baron Roberts wrote: > > Hi All, > > I just read the java-linux FAQ but need to get a > bit more clarification. As of today, does Sun/JavaSoft > officially support Java and its APIs on Linux? I No > tried to follow the link in question 2.9 but was > asked for a user ID an

Problem compiling with the JDK

1998-10-23 Thread Andrew P. Karels
I am having problems useing the javac compiler in the Blackdown JDK. When I just type "javac" I get the message "No library path set". I have RedHat linux ver. 5.1 JDK version 1.1.6.v5 glibc. Thanks for any help you can provide. Andy K.

Re: apache, jserv, blackdown's vm, memory leak?

1998-10-23 Thread Robert Ritchy
> Which version of the JVM? (Some earlier versions had problems with > threads not freeing all resources) In particular, the 1.1.5 VM had these problems. We had similar memory leak problems (and went through the explicit gc calls/"what are we missing?" phase) before reading about the 1.1.5 th

Re: request for a sendmail java script

1998-10-23 Thread Shafiek Savahl
Hi Tram I have attached some code I put together by "borrowing" bits of code I have found. Shafiek "Nguyen, Tram N." wrote: > The following example is a very simple sendmail tool using 'mailto:' > protocol, you can write your own mail handler for smtp protocol or other > ultilizing net, io p

Re: Interprocess Communication with a Java Application

1998-10-23 Thread Mark Hofmann
Hi all, chris roffler wrote: > Why do you want to go through all this trouble ? > > Why don't you just use Voyager from ObjectSpace www.objectspace.com > > Chris Well, I am using voyager AND java sockets just because I need to connect to native code and don't want to run a CORBA server. And it

Does Sun/JavaSoft support Java on Linux?

1998-10-23 Thread Baron Roberts
Hi All, I just read the java-linux FAQ but need to get a bit more clarification. As of today, does Sun/JavaSoft officially support Java and its APIs on Linux? I tried to follow the link in question 2.9 but was asked for a user ID and password. Any info would be greatly appreciated. thanks, Bar

Re: Barcode Scanner / Cash Registers

1998-10-23 Thread Mario Camou
You might want to check out JavaPOS, somewhere on http://java.sun.com -Mario > > At 09:32 AM 10/22/98 +0100, M. N. Khan wrote: > >Hello all. > >Has anyone worked with java and cash registers / barcode scanners etc..? > >I need to know which ones are compatible with java and linux, so I can buy >

Re: Barcode Scanner / Cash Registers

1998-10-23 Thread Robert McConnell
There are no standards where cash registers are concerned. You either settle on one brand and learn to work with several of their models, or find ways to use a couple of models from each of several vendors. Even different models from the same manufacturer are not compatable. The bigger registers

Re: linux on windows

1998-10-23 Thread Christopher Hinds
I have just one question WHY? Pinca George wrote: Hello world can anyone tell me if I can install linux (kinda minilinux get installed on dos) on a windows nt/95 without haveing to use fips or anything that direct hdd access can be trvcked somehow ? gg  

Re: Threads

1998-10-23 Thread SHUDOH Kazuyuki
> When using Java Threads, are these mapped to system level threads like = > NT does or are they user level threads as in Sun OS. We can obtain both each version of JDK 1.1.6 for Linux, utilizes user level threads and kernel level one. The version which utilizes user level threads is ported by

RE: Interprocess Communication with a Java Application

1998-10-23 Thread chris roffler
Why do you want to go through all this trouble ? Why don't you just use Voyager from ObjectSpace www.objectspace.com Chris -Original Message- From:Michael.Sinz [SMTP:[EMAIL PROTECTED]] Sent:Friday, October 23, 1998 2:04 PM To: java-linux; steve

Re: Interprocess Communication with a Java Application

1998-10-23 Thread Michael Sinz
On Fri, 23 Oct 1998 10:03:56 -0700, Steve Bankes wrote: > >I am seeking advice about interprocess communication between a Java application >and other, not necessarily Java, applications. > >I am developing the Java application under Linux but want to be able to run it >under Windows. So far I ha

Java 2d

1998-10-23 Thread chris roffler
I am using JDK1.1.6 under linux Redhat 5.1. I need the capabilities of 2DAPI. Some months ago 2Dapi was available as separate package. Now it is part of JDK1.2. Linux does not have JDK1.2 yet. Does anybody out there have the 'old' java 2d stuff ? Chris Roffler

Interprocess Communication with a Java Application

1998-10-23 Thread Steve Bankes
I am seeking advice about interprocess communication between a Java application and other, not necessarily Java, applications. I am developing the Java application under Linux but want to be able to run it under Windows. So far I have been using Linux FIFO's (named pipes) rather than sockets.

Unsubscribed

1998-10-23 Thread Juan Carlos
Many, many thanks! Unsubscribed _ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com

sun jdk under wine?

1998-10-23 Thread J.P.Lewis
Has anyone tried to run the W95 sun jdk binary (or the IBM w95 java->native compiler) under Wine? --- j.p.lewis [EMAIL PROTECTED] 012 345 6789 //w

nusty linux exception

1998-10-23 Thread Pinca George
hello world, I made a program useing symantec's classes.zip. It works fine on windows bat when I move it to Linux I get a nusty NullPointerException exception on the line : searchButton.setImageURL(symantec.itools.net.RelativeURL.getURL("xx.jpg")); The image is there Does anyone ,have a clue

remove

1998-10-23 Thread Jason Feng
unsubscribe __ Get Your Private, Free Email at http://www.hotmail.com

(no subject)

1998-10-23 Thread microcon
unsubscribe