HP3000-L Archives

March 2001, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Gavin Scott <[log in to unmask]>
Reply To:
Gavin Scott <[log in to unmask]>
Date:
Fri, 2 Mar 2001 14:50:13 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (28 lines)
> The JAVA VM aborts when we give JAVA MR cap.

Oh, duh, programs in HFS directories aren't allowed to have MR capability
for the same reason they're not allowed to have PM capability.  Looks like
SigMPE item #25 (or whatever it is) needs to make sure it mentions more than
the PM issue.

Perhaps something like:

HELLO MANAGER.SYS,PUB
:SH.HPBIN -L
$ cp /usr/local/java/latest/bin/PA-RISC/green_threads/java JAVAMR
$ MV /usr/local/java/latest/bin/PA-RISC/green_threads/java
/usr/local/java/latest/bin/PA-RISC/green_threads/java.old
$ ln -s /SYS/PUB/JAVAMR
/usr/local/java/latest/bin/PA-RISC/green_threads/java

Then add MR to JAVAMR.PUB.SYS and try it.

Above we're copying the java executable to JAVAMR.PUB.SYS, then moving the
original out of the way then replacing it with a symlink that points to the
one in PUB.SYS.  We can then add MR to the PUB.SYS version, and this might
solve the problem.

I have not tested the above commands, btw.

G.

ATOM RSS1 RSS2