Hi,
I'm trying to generate a native linux executeable using GCJ. When I
try to compile my java program, I get the following error message:
Class or interface `javax.net.ssl.TrustManagerFactory' not found in
import.
import javax.net.ssl.TrustManagerFactory;
I looked into the jar file, which I guess contains all the classes
that are available to GCJ:
jar tf /usr/share/java/libgcj-3.4.4.jar | grep ssl
The class seems to be missing in there. Does that mean that the class
is not available yet?
Or am I missing something else?
fritz
Fritz Bayer - 20 Apr 2005 07:59 GMT
> Hi,
>
[quoted text clipped - 16 lines]
>
> fritz
Now I have downloaded the newest classpath libraries and built them
from source on my sarge/debian system.
Nevertheless, I get the same error message even though I specify the
classpath zip file in my classpath. Can somebody please help me out?