jre 1.1.5

1999-02-03 Thread alexander lang

Hi,

Do you know where I can get a JRE 1.1.5 (for LINUX).  Will higher 
versions of jre be compatible with code compiled with a lower jdk?

Thank you very much.

__
Get Your Private, Free Email at http://www.hotmail.com



jre

1999-02-06 Thread alexander lang

Hi,

I am quite the rookie computer guy and am having trouble getting my 
application to work with jre1.1.7.

I am getting this error message:
"../usr/local/jre117_v1a/bin/i586/green_threads/jre: can't load library 
'libXp.so.6'

I looked in the jdk directories and found this file (and other .so 
files).  Do they need to be moved into the jre directory tree?

I would appreciate any help.

THANKS!!


__
Get Your Private, Free Email at http://www.hotmail.com



jre

1999-02-12 Thread alexander lang

If anyone is listening...

I am having trouble getting my application to run with the jre.  When I 
try the jre under the bin directory nothing happens.  

Here is a portion of my script:
jre=../usr/local/
PATH=$jre/bin/:PATH
.
.
.
export CLASSPATH=.:$jre/lib/i18n.jar:$jre/lib/rt.jar

(LD_LIBRARY_PATH=. jre Sugar "$@# 2>&1) | ./unbrag -

When I try using the jre under the "green_threads" directory, I get a 
"can't find libjava.so" message.  

Does anyone know the significance of this message or what libjava.so is?


Thank you very much.

__
Get Your Private, Free Email at http://www.hotmail.com



java programming

1999-02-14 Thread alexander lang

Hi all.

Does anyone know if one is allowed to initialize static final variables 
within the "try" clause of a static initializer block?

(eg.
static final int x;
static{
  try
{
   x = 5;
}
catch(exception e)
   {...and so on ..}
)

I am working on a software project which has code like this. I am 
getting compile - time error messages which state that I am NOT allowed 
to fo this.   Are there some tricks one can use to "trick" the compiler.  
I am assuming that the code previously worked(?).  I am using 
jdk1.1.5-glibc.

Any assistance would be high ly appreciated.

Thank YOU!

__
Get Your Private, Free Email at http://www.hotmail.com