Subject Re: [Firebird-Java] My java program using jaybird can run on linux but not on widows
Author Roman Rokytskyy
> Exception in thread "main" java.lang.NoClassDefFoundError:
> java/sql/Savepoint

On Linux you use JayBird for JDK 1.4 with JDK/JRE 1.4.x, on Windows you try
to use JayBird for JDK 1.4 with JDK/JRE 1.3.x

Either take JayBird for JDK 1.3 or upgrade your JDK/JRE.

Roman