Bug 12914 - Compiler cannot resolve javax.net
Summary: Compiler cannot resolve javax.net
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-05 18:05 EST by Erik van Veen CLA
Modified: 2002-04-23 08:44 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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