HP3000-L Archives

June 2001, Week 2

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:
Mike Yawn <[log in to unmask]>
Reply To:
Mike Yawn <[log in to unmask]>
Date:
Thu, 14 Jun 2001 08:45:38 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (90 lines)
The CVS distribution is a full source distribution so you can
build and run the class library.  It can be installed anywhere
you like (I have it under /YAWN/CLASSLIB on my system), and when
you build it will install the runtime pieces in the correct
locations.

If you're just interested in the runtime, I think these are
the pieces you need:

mpe.jar     - the class library itself
sysintr.jar - prebuilt classes for all MPE intrinsics
libmpe.sl   - native code

As far as where these files go, the .jar files can go anywhere
along the CLASSPATH, and the .sl file anywhere along the
LD_LIBRARY_PATH.   The simplest solution is to put them in
locations where the system always searches, regardless of
the CLASSPATH setting.  For the .jar files, this is
  /usr/local/java/latest/jre/lib/ext
For the .sl files, it is
  /usr/local/java/latest/jre/lib/PA-RISC/

While this makes it simpler to run, beware that anything put
into the ext directory is _always_ searched when looking for
classes, so you can impact class loading performance systemwide
by loading up the directory with seldom-used .jar files.

I'd also recommend taking a look at the README file and the
examples subdirectory; this is the only documentation that
exists for the class library.

Mike

Mike Johnson ([log in to unmask]) wrote:
: OK, I've found the files in the shared source section of interex.  Now which
: files do I need to install where on my MPE system ?  Is there not a single
: file package and installation instructions like there was with the
: Turboimage library class ?


: >From: Lars Appel <[log in to unmask]>
: >Reply-To: Lars Appel <[log in to unmask]>
: >To: [log in to unmask]
: >Subject: Re: [HP3000-L] Java - MPE Class Library ?
: >Date: Tue, 5 Jun 2001 19:29:30 +0200
: >
: > > ... so I've been searching the Web for any examples that might be
: >helpful.
: >
: >I believe that the MPE Class Library is only available by cvs checkout
: >at the Interex shared source web site. This is not an access restriction,
: >it is still freely available. Just a little more complex than a simple
: >download with ftp or GNU wget or right-click save-as in a web browser.
: >
: >
: >Oh, while on the subject of Java examples... I have put many of my own
: >experiements with Java/iX on a public web page for the purpose of sharing
: >code and ideas...
: >
: >  http://www.editcorp.com/Personal/Lars_Appel/index.html -> Java Examples
: >
: >I don't know if the CD with my HP e3000 Web Starter Kit has ever been
: >made available in the US (anybody willing to burn a bunch of copies?)
: >but it also contains a bunch of Java examples, most in a ready-to-run
: >format when installed with the Web Starter Kit install command file.
: >
: >Lars.
: >
: >* To join/leave the list, search archives, change list settings, *
: >* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

: _________________________________________________________________________
: Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

: * To join/leave the list, search archives, change list settings, *
: * etc., please visit http://raven.utc.edu/archives/hp3000-l.html *


--
-----------------------------------------------------------------
Mike Yawn
Hewlett-Packard                      email       [log in to unmask]
Commercial Systems Division          Phone         (916) 748-3865
8000 Foothills Blvd   MS 5219
Roseville, CA 95747
-----------------------------------------------------------------

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2