Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] PDE build not finding jsse.jar

Hello,

we (gEclipse incubation) are having some apparently trivial but strange 
error in the PDE build, because it doesn't find the jsse.jar which is of 
course there together with rt.jar  from the SDK:
   /usr/lib/j2sdk1.5-sun/jre/lib/jsse.jar
This error appeared when we started to import a class from from Java but 
outside rt.jar

Everything shows up fine in the PDE perspective.

The error message is:
    [javac] Compiling 16 source files 
to /tmp/geclipseBuild/plugins/eu.geclipse.glite/temp.folder/@dot.bin
    [javac] ----------
    [javac] 1. ERROR 
in /tmp/geclipseBuild/plugins/eu.geclipse.glite/src/eu/geclipse/glite/LBClient.java 
(at line 22)
    [javac]     import javax.net.ssl.SSLHandshakeException;
    [javac]            ^^^^^^^^^
    [javac] The import javax.net cannot be resolved


What could be the problem? i don't seem to find which setting could be the 
problem.

Thanks for your help!

Cheers, Ariel


Back to the top