Error List

Error List for the ‘JAVA-API’ Category

UnsatisfiedLinkError: \J3D.dll

Applies to:
Win32

Description:
A DLL problem while trying to run a program with Java 3D.

Cause:
a. DLLs are not in the correct directories
b. The Java version used does not support Java 3D

admin JAVA-API

SecurityException: Cannot set up certs for trusted Cas

Applies to:
Weblogic6.0

Description:
Error while trying to run an application that ciphers a string on the server.

Cause:
JDK/JRE or the classpath used in Weblogic server is different

admin JAVA-API

Unchecked Errors

Applies to:


Description:
Warnings that are displayed when generics are not safely used.

Cause:
Passed parameter issue:
Vector v = new Vector();
Hashtable ht = new Hashtable();

admin JAVA-API

IllegalArgumentException: illegal component position

Applies to:


Description:
A runtime error that occurs when the argument passed is invalid.

Cause:
The argument might be placed in the incorrect set of parenthesis.

admin JAVA-API