Re: JDK says can't open /proc/xxxxx
On Mon, 17 Jan 2000, Colin Watson wrote:
> reznaeous@earthlink.net (Mike Werner) wrote:
> >Thanks Nate, but I found the problem. Well, it may not be the actual
> >problem but it lets java work for me. It just figures that I'd figure
> >this out within 10 minutes of sending my post. Turns out that the
> >environment variable FLAGS_CLASS=-green was being ignored. I modified
> >/usr/lib/jdk1.1/bin/.java_wrapper (that being the script that the java
> >commands all call) to force green threads.
>
> For what it's worth, that script doesn't appear to know anything about
> FLAGS_CLASS, but 'export THREADS_FLAG=green' solves the problem for me
> without having to edit the wrapper script.
or you can say ex. "javac -green hello.java" to force green threads
until the jdk is fixed
Johan
Reply to: