When I mean building in Eclipse, I mean letting Eclipse rebuild its own
class files for editing purpose :) Sometimes Eclipse gets a bit lost...
I checked and the javax.net.SocketFactory class is found in my
$JAVA_HOME/jre/lib/jsse.jar
Chris
Raghu Angadi wrote:
>
> I am not actually building using eclipse. But it shows an error for
> this since it can not resolve it. I am wondering what might be missing
> in my config that causes the error. I am using jdk6 for ("Installed
> JREs" under eclipse).
>
> Can you find where you eclipse find this class?
>
> Raghu.
>
> Christophe Taton wrote:
>> Hi Raghu,
>> This should actually build on your Eclipse. I tried again on mine and
>> everything's alright, with jdk5 and with jdk6 compliance.
>> Can you try to clean the project and let Eclipse rebuild it again?
>> Chris
>>
>> On 10/11/07, Raghu Angadi <[EMAIL PROTECTED]> wrote:
>>>
>>> On trunk compilation goes well but my eclipse can't find
>>> 'javax.net.SocketFactory' (imported in DFSClient.java). How can I avoid
>>> this error in eclipse?
>>>
>>> thanks,
>>> Raghu.