Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Installation problems

843799Jun 17 2001 — edited Jun 18 2001
I've tried to install the Java3D 1.2.0_01 for Windows, first the DirectX version and then the OpenGL version, but it didn't work :( i also couldn't find any j3d* files... I've got the JDK1.4 beta 1 installed on my computer, and also JDK1.3.1. Could someone help me with this one?
Thanks in advance!

Comments

if you look at examples you'll see following statement before getConnectionon...

java.lang.Class.forName ("oracle.jdbc.OracleDriver");

Philip

Gell�rt-Oracle

That line was missing from the second example. However my problem is infrastructure related:

java.lang.Class.forName ("oracle.jdbc.OracleDriver"); --->Wrapped java.lang.ClassNotFoundException: oracle.jdbc.OracleDriver

I used Data Modeler 4.0.0.825. This could be related to the custom java home used by my installation.

The same code works with version "3.3.0.747 jre included"

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 16 2001
Added on Jun 17 2001
1 comment
83 views