Re: Error in starting Lookup Service on Linux(RH6.0,i386)

1999-08-13 Thread Ted Neward
This bug originated, AFAIK, because MS doesn't ship with TCP/IP installed as a network protocol on any of its OSs; Linux shouldn't have that problem, AFAIK. If you can "ping localhost" or "ping " from the local prompt, you've got TCP/IP installed. The "error setting options" of the java.net.Socke

A personal view of the -mx and -oss options

1999-08-13 Thread Mark O'Donohue
Just a note that these two options peeve me off, particularly under 1.2 beta, where the default is set pretty low. Virtual memory was invented so we don't have to worry about this sort of thing. My Swing applications just about all need a memory setting and some of my other number cruncher app

Swing doesnt seem to work with 32bit X11 colour depth.

1999-08-13 Thread Mark O'Donohue
Hi I changed my X11 colour depth to 32bit and now swing doesn't run. I get the following error message. Couldn't use the cross-platform look and feel: java.lang.IllegalArgumentException: Raster ShortInterleavedRaster: width = 64 height = 64 #numDataElements 1 is incompatible with ColorModel Di

First time user of jdk - cannot run Javac

1999-08-13 Thread Hermon
Hello, I have installed jdk-1.1.7_v1a glibc on a RedHat 5.2 Linux i386 , with 2.2.10 kernel (rpm installation). When trying to run javac, I get the following message : "unable to initialize threads: cannot find class java/lang/Thread". The classes.zip file is installed in the lib directory

Re: Windows'98 / Linux disparity.

1999-08-13 Thread Matt Welsh
First off, you have to be running a JIT compiler of some sort -- the standard release of JDK 1.1.7 for Linux does not include a JIT. There are several available (such as ShuJIT and TYA). Amlan Saha <[EMAIL PROTECTED]> writes: > Hi people > > I tried the Java benchmark "Caffeine Mark 3.0" on b

Re: Error in starting Lookup Service on Linux(RH6.0,i386)

1999-08-13 Thread Adil Atilgan
Check your Network Status. "If you are running on a computer that was not connected to a network, there is a particularly annoying bug (feature?) of RMI under Windows for which you must compensate or you will get an ActivationException " -Original Message- From: Nagaraj S.B <[EMAIL PRO

Error in starting Lookup Service on Linux(RH6.0,i386)

1999-08-13 Thread Nagaraj S.B
Hi, Following is the procedure followed by me for starting Jini Lookup service. #java -jar /home/jeocs/jini1_0/lib/tools.jar -port 8080 #rmid #java -jar -Djava.security.policy=/home/jeocs/jini1_0/example/lookup/policy.all /home/jeocs/jini1_0/lib/reggie.jar http://BSLHOST:8080\reggie-dl.jar /home/j

URLConnection

1999-08-13 Thread Hicham Mouline
Hi, I need to make the browser go to another URL from the applet being viewed, so I use the showDocument method. But the URL I want to visit is a CGI script using the POST method. As I want to pass parameters to that script, I need an output stream to the URL connection. So I use URLconnection