Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 28997

Summary: The default JVM detection and library configuration is incomplete with JDK 1.4.1
Product: [Eclipse Project] JDT Reporter: David Nouls <david.nouls>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: major    
Priority: P3    
Version: 2.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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 ***