> Second analysis : > You are using SableVM as a Java Virtual Machine (I don't know this one). > Apparently in this JVM, the label table is not created by default. > A check should be made before the for loop to create the label table if > necessary. > Can anyone with SableVM installed try to fix it ?
I have never heard of SableVM. >>>> Please, >>>> could anybody help me? >>>> >>>> When i run ./jmol in my PC http://flexo.uv.es/jmol.png hapens in V9, >>>> V10 >>>> and last V10.00.43... forever and i have to ctrl-breack The fact that it is happening with v9, v10, and v10.00.43 strongly implies that it is a problem/incompatibility with the Java Virtual Machine or Java Class library. >> NullPointerException in PreferencesDialog.java:428 >> >> It's this line: >> bwSlider.getLabelTable().put(new Integer(i), >> new JLabel(label, >> SwingConstants.CENTER)); >> >> Given the source code, the only possibility I see is that >> getLabelTable() returns null. Seems very strange. Miguel ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_idv28&alloc_id845&op=click _______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

