Re: official linux j2ee sun release

2000-05-26 Thread Mark Shacklette
> That's great, only you follow their links to find the download page which > hasn't been updated in months, hence, no linux download > That's funny. I went there two days ago and downloaded the following: j2sdkee-1_2_1-doc-linux.tar.gz : 4466923 bytes j2sdkee-1_2_1-linux.tar.gz: 10

Re: JAVA_HOME

2000-04-06 Thread Mark Shacklette
These are the facts: JAVA_HOME should be set to the base directory of your jdk installation, in your case, that would be /usr/jre118. You want to add the bin directory to your PATH, so something like: export PATH=/usr/jre118/bin:$PATH Then, you need to set up your classpath. Do that with: ex

Re: [Q] CORBA: Any idltojava for linux??

2000-01-19 Thread Mark Shacklette
://java.sun.com/products/jdk/idl/index.html for that. Cheers, Mark *** J. Mark Shacklette J. Mark Shacklette Principal Partner The University

Re: RMI Hello World Example generates sun.applet.AppletSecurityException

1999-12-09 Thread Mark Shacklette
I had a similar problem running node-local RMI apps. I was able to get past the security problems by adding the following file to my home directory: $ cat .java.policy grant codebase "file://-" { permission java.security.AllPermission; }; I don't know if that's your problem or not. Ma

Re: Versioning -- Linux JDK needs your HELP!

1998-09-27 Thread Mark Shacklette
had to remove libc and libdl to make Java work for you No, jdk 1.1.6 ran fine out of the box on a clean RedHat 5.1 glibc install. ******** J. Mark Shacklette J. Mark Shacklette Principal Partner