On Fri, Jun 07, 2002 at 01:09:15PM -0700, Guy McArthur wrote:
31 stable?
> >
> I can report that blackdown 1.3.1 works reliably on Mandrake 8.2, 8.1, and
> 8.0 (and if memory serves, I was also running that jdk version on 7.2,
> 7.1, and 7.0).
Yes, it runs great on my box. Now xalan runs, as
> Which version of JDK do you recommend? Sun states that some
> versions conflict with Red Hat. I have Mandrake 8.1, which is
> essentially Red Hat.
>
> Is 1.31 stable?
>
I can report that blackdown 1.3.1 works reliably on Mandrake 8.2, 8.1, and
8.0 (and if memory serves, I was also running tha
On Fri, Jun 07, 2002 at 06:45:35AM -0400, Nathan Meyers wrote:
>
> Try using the JDK available from Blackdown or Sun - Kaffe is still not a
> very complete implementation of Java. You'll find some more info here:
>
> http://www.jguru.com/faq/view.jsp?EID=208614
>
I thought as much.
Which
Have any changes been checked into jdk-1.3.x yet with regard
to building with gcc 3.1 on any of the linux arches? Just
curious.
Jack
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe"
i now managed to use green threads with jre1.2.2 v3 ( i didnt get it to work
with 1.3.1 FCS-02b)
but now i get this error while the program is running (which i didnt get
witht he native on the 1.3.1)
java.lang.NoSuchMethodError: java.net.Socket: method shutdownInput()V not
found
at org.m
Waes Bruno <[EMAIL PROTECTED]> writes:
> 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
# Interpret THREADS_FLAG environment variable, if set.
DEFAULT_THREADS_FLAG=native
if [ "${THREADS_FLAG}" = green -o "${THREADS_FLAG}" = native ]; then
THREADS_TYPE="${THREADS_FLAG}_threads"
elif [ "x${THREADS_FLAG}" = x ]; then
THREADS_TYPE="${DEFAULT_THREADS_FLAG}_threads"
else
ech
On Fri, Jun 07, 2002 at 01:57:49AM -0400, Paul Tremblay wrote:
> I have downloaded the jar files for xalan, but I can't get this
> tool to work. ...
>
> Nothing happens. I go to another terminal and type
>
> $ top
>
> and I see that kaffe is using about 50 percent of my cpu and 50
> percent of
> when i run the java command with option '-green' it gives this error:
>
> Green threads support not available
> Could not create the Java virtual machine.
HotSpot Server and Client VM need native threads. They cannot work
with green threads. So, you have to choose Classic VM if you want to
us
when i run the java command with option '-green' it gives this error:
Green threads support not available
Could not create the Java virtual machine.
so it seems that there is no support for green threads anymore in
'j2re-1.3.1-02b-FCS-linux-i386.bin'
although there is a /bin/i386/green_threads
This was solved. It turned out to be bad RAM. memtest86 did NOT find the
problem after thrashing the memory for over an hour.
Thanks to everyone that helped.
Regards,
Craig O'Shannessy
P.S. Redhat 7.2 doesn't seem to run Linux stably on either uni or multi
processor machines, and Redhat < 7.
11 matches
Mail list logo