Search:

Type: Posts; User: mackogacko

Search: Search took 0.08 seconds.

  1. Re: java.lang.NoClassDefFoundError incompatible with

    Hi norum!
    The problem was: I took jdbc drivers libs from windows, there were working fine on windows but not on 64 bit aIX.
    The key factor was to know that current libs are in informix folder on...
  2. Re: java.lang.NoClassDefFoundError incompatible with

    I ve been searching on the web for two days to find source code of that jar.
    When i unjar that ifxjdbc-1.4.2.jar there are already compiled classes, so cant read anything. (I know my explanation...
  3. Re: java.lang.NoClassDefFoundError incompatible with

    I have no idea where i could do any casting...:(
    Linie 151 is that one: con = DriverManager.getConnection(url, user, password);

    I get the same error when I leave in that line only(delete con = ):...
  4. Re: java.lang.NoClassDefFoundError incompatible with

    Sure, this is full error message:
    java.lang.ClassCastException: java.lang.NoClassDefFoundError incompatible with java.sql.SQLException
    at...
  5. java.lang.NoClassDefFoundError incompatible with

    Hi guys!

    I wrote simple piece of code to connect to databse. It works fine under windows xp with eclipse and 32 bit java,
    It is one class only. I copied it to AIX 5.3 64 bit with JDK6 64bit....
Results 1 to 5 of 5