[SECURITY] Java Runtime Environment May Allow Untrusted Applet to Elevate Privileges

2005-12-02 Thread Juergen Kreileder
___ Blackdown Java-Linux Security Advisory Advisory number: Blackdown-SA-2005-03 Issue date: 2005, November 29 Synopsis: Java Runtime Environment May Allow Untrusted Applet to

[SECURITY] Java Runtime Environment May Allow Untrusted Applet to Elevate Privileges

2005-06-14 Thread Juergen Kreileder
___ Blackdown Java-Linux Security Advisory Advisory number: Blackdown-SA-2005-02 Issue date: 2005, June 14 Synopsis: Java Runtime Environment May Allow Untrusted Applet to Elevate

Error: could not find Java 2 Runtime Environment

2004-10-29 Thread julie doyle
Hi, I'm having a problem trying to run java on my 3970 iPaq. Initially I was getting an error 'can't find libjava.so'. I fixed that by creating sym links to the armv5tel architecture. But now I'm getting an error 'could not find Java 2 Runtime Environment'.

/tmp environment variable?

2004-04-05 Thread Richard Duran
Is there a variable that can be set to select a different location for temporary files (other than /tmp)? -richard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Environment

2001-10-12 Thread Nathan Meyers
On Fri, Oct 12, 2001 at 05:08:12PM +0200, Raphael Mack wrote: > Hello again, > > is there a way to read the system-environmentvariables with JAVA? If you mean the Unix/Linux environment - not without making JNI calls. If you can make JNI calls, the "getenv()" call will

Environment

2001-10-12 Thread Raphael Mack
Hello again, is there a way to read the system-environmentvariables with JAVA? Thanks a lot, Rapha -- procreo - Webseitenentwicklung und Individualsoftwarelösungen _ / __ / _/ __ / ___/ _/ / __ / procreo GbR / /_/ / / / /_/ / /__/ / / O

[ANN] Metamata Development Environment 2.0

2000-10-30 Thread Louis Tribble
Developed mostly on Linux and Blackdown VMs: Metamata is pleased to announce the release of the Metamata Development Environment, version 2.0. The Metamata Development Environment is an award winning IDE for Java with strong emphasis on debugging and incremental development. Key features

[Fwd: Help to configure Servlets Programming Environment]

2000-06-04 Thread Walter G. da Cruz
At current time I dispose of the following environment in my PC:     .LINUX RED HAT 6.1     .LINUX_JDK_1.2.2_RC4     .APACHE 1.3.11 HTTP SERVER     .APACHE JSERV 1.1     Please send me information about how to configure this     environment in order to begin to wor

Re: Help to configure Servlets Programming Environment

2000-06-01 Thread Peter Pilgrim
rrent time I dispose of the following environment in my PC: > > .LINUX RED HAT 6.1 > > .LINUX_JDK_1.2.2_RC4 > > .APACHE 1.3.11 HTTP SERVER > !Ole! Compile Apache with Dynamic Shared Object (DSO) so that you add and remove modules like Servlets, Mod Perl,

Help to configure Servlets Programming Environment

2000-06-01 Thread Mario Jaramillo R.
Greetings I am a teacher in UNIVERSIDAD DE ANTIOQUIA in the arena of Networks and Programming , and I am very interested in to begin to work with Servlets Programming. At current time I dispose of the following environment in my PC: .LINUX

updated java environment script

2000-05-31 Thread Dimitrios Vyzovitis
Quite a while ago, I posted a script for setting java environment (classpath, paths for various jdks, etc), intended to be placed at /etc/profile.d (or equivalent). Well, here is an updated version, that is a bit more general in terms of multiple jdks (thanks to the advent of ibm-jdk-1.3

Re: Question: JAVA_DEBUG environment variable

1999-11-23 Thread Ted Neward
t; Hi, > > In one of his messages Nathan Meyers mentioned JAVA_DEBUG environment > variable which should be set up for debugging. I looked at debugging > documentation but could not find any mention about JAVA_DEBUG variable. > What kind of value JAVA_DEBUG variable should have

Re: Question: JAVA_DEBUG environment variable

1999-11-23 Thread Nathan Meyers
On Tue, Nov 23, 1999 at 11:22:36AM -0500, Jacob Nikom wrote: > Hi, > > In one of his messages Nathan Meyers mentioned JAVA_DEBUG environment > variable which should be set up for debugging. I looked at debugging > documentation but could not find any mention about JAVA_DEBUG vari

Question: JAVA_DEBUG environment variable

1999-11-23 Thread Jacob Nikom
Hi, In one of his messages Nathan Meyers mentioned JAVA_DEBUG environment variable which should be set up for debugging. I looked at debugging documentation but could not find any mention about JAVA_DEBUG variable. What kind of value JAVA_DEBUG variable should have? Do I really need it for java

Re: Max heap environment variable?

1999-07-12 Thread Carl H. Sayres
> Clearly, my first port of call would be to increase the > heap from the command line, but since Simplicity uses a > funny startup script thingy, I'm not entirely sure what to > change. I wondered if there exists an environment variable > that I could just set to be 64M or perha

Re: Running Java app in non X environment

1999-07-08 Thread Robbie Baldock
Nathan Meyers wrote: > Here's a possible (but problematic) CGI script: Thanks very much for the detailed help. > The problems? > 1) Very expensive to start all this stuff up every time you need to do > CGI. > 2) Only one server can run at a time for a given display address (:0, > :1, etc.); you

Re: Running Java app in non X environment

1999-07-07 Thread Nathan Meyers
is sold - > > the RPM is XFree86-Xvfb, if you're an RPM user. > > That sounds good. But how would I make my Java app run in this > environment? Should I call Runtime.exec("Xvfb") from within Java or > should it be called by the Perl CGI script before the Ja

Re: Running Java app in non X environment

1999-07-07 Thread Robbie Baldock
x27;re an RPM user. That sounds good. But how would I make my Java app run in this environment? Should I call Runtime.exec("Xvfb") from within Java or should it be called by the Perl CGI script before the Java app is called? Robbie -

Re: Running Java app in non X environment

1999-07-07 Thread Nathan Meyers
Robbie Baldock wrote: > > Can someone remind me how to run a command-line Java 1.2 app which > requires graphics libraries (to build a GIF file) without having to have > an X window open? I want to call it from a Perl CGI script. > > I came across a bit of Linux software a while back which supp

Running Java app in non X environment

1999-07-07 Thread Robbie Baldock
Can someone remind me how to run a command-line Java 1.2 app which requires graphics libraries (to build a GIF file) without having to have an X window open? I want to call it from a Perl CGI script. I came across a bit of Linux software a while back which supposedly emulated an X session but of

Re: Max heap environment variable?

1999-06-30 Thread Steve Byrne
pt that the > Simplicity IDE has memory problems. > > Clearly, my first port of call would be to increase the > heap from the command line, but since Simplicity uses a > funny startup script thingy, I'm not entirely sure what to > change. I wondered if there exists an environ

Max heap environment variable?

1999-06-29 Thread William Gallafent
be to increase the heap from the command line, but since Simplicity uses a funny startup script thingy, I'm not entirely sure what to change. I wondered if there exists an environment variable that I could just set to be 64M or perhaps even more, in order to alleviate the out of memory pro

Re: environment variable list, take 3

1999-06-09 Thread Ulli Kortenkamp
> "Nelson" == Nelson Minar <[EMAIL PROTECTED]> writes: Nelson> I am still not sure if this is comprehensive. If someone Nelson> with access to the Blackdown sources would be so kind as Nelson> to grep through them for calls to getenv(), that would Nelson> help a lot. What abo

Re: environment variable list, take 3

1999-06-08 Thread Albrecht Kleine
Hi, > Generic JDK variables, Java 1.1 and Java 1.2: .. > JAVA_COMPILER If set to "tya", then "libtya.so" will be used as > a JIT compiler if it is installed correctly. If > set to "none", no JIT will be used. IMHO should one use a _case_ _sensitive

environment variable list, take 3

1999-06-07 Thread Nelson Minar
that would help a lot. -- The following is documentation for environment variables the JDK supports. Note, this is not a comprehensive document for all variables: generic variables like LD_LIBRARY_PATH and LOCALE are not mentioned u

Re: New list of Blackdown JDK environment variables

1999-06-01 Thread Nathan Meyers
Nelson Minar wrote: > > Folks seemed to like my list of JDK environment variables, so here's a > second pass incorporating all the feedback I got. Steve, are the > DO_NOT_FREE and associated variables supported in 1.1 native threads? In some past mail from Kazuki Yasumatsu d

New list of Blackdown JDK environment variables

1999-06-01 Thread Nelson Minar
Folks seemed to like my list of JDK environment variables, so here's a second pass incorporating all the feedback I got. Steve, are the DO_NOT_FREE and associated variables supported in 1.1 native threads? -- The followi

documenting all the Blackdown environment variables

1999-05-28 Thread Steve Byrne
Nelson Minar writes: > I'd like to make a list of all the environment variables the Blackdown > JDK uses to change its operation. I don't think there is a > comprehensive list anywhere. Here's what I know, can others correct > this or add to the list? Maybe we can

Re: documenting all the Blackdown environment variables

1999-05-28 Thread Nathan Meyers
Nelson Minar wrote: > > I'd like to make a list of all the environment variables the Blackdown > JDK uses to change its operation. Splendid idea! I would suggest, for comprehensiveness, your list include all environment variables -- don't leave out CLASSPATH. > D

Re: documenting all the Blackdown environment variables

1999-05-28 Thread James Seigel
JAVA_COMPILER works Pooh Bear -- "I am just a bear of little brain" On Fri, 28 May 1999, Nelson Minar wrote: > I'd like to make a list of all the environment variables the Blackdown > JDK uses to change its operation. I don't think there is a > comprehensive list

documenting all the Blackdown environment variables

1999-05-28 Thread Nelson Minar
I'd like to make a list of all the environment variables the Blackdown JDK uses to change its operation. I don't think there is a comprehensive list anywhere. Here's what I know, can others correct this or add to the list? Maybe we can get it into README.linux on the next release.

Re: Reading (All) Environment Variables in W95/NT

1998-12-15 Thread John Summerfield
nd the > main application would know where to look for it and load that file and make it > a environment settings default. > There is a convention on unix that user's config stuff ins written in ~/ with the result my home directory's become littered with dozens of .*rc files.

Re: Reading (All) Environment Variables in W95/NT

1998-12-15 Thread peter . pilgrim
load that file and make it a environment settings default. Peter __ Reply Separator _ Subject: Re: Reading (All) Environment Variables in W95/NT Author: summer ([EMAIL PROTECTED]) at lon-mime Date:14/12/98 23:09 3

Re: Reading (All) Environment Variables in W95/NT

1998-12-14 Thread John Summerfield
rts.y=698 MyCharts.x=1216 watchlist=http://database/cgi-bin/list [summer@possum etc]$ > I am getting some requests from NT users on an application that I wrote on > a Java/Linux environment. I have a Java application that runs fine on Unix > and I am trying to get to run perfectly on NT

Re: Reading (All) Environment Variables in W95/NT

1998-12-14 Thread peter . pilgrim
rovide a batch or scripting language! (Well I think the Macintosh does not have one. Does it? ) Pete __ Reply Separator _ Subject: Re: Reading (All) Environment Variables in W95/NT Author: paul ([EMAIL PROTECTED]) at lon-mime Date:14/

Re: Reading (All) Environment Variables in W95/NT

1998-12-14 Thread peter . pilgrim
as well. Pete __ Reply Separator _ Subject: Re: Reading (All) Environment Variables in W95/NT Author: Gerrit.Cap ([EMAIL PROTECTED]) at lon-mime Date:14/12/98 11:49 There is a port available of a lot of unix commands for NT called

Re: Reading (All) Environment Variables in W95/NT

1998-12-14 Thread Pavel Tolkachev
Try something like this in your NT/95 startup script (smth like this must work also on linux/bash with changing \ to /, %% to $, del to rm and doing smth with :s and ;s in multiple paths in environment): set >%TMP%\env java -Denv.file=%TMP%\env ... del %TMP%\env and then in your c

Reading (All) Environment Variables in W95/NT

1998-12-14 Thread peter . pilgrim
I am getting some requests from NT users on an application that I wrote on a Java/Linux environment. I have a Java application that runs fine on Unix and I am trying to get to run perfectly on NT. I have a run time shell script that passes the entire environment to the JVM using a system

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 p

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

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

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 th

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

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

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