i have java 2 SDK standard edition ve 1.4.2-06
and i compile a java program that use the classes in a jar called Visad
after extracting the contents of the jar I have a folder called Visad also contains subfolders of classes. I compile my program and I always receive this error message
cannot access visad.java3d.DisplayImplJ3D bad class file .\visad\java3d\DisplayImplJ3D.class
class file has wrong version 50.0 should be 48.0
please remove or make sure it appears in the correct subdirectory of the classpath
i read that maybe the problem is the version of my java which is different from the compiled classesin jar , i d'ont know what to do
thanks