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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tkpchary

    How to call a JAVA function in the C Program

    Hi! I want to call a java function in the C program. I tried using JNI but I don't find the way to get JNIEnv * pointer and jobject. If some one know please help me. Thanks in advance. Regards Chary
  2. tkpchary

    Hi ! I am Using oracles OCI8 d

    Hi ! I am Using oracles OCI8 drivers for connecting to Oracle 8.0.3. I am Getting the following error.. Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\WINNT\system32 \ocijdbc8.dll: Can't find dependent libraries at...
  3. tkpchary

    JDBC Connection

    Hi All! I am using easysoft jdbc-odbc bridge to connect to an access database. The following error is displayed. java.sql.SQLException: Connection failed String index out of range: -33 java.lang.NullPointerException: What might be the problem.. the code is import java.* ; import java.sql.*...
  4. tkpchary

    Switch Statement - Why the Error

    Look at the syntax of the switch and case Case will take an integer argument int i; switch(i){ case i; } where i should int
  5. tkpchary

    Is there any Calender Control in JAVA

    Hi All, I need a Calender control which I can plug-in to a Frame just like a button. Please help me if any one know about avalibily of the same. Regards T K P Chary

Part and Inventory Search

Back
Top