[JPP-Devel] CTS Extension based on Geotools 2.3 Referencing Components & Re: Fwd: Re: Edgar's CTS and Help documentation
Hello Peppe, could you please specify the jump version you use and tell me if it's windows xp? Additionally a screenshot might help as it looks like you don't ran into the usual Nullpointerexception typical for the extensions nasty bug. If you are a bit more patient you could wait until I finished the first update of the extension. I did the first the steps last weekend and it looks promising. Regards Ede -- > Edgar, Pedro, Sunburned and Stefan > I am testing Edgar's CTS since it seems to be useful > for many users and I want to add a description about > it in the help documentation. > > I followed the help file to instal it: > 1) put files from gt2jump.cts-0.1a/ext to OJ/lib/ext > folder > 2) Check if in Openjump.bat (Windows) file > ‘lib/ext’ is in the classpath > > By the time I try to set coordinate system I always > had the same error message "can't locate cs.conf..." > > I also saw this page > http://openjump.org/wiki/show/Installing+PlugIns and > Ravi/Edgar. And I tried in different ways (other > foldre and other classpath). > > Maybe I missed something. Coul you help me? > > 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
Re: [JPP-Devel] Startup scripts
Stefan Steiniger wrote: Hi, > was the new unix script checked in? > i could not see a mesaage? no, I don't think it was. Shall I check it in as openjump.sh? Best regards, Andreas -- l a t / l o n GmbH Aennchenstrasse 19 53177 Bonn, Germany phone ++49 +228 18496-11 fax ++49 +228 1849629 http://www.lat-lon.dehttp://www.deegree.org - 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
Re: [JPP-Devel] Startup scripts
Hei Andreas, yep.. would be nice thanx, stefan Andreas Schmitz wrote: >Stefan Steiniger wrote: > >Hi, > > > >>was the new unix script checked in? >>i could not see a mesaage? >> >> > >no, I don't think it was. Shall I check it in as openjump.sh? > >Best regards, Andreas > > - 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
Re: [JPP-Devel] CTS Extension based on Geotools 2.3 Referencing Components & Re: Fwd: Re: Edgar's CTS and Help documentation
--- 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.(WKTCSLoader.java:68) at de.soldin.gt2jump.cts.CSComboBox.(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
Re: [JPP-Devel] Fwd: Re: Edgar's CTS and Help documentation
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.(WKTCSLoader.java:68) > at > de.soldin.gt2jump.cts.CSComboBox.(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 ma
Re: [JPP-Devel] Fwd: Re: Edgar's CTS and Help documentation
--- Edgar Soldin <[EMAIL PROTECTED]> ha scritto: > what happens if you try to start with the batch > file? .. ede I image you say the openjump.bat file. There is no executable (EXE) in the nightly build OJ starts with no problem. It seems to load the plugin (loading Set Coordinate System 0.1a) (I am testing OJ with only CTS plugin, to evoid conflict with other plugin). By the time I load a dataset, "Set coordinate System" function is available on Layer List L-Click menu. But it doesn't work (same message like before..) 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
Re: [JPP-Devel] Fwd: Re: Edgar's CTS and Help documentation
another idea.. the exception is thrown by the FileReader which means that Classloader found the file, but the file reader didn't find it with the path delivered by the Classloader. On which drive (network drive?), or is there something special in your filesystem is the oj installation located? Which jdk/jre are you running? regards agn 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.(WKTCSLoader.java:68) > at > de.soldin.gt2jump.cts.CSComboBox.(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/ > _
Re: [JPP-Devel] Fwd: Re: Edgar's CTS and Help documentation
--- Edgar Soldin <[EMAIL PROTECTED]> ha scritto: > another idea.. the exception is thrown by the > FileReader which means > that Classloader found the file, but the file reader > didn't find it with > the path delivered by the Classloader. > > On which drive (network drive?), ... Hard Dive (C)... > or is there > something special in your > filesystem is the oj installation located? ...I don't think so... > Which jdk/jre are you running? ..Well, Probabily that could be the reason. Some weeks ago I passed from 1.4 to 1.5. Since I never tested your plugin before, I am not sure that probabily it works with JRE 1.4. I will do other test with older JRE version. Ciao, 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
Re: [JPP-Devel] JTS/CursorTool side effects with shared vertices from shapefile?
Stefan Steiniger wrote: > > my 2 cents: > i think my first implementations also modified coordinates of layer > geometries directly. But in general, i always copy a geometry and modify > the coordinates with coord.x > Good - that's the right way to do it. > Otherwise, what would be the way to do map generalisation (such as > applying a line smoothing algorithm that displaces vertices without > changing the number)??? I know, that by using the Douglas Peucker > algorithm a new Geometry object could be created afterwards, but here as > well online-modification may be worth? > Hence, for me Geoemtries are mutable. (But suggestions are welcome) > For any operation on a Geometry, you can always create a new Geometry to represent the result of the operation. This Geometry can be stored back in the the Feature object the input came from. Note that this implies that Features are mutable. I'm not 100% sure this is a good idea either - but it's less bad than mutating Geometries. -- Martin Davis Senior Technical Architect Refractions Research, Inc. (250) 383-3022 - 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
Re: [JPP-Devel] Fwd: Re: Edgar's CTS and Help documentation
hmm .. because openjump 1.2b needs java5 to run I ran cts extension in java5 .. no problems ... weird thing that .. anyway .. please tell me your exact java version and i'll setup your oj/java/cts combination here .. maybe i'll find out something .. bis dahin ede -- On Mon, 9 Jul 2007 18:08:53 +0200 (CEST), Giuseppe Aruta <[EMAIL PROTECTED]> wrote: > > --- Edgar Soldin <[EMAIL PROTECTED]> ha scritto: > >> another idea.. the exception is thrown by the >> FileReader which means >> that Classloader found the file, but the file reader >> didn't find it with >> the path delivered by the Classloader. >> >> On which drive (network drive?), > > ... Hard Dive (C)... > >> or is there >> something special in your >> filesystem is the oj installation located? > > ...I don't think so... > >> Which jdk/jre are you running? > > ..Well, Probabily that could be the reason. Some weeks > ago I passed from 1.4 to 1.5. Since I never tested > your plugin before, I am not sure that probabily it > works with JRE 1.4. I will do other test with older > JRE version. > > Ciao, 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
[JPP-Devel] Out of commission...
I'm in the middle of a move to a new house, and my internet service at the new place won't be hooked up until Wednesday. I want to let you guys know that I am not ignoring e-mails, but I will be out of commission for a few days. (I couldn't even find a spoon to eat breakfast this morning.) :] I'll try to answers some e-mails from my work computer, but I don't think I will be able to get to everyone until next week. I may have to wait a few more days on setting up the weekly build as well. Thank you for your patience. The Sunburned Surveyor - 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
Re: [JPP-Devel] Fwd: Re: Edgar's CTS and Help documentation
--- Edgar Soldin <[EMAIL PROTECTED]> ha scritto: > > hmm .. because openjump 1.2b needs java5 to run I > ran cts extension in > > java5 .. no problems ... weird thing that .. anyway > .. please tell me your > > exact java version and i'll setup your oj/java/cts > combination here .. > > maybe i'll find out something .. bis dahin ede > tanke Edgar, Java(TM) 2 Platform Standard Edition Runtime Environment Version 5.0. JRE Runtime Environment 1.5.0 I also will test with other JRE. Thanks a lot PS I can wait for new CYS realize for the Help documentation. 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