what happens if you try to start with the batch file? .. ede -- > --- Edgar Soldin <[EMAIL PROTECTED]> ha scritto: > Hi Edgar > I try to test the last nightly build of Openjump 1.2B. > Actually I am testing openjump-20070627-0014 with > Windows XP > ************************************************ > All files from gt2jump.cts-0.1a are in OJ/lib/ext > ************************************************ > This is the CLASSPATH in OpenJUMP.EXE: > > CLASSPATH=%LIB%/bsh-2.0b4.jar;%LIB%/Buoy.jar;%LIB%/Jama-1.0.1.jar;%LIB%/jdom.jar;%LIB%/jts-1.7.2.jar;%LIB%/jump-workbench-20070627-0014.jar;%LIB%/jump-api-20070627-0014.jar;%LIB%/xercesImpl.jar;%LIB%/xml-apis.jar;%LIB%/xml-apis-ext.jar;%LIB%/log4j-1.2.8.jar;%LIB%/batik/batik-all.jar;%LIB%/jmat_5.0.jar;%LIB%/ermapper.jar;%LIB%/jai_codec.jar;%LIB%/jai_core.jar;%LIB%/ext > > > ************************************** > > This is the error message. > > "can't locate cs.conf. make sure is in the classpath > (exception) " > > java.lang.Exception: Can't locate cs.conf. Make sure > it's in the classpath. > at > de.soldin.gt2jump.cts.WKTCSLoader.<init>(WKTCSLoader.java:68) > at > de.soldin.gt2jump.cts.CSComboBox.<init>(CSComboBox.java:48) > at > sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown > Source) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown > Source) > at java.lang.reflect.Constructor.newInstance(Unknown > Source) > at java.lang.Class.newInstance0(Unknown Source) > at java.lang.Class.newInstance(Unknown Source) > at org.swixml.DefaultFactory.newInstance(Unknown > Source) > at org.swixml.Parser.getSwing(Unknown Source) > at org.swixml.Parser.getSwing(Unknown Source) > at org.swixml.Parser.parse(Unknown Source) > at org.swixml.SwingEngine.render(Unknown Source) > at org.swixml.SwingEngine.render(Unknown Source) > at org.swixml.SwingEngine.render(Unknown Source) > at > de.soldin.gt2jump.cts.CSLayerSetExtension.execute(CSLayerSetExtension.java:218) > at > com.vividsolutions.jump.workbench.plugin.AbstractPlugIn$1.actionPerformed(AbstractPlugIn.java:130) > at > javax.swing.AbstractButton.fireActionPerformed(Unknown > Source) > at > javax.swing.AbstractButton$Handler.actionPerformed(Unknown > Source) > at > javax.swing.DefaultButtonModel.fireActionPerformed(Unknown > Source) > at javax.swing.DefaultButtonModel.setPressed(Unknown > Source) > at javax.swing.AbstractButton.doClick(Unknown Source) > at > javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown > Source) > at > javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown > Source) > at java.awt.Component.processMouseEvent(Unknown > Source) > at javax.swing.JComponent.processMouseEvent(Unknown > Source) > at java.awt.Component.processEvent(Unknown Source) > at java.awt.Container.processEvent(Unknown Source) > at java.awt.Component.dispatchEventImpl(Unknown > Source) > at java.awt.Container.dispatchEventImpl(Unknown > Source) > at java.awt.Component.dispatchEvent(Unknown Source) > at > java.awt.LightweightDispatcher.retargetMouseEvent(Unknown > Source) > at > java.awt.LightweightDispatcher.processMouseEvent(Unknown > Source) > at > java.awt.LightweightDispatcher.dispatchEvent(Unknown > Source) > at java.awt.Container.dispatchEventImpl(Unknown > Source) > at java.awt.Window.dispatchEventImpl(Unknown Source) > at java.awt.Component.dispatchEvent(Unknown Source) > at java.awt.EventQueue.dispatchEvent(Unknown Source) > at > java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown > Source) > at > java.awt.EventDispatchThread.pumpEventsForFilter(Unknown > Source) > at > java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown > Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown > Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown > Source) > at java.awt.EventDispatchThread.run(Unknown Source) > > *********************************************** > > Thanks > > Peppe > > > ___________________________________ > L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: > http://it.docs.yahoo.com/nowyoucan.html > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel >
-- public class WhoDidIt{ // A comment. I love comments private static Person sender; public static void main (String[] foo){ sender = new Person(); sender.setName(new String[]{"Edgar", "Soldin"}); Address address = new Address(); address.setStreet("Stadtweg 119"); address.setZip(39116); address.setCity("Magdeburg"); address.setCountry("Germany"); sender.setAddress(address); sender.setMobilePhone(" +49(0)171-2782880 "); sender.setWebSiteUrl(" http://www.soldin.de "); sender.setEmail(" [EMAIL PROTECTED] "); sender.setPGPPublicKey(" http://www.soldin.de/edgar_soldin.asc "); sender.setGender(true); System.out.println(sender.toString()); } } ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel