Re: can't find libjava.so.

2000-06-29 Thread Peter Pilgrim
You confusing class path and the program execution path. The CLASSPATH should contain only directories that have *.class file or point to specific *.jar files. The PATH is contains only directories where you have executables to run like `ls' or `chmod' or `java' and `javac' -- Peter Pilgrim

Re: RMI and netscape

2000-06-29 Thread Sven . Daumann
Rajesh Patel <[EMAIL PROTECTED]>@lads.is.lmco.com on 28.06.2000 17:00:45 Please respond to "rpatel"@lads.is.lmco.com Sent by: [EMAIL PROTECTED] To: java-linux Mailing List <[EMAIL PROTECTED]> cc: Subject: RMI and netscape Hi all, I am dealing with security issues wit

Re: Java3D

2000-06-29 Thread Jesper Nordenberg
Interesting! It would be even more interesting if you could test the GeForce with XFree 4.0. Make sure you download the latest drivers from NVidia (released last week I think). Andreas Micklei wrote: > Hi everyone, > > I just wanted to give a status update on my experiences with Java3D and > har

development applets

2000-06-29 Thread Marcos Lloret
hi, i work on an old sun sparc server10 with 96 Mb RAM, SunOS 5.5.1. i want to find a development kit to make applets and servlets in java. i have heard about Borland JBuilder and IBM VisualAge for Java. i have read their hardware and soft prerequisits and ... i do not have it. is there any

Re: RMI and netscape

2000-06-29 Thread Rajesh Patel
[EMAIL PROTECTED] wrote: > Rajesh Patel <[EMAIL PROTECTED]>@lads.is.lmco.com on 28.06.2000 > 17:00:45 > > Please respond to "rpatel"@lads.is.lmco.com > > Sent by: [EMAIL PROTECTED] > > To: java-linux Mailing List <[EMAIL PROTECTED]> > cc: > > Subject: RMI and netscape > > Hi all, >

Re: RMI and netscape

2000-06-29 Thread Jesus M. Salvo Jr.
Well, your applet was loaded locally, not from 158.186.60.220. Did u have your applet signed? John Salvo Rajesh Patel wrote: > > > Netscape Communications Corporation -- Java 1.1.5 > Type '?' for options. > Exporting the Applet > Looking up TimeService at: rmi://black.lads.is.lmco.com:10005/

Re: [cant find libjava.so.]

2000-06-29 Thread James Mansell
Hi binyomin, If you are doing your writing from your java application you can use classes in the java.io package to write wherever you want (see File class and FileOutputStream, and FileWriter classes. I would assume you can also pass a path into the java program as an argument, but as I am stil

Re: SIGSEGV

2000-06-29 Thread Jesus M. Salvo Jr.
In short, I would like to be able to reproduce the SIGSEGV when the .java files are compiled using 'javac' from a command line. I have tried javac -g -O -deprecate, but I can't replicate the SIGSEGV when I run the sample application. Only way to have that SIGSEGV come up if I compile from within

SIGSEGV

2000-06-29 Thread Jesus M. Salvo Jr.
Hi! Environment: JDK 1.2.2 RC4 RedHat 6.0 with upgraded glibc to 2.1.2 kernel 2.2.16 Does anyone know how to figure out what EXACT command line options JBuilder Foundation 3.5 uses to compile source files? Everytime I 'rebuild the project', I cannot even see a 'javac' either with 'ps' or 'top'

Re: AW: AW: C# -- the Java killer?

2000-06-29 Thread Mike Christiansen
I'm not so sure. MS SOAP is incompatible with all other implementations including IBM's (Java-based) version. Below is a link to an interesting article that was forwarded to me that compared the two. IBM's version stood head and shoulders above MS. The conclusion was to use MS's version if one was

Re: RMI and netscape

2000-06-29 Thread Rajesh Patel
"Jesus M. Salvo Jr." wrote: > Well, your applet was loaded locally, not from 158.186.60.220. > > Did u have your applet signed? No. Do i have to have my applet signed? -Raj > > > John Salvo > > Rajesh Patel wrote: > > > > > > Netscape Communications Corporation -- Java 1.1.5 > > Type '?' for o

kaffe and RMI

2000-06-29 Thread Rajesh Patel
Hi, Does anybody know what command line options i have to use in order to run my RMI server application using kaffe? if i use simple kaffe command i get following errors, % kaffe RMIServer kaffe.util.NotImplemented at java.lang.Throwable.(Throwable.java:33) at java.lang.Err

Security bug in a major fraction of VMs

2000-06-29 Thread Wolfgang Hoschek
There is a serious security bug in a major fraction of VMs. Some VMs do not check access specifiers at runtime. This allows you to access private data with either a hacked compiler, direct editing of byte code, or a simple recompile. For details, see http://metalab.unc.edu/javafaq/ I checked the

Re: JITs for Linux JREs?

2000-06-29 Thread David Marshall
Nelson Minar wrote: > What's the current state of the art for Linux JITs and JREs? > > I'm looking at both the Blackdown 1.2.2RC4 and the Sun/Inprise > 1.2.2RC1. Which JITs do those ship with? Which JITs work best with > native threads? Blackdown 1.2.2RC4 ships with sunwjit which works well with

Re: SIGSEGV

2000-06-29 Thread Nathan Meyers
I think JBuilder has its own compiler. Nathan On Thu, Jun 29, 2000 at 05:44:18PM +, Jesus M. Salvo Jr. wrote: > > Hi! > > Environment: > JDK 1.2.2 RC4 > RedHat 6.0 with upgraded glibc to 2.1.2 > kernel 2.2.16 > > Does anyone know how to figure out what EXACT command line options > JBuil

Re: Security bug in a major fraction of VMs

2000-06-29 Thread Joseph Shraibman
And this is a big security problem? Access specifiers are meant to protect programmers from doing stupid things, not protect security. Of course if you hack the jvm you will be able to get access to a private field. So just what is the security concern here? Wolfgang Hoschek wrote: > > There

Re: Security bug in a major fraction of VMs

2000-06-29 Thread Uli Luckas
There used to be a security bug in HotJava, where the internel certificate table (for mapping public signing keys to permisions) was returned to an applet by an accessor method instead of a copy of the table. This way an applet was not only able to read the permisions but also to write back to