Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi, I need some help in executing

Status
Not open for further replies.

ifxtechie

Technical User
Dec 22, 2000
127
US
Hi,
I need some help in executing my Java programs which use JDBC.
I have installed Oracle-8i on Windwos-me. Everything works fine. But I have problems with JDBC connection. I am trying to connect to the Oracle server using JDBC. The Program JdbcCheckup.java supplied by Oracle corporation errors out hen executed. But when I execute that it gives me the error as
"Java has caused an error in JAVAI.DLL.
JAVA will now close.

If you continue to experience problems,
try restarting your computer."

This is the same problem with all the JDBC related programs.

I am using Java 1.2.2 version
I have set the classpath to point to Oracle jdbc driver classes [classes111.zip] and also set the path to point to {ORACLE_HOME}/lib.
Can anybody please suggest me what I miss or where I am wrong to get-rid of this error.
Also, can anybody please suggest me where I can download Pro-C compiler
Thanks in advance
Parthasarathy
Parthasarathy, Hassan
Parthasarathy, Hassan
 
What software and versions do you have installed on the machine.

JDK
JDBC
Client Libraries
What account are you accessing DB through

Raymond
 
Hi Hassan,

Can you please help me? I've written a JSP that uses a Type 1 JDBC driver (JDBC-ODBC bridge) and I'm connecting to an MS Access database on a Windows ME machine. Every now and then I get the following error:

&quot;Java has caused an error in <some DLL file>.
JAVA will now close.

If you continue to experience problems,
try restarting your computer.&quot;

Please let me know if you were able to resolve this issue. If you did, I hope you can share how you resolved it with me.

Thanks very much for your time,
Darryl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top