This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Can't find default package
- From: Andrew Haley <aph at redhat dot com>
- To: steve <steve at netfuel dot com>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 10 Jun 2003 20:20:45 +0100
- Subject: Can't find default package
- References: <3EE60BCF.7030509@netfuel.com>
steve writes:
> Is this me or gcc?
Something probably went wrong during "make install".
Try
strace -f -e trace=file gcj Hello.java
and see where it tries to open libgcj-3.4.jar. Find out why
libgcj-3.4.jar isn't there.
Andrew.