Re: which JDK?

1998-07-02 Thread Nathan Meyers
Nathan Meyers wrote: > Dustin Lang wrote: > > > Hi, > > > > I feel really stupid for having to ask this, but is there a way to find > > out what flavour of Linux one has? (RH, Slackware, etc.) I have no > > idea what is installed on my work machine. > > There are no stupid questions, only small

Re: which JDK?

1998-07-02 Thread Nathan Meyers
Dustin Lang wrote: > Hi, > > I feel really stupid for having to ask this, but is there a way to find > out what flavour of Linux one has? (RH, Slackware, etc.) I have no > idea what is installed on my work machine. > > As soon as I find that out, my next question (probably a FAQ) is, what's > th

which JDK?

1998-07-02 Thread Dustin Lang
Hi, I feel really stupid for having to ask this, but is there a way to find out what flavour of Linux one has? (RH, Slackware, etc.) I have no idea what is installed on my work machine. As soon as I find that out, my next question (probably a FAQ) is, what's the (newest && workingest) version?

Re: 3.0 Tuner on Linux: success

1998-07-02 Thread Aron Hall
You'll actually want to modify $HOME/.marimba/prefs.txt. /usr/local/castanet/lib/tuner/properties.txt is part of the tuner update channel or "lib" channel and will be overwritten should you do a tuner update. Properties set in the prefs.txt file override settings in lib/tuner/properties.txt. Paul

3.0 Tuner on Linux: success

1998-07-02 Thread Paul Phillips
If you add this line: marimba.security.trusted.transmitters=255.255.255.0,207.126.123.0 (that is the class C with products.marimba.com in it) to your properties file (which in my case is /usr/local/castanet/lib/tuner/properties.txt) then it can successfully run the channel manager and everything

Re: 3.0 Tuner on Linux

1998-07-02 Thread Craig I. Johnson
Try using the trusted transmitters property I have in the past, but not lately, run the tuner on AIX this way (it too does not have the security code ported) See if this helps. Craig -- Craig I. Johnson e-mail: [EMAIL PROTECTED]

Re: JFC on Linux?

1998-07-02 Thread Julio Marat Arroyo Hernández
Hey, of course it works. It doesn't need anything special. We developed some aplications with jfc (JInternalFrames, JPanels, JTabbedPanes, JTextFields, JTables, etc.) and jdbc (oracle dirvers) and they run pretty well (excelent) under Linux, actually better than windows (obvious). James Cassidy w

Re: java.awt.Printjob

1998-07-02 Thread Paul Reavis
Gary Mart (GAM22) admin0 wrote: > > On Thu, 2 Jul 1998, Paul Reavis wrote: > > > Reinhard Simon wrote: > > > > > > I want to print a Canvas with a picture (gif) directly from a frame. > <--snip > > > > Now, we take snapshots, dump them as PNG images (better JDK native > > support through zlib th

3.0 Tuner on Linux

1998-07-02 Thread Paul Phillips
Subject says most of it. I downloaded the solaris tuner, blew away the jdk and symlinked to 1.1.6v2 (glibc version), and killed the two solaris shared libs shipped with the tuner. All seemed to go well on startup, it threw up the splash screen and successfully downloaded two channels. It starte

Key events never sent to applet

1998-07-02 Thread relnev
When using appletviewer with the Linux JDK 1.1.[56] ports, the key event functions are never called, (ie key{Up,Down} in Java 1.0.2 type programs and KeyListener in Java 1.1 type programs.) A simple Java 1.0.2 test program demonstrates this, it works (prints the messages) when ran as a applicatio

JFC on Linux?

1998-07-02 Thread James Cassidy
Will the JFC work on Linux? Does it need a special port? Jim.

Re: Bug in JDK1.1.6v2 and previous releases ?

1998-07-02 Thread Juergen Kreileder
Paul Ho <[EMAIL PROTECTED]> writes: > At 10:44 AM -0700 07/02/98, Eitzenberger Thomas wrote: > >Juergen Kreileder wrote: > > > >> It crashes only with the 1.1.6v2 (libc5/glibc) vm that has motif > >> statically linked in. If you have Motif/Lesstif try setting > >> DYN_JAVA=1, if you don't have Mo

Re: java.awt.Printjob

1998-07-02 Thread Gary Mart \(GAM22\) admin0
On Thu, 2 Jul 1998, Paul Reavis wrote: > Reinhard Simon wrote: > > > > I want to print a Canvas with a picture (gif) directly from a frame. <--snip > > Now, we take snapshots, dump them as PNG images (better JDK native > support through zlib than gif), spit out some HTML that references them,

Re: Bug in JDK1.1.6v2 and previous releases ?

1998-07-02 Thread Paul Ho
At 10:44 AM -0700 07/02/98, Eitzenberger Thomas wrote: >Juergen Kreileder wrote: > >> It crashes only with the 1.1.6v2 (libc5/glibc) vm that has motif >> statically linked in. If you have Motif/Lesstif try setting >> DYN_JAVA=1, if you don't have Motif you will have to use 1.1.6v1. >> >> My own bu

Re: No luck with thread

1998-07-02 Thread Paul Ho
At 03:45 PM +1100 07/01/98, Markian Jaworsky wrote: >Still no luck with the suggested thread change. > >Specifically, when compiling a program which uses threads comes with: >robot.java - >"Could not instantiate /java/lang/Thread" Can you run some of the demo like NervousText? Cheers, Paul

Re: Where'd Java-Linux.org go?

1998-07-02 Thread Uncle George
As I rem, it was Karl that wanted blackdown to step down from hosting due to influence from the real bandwidth owners of blackdown. Marcus Johnson wrote: > Thanks! > > On Wed, 1 Jul 1998, Christopher Seawood wrote: > > > On Wed, 1 Jul 1998, Marcus Johnson wrote: > > > > > Yes, yes, but will some

Re: Where'd Java-Linux.org go?

1998-07-02 Thread Marcus Johnson
Thanks! On Wed, 1 Jul 1998, Christopher Seawood wrote: > On Wed, 1 Jul 1998, Marcus Johnson wrote: > > > Yes, yes, but will someone answer the question? What is the history here? > > I'm not sure why it matters but the brief and possibly incorrect story is > this: Some people thought that li

Re: zlib???

1998-07-02 Thread Paul Ho
At 04:36 PM -0400 07/01/98, Wayne wrote: >Hello, >Can someone tell me how to use zlib on src.zip? >I really would appreciate some help. The documentation >that I pull down so far has no mention on how to use it >on src.zip. src.zip is just a zip file. You can just unzip it. If you really want to

Re: java.awt.Printjob

1998-07-02 Thread Paul Reavis
Reinhard Simon wrote: > > I want to print a Canvas with a picture (gif) directly from a frame. > So I use a Printjob, but it does not work on both of my linux-systems. > After the frame Print Dialog, I get a frame "Print Error" with > the message : Could not execute pring command (L_java.lang.Str

help: JDBC for Informix

1998-07-02 Thread Stefano Fratini
Hallo everybody, I'm programming a Java application capable of sending queries to a remote Informix database, via JDBC. Does anyone know where to find JDBC net drivers (linux suitable) which don't require a middleware server in order to reach an Informix database? Thanks in advance, stf

Re: Bug in JDK1.1.6v2 and previous releases ?

1998-07-02 Thread Eitzenberger Thomas
Juergen Kreileder wrote: > It crashes only with the 1.1.6v2 (libc5/glibc) vm that has motif > statically linked in. If you have Motif/Lesstif try setting > DYN_JAVA=1, if you don't have Motif you will have to use 1.1.6v1. > > My own build of 1.1.6v2 (with minor modifications by myself) doesn't >

Unidentified subject!

1998-07-02 Thread Anti Puusepp
-- [ From: Anti Puusepp * EMC.Ver #2.5.02 ] -- HELP --

RE: RMI on Linux

1998-07-02 Thread A . KLOS
-- | From: Nick / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: RMI on Linux | Date: Wednesday, July 01, 1998 4:52PM | | Mornin'(or whatever) all | | I'm currently playing around with RMI applications on Linux. I get a very | strange error in tha

1.1.6 bug?

1998-07-02 Thread David Crowley
I just grabbed the pop3 beans from: http://www.alphaWorks.ibm.com/Home/ I unzipped the file, ran the demo, and started getting a bunch of bogus free messages. Then I quit the application and the jvm dumped core. It's extremely reproduceable. I'm running Redhat 5.1 with all of the latest upd

Re: Where'd Java-Linux.org go?

1998-07-02 Thread Christopher Seawood
On Wed, 1 Jul 1998, Marcus Johnson wrote: > Yes, yes, but will someone answer the question? What is the history here? I'm not sure why it matters but the brief and possibly incorrect story is this: Some people thought that linux-jdk should have it's own domain. They asked Karl, maintainer of Bl