well ... it is running native threads then ...
that .java_wrapper file should decide if i want native or green threads
doesnt it ?
then why doesnt it do it
bruno
-Original Message-
From: Wilhelm *Rafial* Fitzpatrick [mailto:[EMAIL PROTECTED]]
Sent: vrijdag 7 juni 2002 2:17
To: Waes Bru
I have downloaded the jar files for xalan, but I can't get this
tool to work.
>From the promt I type:
$ java org.apache.xalan.xslt.Process
I get a typical message telling me I have to use more options.
I then type:
$ java org.apache.xalan.xslt.Process -in test.xml -xsl test.xsl
-out out.xml
I cannot get xalan to run,and I have tried twice to get on the
xalan mailing list with no success.
I have downloaded the xalan files and put them in a directory
called /home/paul/java/jars. I have pointed the classpath in this
direction.
I then type java org.apache.xalan.xslt.Process
I get a me
At 4:43 PM +0200 6/6/02, Waes Bruno wrote:
>how do i enable green threads ?
>and how do i check if a java app is running with green threads or not ?
>
>
>export PATH="$PATH:/opt/j2re1.3.1/bin"
>export JAVA_COMPILER=NONE
>export THREADS_FLAG=green
>export THREADS_TYPE=green_threads
>
>is in my bash
how do i enable green threads ?
and how do i check if a java app is running with green threads or not ?
export PATH="$PATH:/opt/j2re1.3.1/bin"
export JAVA_COMPILER=NONE
export THREADS_FLAG=green
export THREADS_TYPE=green_threads
is in my bashrc file
but i dont think it runs with green thread