Re: [Fwd: AppletSecurityException in browsers]

1998-07-22 Thread Ichbin
Try this right before you read/write... you have to issue on every read/write... try { // Netscape // Need to enable Users security so I can access there files PrivilegeManager.enablePrivilege("UniversalFileAccess");

[Fwd: AppletSecurityException in browsers]

1998-07-22 Thread Laura L. Evangelista
Java People, How can I get my applet (when ran through a browser) to read/write a text file? It works well, as usual, using appletviewer. Thank you (in advance). -- Laura

Linux JRE1.1.6. ?s

1998-07-22 Thread Sid Vanderpool
I am about to install JRE 1.1.6 on my server is ther anything special I should know? Such as directory placement etc.? -- Thank you for your time Sid Vanderpool mailto:[EMAIL PROTECTED] | http://www.partypros.com |Party Pros Online| |The Internet's Party Professional Authority!|

Sun support for linux ???

1998-07-22 Thread Alexander V. Konstantinou
Now, I don't like spreading rumors but I was reading Sun's press release for Jini (http://java.sun.com/features/1998/07/jini.html) and found the following paragraph : "... The initial public release of Jini technology will specify two simple components. The first is a software-only architecture

Re: Environment variables

1998-07-22 Thread Paul Reavis
Nathan Meyers wrote: > > A little bit of shell or perl (or name-your-favorite-command-interpreter) > programming could give you a script that would construct a Java > command-line containing all of the environment variables as "-D..." > options. I've attached a perl script that'll send a Java com

Re: Code from IBM VAJ on Linux

1998-07-22 Thread Brad Pepers
Stefan Magdalinski wrote: > > Brad Pepers wrote: > > > > I'm trying to run a program from IBM Visual Age Java 2.0 on Linux > > but it doesn't work. Its an example program that came with the > > VAJ 2.0 beta I downloaded. It uses AWT to create a mortgage > > calculator. The error message I get

CAN'T UPGRADING RED HAT 5.0

1998-07-22 Thread RHS Linux User
I've been told that on my RedHat5.0 I had to upgrade from glic2.0.5 to gclibc-2.0.7 in order to run JDK1.1.5 ( and later ). Well, I did, and I discovered that my system did not accept anymore the root login/password. I had to reinstall a plain RedHat 5.0 with no patches at all. This means that JDK

Re: Environment variables

1998-07-22 Thread Nathan Meyers
Paul Reavis wrote: > So I tried to access an environment variable for the first time today; > no soap. Since System.getenv() is deprecated, I used > System.getProperty(). I couldn't get it to fetch my variable with what I > thought was the correct way: > > bash$ export foo=bar > bash$ java myapp

Re: IBM Releases Java compiler for Linux

1998-07-22 Thread shieldsd
We're working on a libc5 version. We knew some people would want it, but we didn't want to delay posting Jikes for Linux until we had it. dave Jikes co-author

Re: Environment variables

1998-07-22 Thread Jan-Henrik Haukeland
Paul Reavis <[EMAIL PROTECTED]> writes: > So I tried to access an environment variable for the first time today; > no soap. Since System.getenv() is deprecated, I used > System.getProperty(). I couldn't get it to fetch my variable with what I > thought was the correct way: > > bash$ export foo=b

Re: Environment variables

1998-07-22 Thread Paul Reavis
Vincent Trussart wrote: > > System properties != environment variables... Blurgle... oh well, I guess environment variables are too nonportable or something. Well, time to put in a real syntax for command-line switches for the thing- -DBLAH=GRALP is not something I want to type all the time. --

Re: Environment variables

1998-07-22 Thread Vincent Trussart
Paul Reavis wrote: > So I tried to access an environment variable for the first time today; > no soap. Since System.getenv() is deprecated, I used > System.getProperty(). I couldn't get it to fetch my variable with what I > thought was the correct way: > > bash$ export foo=bar > bash$ java myapp

Re: Environment variables

1998-07-22 Thread Gassoway, Paul
Paul Revis wrote: >no soap. Since System.getenv() is deprecated, I used >System.getProperty(). I couldn't get it to fetch my variable with what I >thought was the correct way: Check out the documentation for java.util.Properties. Basically, Properties have no relationship to environment variabl

Environment variables

1998-07-22 Thread Paul Reavis
So I tried to access an environment variable for the first time today; no soap. Since System.getenv() is deprecated, I used System.getProperty(). I couldn't get it to fetch my variable with what I thought was the correct way: bash$ export foo=bar bash$ java myapp However I can get it with: bash

My evaluation of IBM's Jikes compiler

1998-07-22 Thread Paul Reavis
Today I evaluated IBM's Jikes compiler. It is a replacement for javac written from scratch in C++. It currently lives at http://www.alphaWorks.ibm.com/. They just released a Linux version, and since I develop entirely in Linux, I thought I'd give it a whirl. Currently it is free for any use, but c

Re: IBM Releases Java compiler for Linux

1998-07-22 Thread Joe Carter
Richard wrote: > 8< > > Hi, >Does anyone knows if there is a libc5 version. I eared there was just a glic > version. We are working on setting up a libc5 system so we can make a libc5 version as well, but we can make no promises. For now we will just provide the glibc version. -- Joe Car

Re: IBM Releases Java compiler for Linux

1998-07-22 Thread Richard
On Wed, 22 Jul 1998, Joe Carter wrote: >Stephan Greene wrote: >> >> According to an article on Slahsdot, IBM is releasing a Linux binary of >> their Jikes incremental Java compiler. >> >> http://www.slashdot.org/articles/980721/1955212.shtml >> >They certainly did. >It works very well too. V. f

Re: IBM Releases Java compiler for Linux

1998-07-22 Thread Joe Carter
Casiraghi Luigi wrote: > > Ok, for Linux but what are excactly the licence terms ??. > Hmmm should've learn from KDE/Qt to read them closely! 90 days license, non-commercial. But one of the authors has said this in the discussion lists Jikes can be used to create commercial applications, tho

Re: Code from IBM VAJ on Linux

1998-07-22 Thread Stefan Magdalinski
Brad Pepers wrote: > > I'm trying to run a program from IBM Visual Age Java 2.0 on Linux > but it doesn't work. Its an example program that came with the > VAJ 2.0 beta I downloaded. It uses AWT to create a mortgage > calculator. The error message I get is: > > java.net.MalformedURLException:

Mail I sent to Inprise

1998-07-22 Thread Keith T. Garner
I sent this off to inprise this morningI'll let you know what response I get. (Oh man, I just noticed a type/think-o in theres/thing/this/ towards the bottom.) I figured the mentioning of recent events couldn't hurt. Keith -- Keith T. Garner [EM

Re: IBM Releases Java compiler for Linux

1998-07-22 Thread Casiraghi Luigi
Ok, for Linux but what are excactly the licence terms ??. Joe Carter, in data 13.26 22/07/98 +, hai scritto: >Stephan Greene wrote: >> >> According to an article on Slahsdot, IBM is releasing a Linux binary of >> their Jikes incremental Java compiler. >> >> http://www.slashdot.org/articles

unsubscribed

1998-07-22 Thread Debug
unsubscribed

Re: IBM Releases Java compiler for Linux

1998-07-22 Thread Joe Carter
Stephan Greene wrote: > > According to an article on Slahsdot, IBM is releasing a Linux binary of > their Jikes incremental Java compiler. > > http://www.slashdot.org/articles/980721/1955212.shtml > They certainly did. It works very well too. V. fast with good error messages. Recommended. --

IBM Releases Java compiler for Linux

1998-07-22 Thread Stephan Greene
According to an article on Slahsdot, IBM is releasing a Linux binary of their Jikes incremental Java compiler. http://www.slashdot.org/articles/980721/1955212.shtml Steve --- Stephan A. Greene [EMAIL PROT