Re: [JPP-Devel] ClassNotFoundException

2010-06-25 Thread siddharth raghuvanshi
Hi Michael,

Thanks for the help  really sorry for asking help on such a foolish
mistake.

Sincerely
Siddharth

2010/6/25 Michaël Michaud michael.mich...@free.fr

 Hi Siddharth,

 Just that your classname should not be
 com.vividsolutions.*pump*.workbench.ui.plugin.analysis.SpatialQueryPlugIn
 but
 com.vividsolutions.*jump*.workbench.ui.plugin.analysis.SpatialQueryPlugIn

 Idem for
 com.vividsolutions.pump.workbench.ui.plugin.analysis.AttributeQueryPlugIn

 don't know if the typo is in *default-plugins.xml* or somewhere else in
 the code

 Hope that helps

 Michaël
 siddharth raghuvanshi a écrit :
  Hi,
 
  I have made some changes to the source code,  the program was running
  fine.  After that, I tried renaming some files in Eclipse, which
  resulted in error. So, I moved back to previous source code, deleted
  everything  build everything afresh using build.xml. But still, I am
  getting the following error:
 
  java.lang.ClassNotFoundException:
  com.vividsolutions.pump.workbench.ui.plugin.analysis.SpatialQueryPlugIn
  at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
  at java.lang.Class.forName0(Native Method)
  at java.lang.Class.forName(Class.java:247)
  at
 
 com.vividsolutions.jump.workbench.WorkbenchPropertiesFile.getPlugInClasses(WorkbenchPropertiesFile.java:57)
  at
 
 com.vividsolutions.jump.workbench.plugin.PlugInManager.load(PlugInManager.java:59)
  at
 
 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:246)
  at
 
 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:209)
  java.lang.ClassNotFoundException:
  com.vividsolutions.pump.workbench.ui.plugin.analysis.AttributeQueryPlugIn
  at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
  at java.lang.Class.forName0(Native Method)
  at java.lang.Class.forName(Class.java:247)
  at
 
 com.vividsolutions.jump.workbench.WorkbenchPropertiesFile.getPlugInClasses(WorkbenchPropertiesFile.java:57)
  at
 
 com.vividsolutions.jump.workbench.plugin.PlugInManager.load(PlugInManager.java:59)
  at
 
 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:246)
  at
 
 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:209)
 
  Please specify, where I went wrong.
 
  Regards
  Siddharth
  
 
 
 --
  ThinkGeek and WIRED's GeekDad team up for the Ultimate
  GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
  lucky parental unit.  See the prize list and enter to win:
  http://p.sf.net/sfu/thinkgeek-promo
  
 
  ___
  Jump-pilot-devel mailing list
  Jump-pilot-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 



 --
 ThinkGeek and WIRED's GeekDad team up for the Ultimate
 GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
 lucky parental unit.  See the prize list and enter to win:
 http://p.sf.net/sfu/thinkgeek-promo
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] ClassNotFoundException

2010-06-24 Thread Michaël Michaud
Hi Siddharth,

Just that your classname should not be
com.vividsolutions.*pump*.workbench.ui.plugin.analysis.SpatialQueryPlugIn
but
com.vividsolutions.*jump*.workbench.ui.plugin.analysis.SpatialQueryPlugIn

Idem for 
com.vividsolutions.pump.workbench.ui.plugin.analysis.AttributeQueryPlugIn

don't know if the typo is in *default-plugins.xml* or somewhere else in 
the code

Hope that helps

Michaël
siddharth raghuvanshi a écrit :
 Hi,

 I have made some changes to the source code,  the program was running 
 fine.  After that, I tried renaming some files in Eclipse, which 
 resulted in error. So, I moved back to previous source code, deleted 
 everything  build everything afresh using build.xml. But still, I am 
 getting the following error:

 java.lang.ClassNotFoundException: 
 com.vividsolutions.pump.workbench.ui.plugin.analysis.SpatialQueryPlugIn
 at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
 at java.lang.Class.forName0(Native Method)
 at java.lang.Class.forName(Class.java:247)
 at 
 com.vividsolutions.jump.workbench.WorkbenchPropertiesFile.getPlugInClasses(WorkbenchPropertiesFile.java:57)
 at 
 com.vividsolutions.jump.workbench.plugin.PlugInManager.load(PlugInManager.java:59)
 at 
 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:246)
 at 
 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:209)
 java.lang.ClassNotFoundException: 
 com.vividsolutions.pump.workbench.ui.plugin.analysis.AttributeQueryPlugIn
 at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
 at java.lang.Class.forName0(Native Method)
 at java.lang.Class.forName(Class.java:247)
 at 
 com.vividsolutions.jump.workbench.WorkbenchPropertiesFile.getPlugInClasses(WorkbenchPropertiesFile.java:57)
 at 
 com.vividsolutions.jump.workbench.plugin.PlugInManager.load(PlugInManager.java:59)
 at 
 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:246)
 at 
 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:209)

 Please specify, where I went wrong.

 Regards
 Siddharth
 

 --
 ThinkGeek and WIRED's GeekDad team up for the Ultimate 
 GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
 lucky parental unit.  See the prize list and enter to win: 
 http://p.sf.net/sfu/thinkgeek-promo
 

 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
   


--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel