Subject: JDK 1.1.5
To: None <netbsd-help@NetBSD.ORG>
From: Patrick Welche <prlw1@cam.ac.uk>
List: netbsd-help
Date: 05/17/1998 16:27:04
I just grabbed jdk115b1-awt-update.tar.gz from quick.com.au, then

% tar xpzvf /usr/src/local/jdk115b1-awt-update.tar.gz
jdk1.1.5/lib/i386/green_threads/libXm.so
jdk1.1.5/lib/i386/green_threads/libawt_g.so
jdk1.1.5/lib/i386/green_threads/libawt.so
jdk1.1.5/lib/i386/green_threads/libXm.so.1.2
% unsetenv CLASSPATH             <- normally points to Netscape's java40.jar
% appletviewer java/HelloWorld.html
    /usr/libexec/ld.so: Undefined symbol "_xmDrawingAreaWidgetClass" in
    java:/usr/local/jdk1.1.5/lib/i386/green_threads/libawt.so

This may well be unrelated to the update, but I only just noticed. Any
idea what I forgot to do?

BTW
% strings libXm.so.1.2 | grep _xmDrawingAreaWidgetClass
_xmDrawingAreaWidgetClass


Cheers,

Patrick