Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 28997 - The default JVM detection and library configuration is incomplete with JDK 1.4.1
Summary: The default JVM detection and library configuration is incomplete with JDK 1.4.1
Status: RESOLVED DUPLICATE of bug 28818
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-04 04:36 EST by David Nouls CLA
Modified: 2003-01-07 08:56 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Nouls CLA 2003-01-04 04:36:36 EST
The Eclipse JVM preferences does not include all the needed jar files from the Java 1.4.1_01 JDK package.

I needed access to the javax.crypto package, but this wasn't available when I use the default JRE classpath. I added the jce.jar manually and now I can compile my code.

Another issue is that I can not seem to get my unittest working when I use the crypto package. I always get an error that the algorithm is not supported (although it works if I just use the plain JRE/JDK installation).
Comment 1 Olivier Thomann CLA 2003-01-04 13:03:39 EST
Are you using a JRE container instead of the JRE_LIB variable?
Comment 2 Darin Wright CLA 2003-01-07 08:56:35 EST

*** This bug has been marked as a duplicate of 28818 ***