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
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
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
[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
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.
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(
> 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
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
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
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
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.
> 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
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
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
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
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
>
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
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
> 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
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
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
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
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.
Many, many thanks!
Unsubscribed
_
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com
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
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
unsubscribe
__
Get Your Private, Free Email at http://www.hotmail.com
unsubscribe
28 matches
Mail list logo