https://bugzilla.novell.com/show_bug.cgi?id=331680#c1 Summary: java 1.6.0_01-b06 getPackage isCompatibleWith Empty version string AMD86 Product: openSUSE 10.3 Version: Final Platform: x86-64 OS/Version: openSUSE 10.3 Status: NEW Severity: Normal Priority: P5 - None Component: Java AssignedTo: bnc-team-java@forge.provo.novell.com ReportedBy: swansoncw@yahoo.com QAContact: qa@suse.de Found By: Beta-Customer more /proc/version # opensuse 10.3 beta 3 Linux version 2.6.22.5-29-default (geeko@buildhost) (gcc version 4.2.1 (SUSE Linux)) #1 SMP 2007/09/20 15:19:04 UTC carl@duma:/tmp> java -version java version "1.6.0_01" Java(TM) SE Runtime Environment (build 1.6.0_01-b06) Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_01-b06, mixed mode) more test.java public class test { public static void main( String args[]) { if ( ! Package.getPackage("java.lang").isCompatibleWith("1.6") ) { System.out.println("Java JRE 1.6 or newwer is required"); } } } java test Exception in thread "main" java.lang.NumberFormatException: Empty version string at java.lang.Package.isCompatibleWith(Package.java:210) at test.main(test.java:3) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.