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

Reply via email to