I suspect that the version of JRE that's installed when derby databases
are created must also be present on whatever other machines you try to
run the app off of. For example, on my work PC, I have j2re1.4.2_05
installed, whereas on my home PC (where the derby database was
initially created, I'm running jre1.5.0_02. I guess this goes to show
that JRE is not backwards compatible. Anyone else run in to this
problem? Is this only specific to version 1.5.x, .. or are the 1.4.x
versions also not backwards compatible?
thanks,
- yvan
j2re1.4.2_03
j2re1.4.2_05
j2re1.4.2_06
jre1.5.0_02
Are each of these actually installed and independent of one another?
Or does the main java engine just get updated whenever a newer version
gets installed?
- yvan