Bugs item #679970, was opened at 2003-02-03 21:27
Message generated for change (Comment added) made by egagnon
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105523&aid=679970&group_id=5523
Category: Configuration Problem
Group: SableVM
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Archie Cobbs (archiecobbs)
Assigned to: Etienne M. Gagnon (egagnon)
Summary: MessageDigest.getInstance() fails
Initial Comment:
MessageDigest.getInstance("MD5") fails.
There are two things that need to be fixed for this to
work.
(1) The file "resource/java/security/classpath.security"
in the Classpath distribution needs to be installed
into the /usr/local/lib/sablevm/lib/security directory
during installation. I suspect there are other
properties
files that also need to be installed.
(2) SableVM needs to define some default values for
certain well-known System properties, such as
"java.home", etc. See:
http://java.sun.com/j2se/1.4/docs/api/java/lang/System.html#getProperties()
for a list of these properties.
Attached s a simple test program (stolen from kaffe).
----------------------------------------------------------------------
Comment By: Etienne M. Gagnon (egagnon)
Date: 2004-07-03 16:58
Message:
Logged In: YES
user_id=15365
This bug has been moved to the new SableVM Bug Trackiong System.
Please visit: http://sablevm.org/bugs
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105523&aid=679970&group_id=5523
|