thanks stefan,

now i am subscribed .. why i was not .. i don't know ...

regarding the question ...
as far as i see there is no direct linkage between jai_core, jai_codec 
and the cts extension ... but maybe the used geotools jars depend on it? 
... try to install the extension without them & see what happens .. as 
far as i know the priority when searching classes in  the classpath is 
like .. first come first serve .. to say.. the first found match is taken.

regards from cologne .. ede
--
> i think Edgar is not subscribed to jpp-devel, so i forward it
>
> -------- Original Message --------
> Subject:     [JPP-Devel] Transformation Plugin and JAI
> Date:     Wed, 28 Mar 2007 11:03:57 +0100
> From:     Pedro Doria Meunier <[EMAIL PROTECTED]>
> Reply-To:     List for discussion of JPP development and use. 
> <jump-pilot-devel@lists.sourceforge.net>
> To:     List for discussion of JPP development and use. 
> <jump-pilot-devel@lists.sourceforge.net>
>
>
>
> Hey Edgar,
>
> About the transformation plugin...
> Í've noticed that there's jai_codec.jar and jai_core.jar inside the zip.
>
> My question is:
> How does this interfere with existing JAI (sun's) installation?
>
> BR
>


-- 
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());
  }
}


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to