Bug 12914

Summary: Compiler cannot resolve javax.net
Product: [Eclipse Project] JDT Reporter: Erik van Veen <erikv>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Erik van Veen CLA 2002-04-05 18:05:39 EST
I'm using your last stable build (20020321), and compilation fails 
with "Cannot resolve javax.net". I'm using the latest JDK 1.4.0 from Sun, and 
I've set all Eclipse properties (that I'm aware off) to accept 1.4 features. 
The same source compiles using the javac compiler directly.
Comment 1 DJ Houghton CLA 2002-04-05 18:15:13 EST
Moving to JDT/Core for comment on classpaths/variables.
Comment 2 Philipe Mulet CLA 2002-04-08 07:10:26 EDT
javax.net is no longer part of rt.jar in jdk1.4, it is part of jsse.jar.
Currently you need to add the latter JAR on your classpath explicitly (through 
a variable is preferrable). 

In the near future, we plan to support better fragmented JDKs.
Comment 3 Philipe Mulet CLA 2002-04-23 08:44:06 EDT
Closing