Author Topic: java api version mismatch  (Read 2030 times)

madlad63

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
java api version mismatch
« on: January 15, 2007, 11:57:24 pm »
I am trying to use the EA build with java and I am getting the following error:
ea\SpinnerAdapter.java:5: cannot access org.sparx.Package
bad class file: C:\apps\Sparx Systems\EA\Java API\eaapi.jar(org/sparx/Package.class)
class file has wrong version 49.0, should be 48.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
import org.sparx.Package;
I uninstalled the patched 6.5 and installed version 6.5 802. I have been unable to find enough information to resolve this issue.