Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: java.lang.NoClassDefFoundError incompatible with

    32 vs 64 bit - yet another complication in getting programs to work.
  2. Re: java.lang.NoClassDefFoundError incompatible with

    If you could look at why there is that error on that line it might help you solve your problem.
    I have no idea how to get that file.
  3. Re: java.lang.NoClassDefFoundError incompatible with

    From the error message.
    Do you have the source for the IfxDriver class? What does it do at line 266 in its connect method?
  4. Re: java.lang.NoClassDefFoundError incompatible with

    Where is the casting done with these classes?
    NoClassDefFoundError
    SQLException
  5. Re: java.lang.NoClassDefFoundError incompatible with

    Try uncommenting this to get the full error message without your edits:
    //e.printStackTrace();
Results 1 to 5 of 5