[JPP-Devel] runtime error

2010-08-05 Thread Mohammed Rashad
I had checked out from openjump from
https://jump-pilot.svn.sourceforge.net/svnroot/jump-pilot/core/trunk.
i had added all jar files in lib

after adding and running i got this error
how to solve this?
java.lang.Error: Unresolved compilation problem:
Access restriction: The type DecimalDV is not accessible due to restriction
on required library /usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar

at
com.vividsolutions.jump.workbench.ui.plugin.clipboard.PasteItemsPlugIn.init(PasteItemsPlugIn.java:48)
at
com.vividsolutions.jump.workbench.JUMPConfiguration.init(JUMPConfiguration.java:253)
 at
com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:253)
--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] runtime error

2010-08-05 Thread Sunburned Surveyor
I believe rt.jar is the main library for the JRE/JDK.

What operating system and version of Java are you running? I think
this is an environment problem and not an OJ problem.

The Sunburned Surveyor

On Thu, Aug 5, 2010 at 6:43 AM, Mohammed Rashad
mohammedrasha...@gmail.com wrote:
 I had checked out from openjump
 from https://jump-pilot.svn.sourceforge.net/svnroot/jump-pilot/core/trunk.
 i had added all jar files in lib
 after adding and running i got this error
 how to solve this?
 java.lang.Error: Unresolved compilation problem:
 Access restriction: The type DecimalDV is not accessible due to restriction
 on required library /usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar
 at
 com.vividsolutions.jump.workbench.ui.plugin.clipboard.PasteItemsPlugIn.init(PasteItemsPlugIn.java:48)
 at
 com.vividsolutions.jump.workbench.JUMPConfiguration.init(JUMPConfiguration.java:253)
 at
 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:253)

 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] runtime error

2010-08-05 Thread Mohammed Rashad
I am using ubuntu 10.04
my java version is openjdk-6-jre


On Thu, Aug 5, 2010 at 8:03 PM, Sunburned Surveyor 
sunburned.surve...@gmail.com wrote:

 I believe rt.jar is the main library for the JRE/JDK.

 What operating system and version of Java are you running? I think
 this is an environment problem and not an OJ problem.

 The Sunburned Surveyor

 On Thu, Aug 5, 2010 at 6:43 AM, Mohammed Rashad
 mohammedrasha...@gmail.com wrote:
  I had checked out from openjump
  from
 https://jump-pilot.svn.sourceforge.net/svnroot/jump-pilot/core/trunk.
  i had added all jar files in lib
  after adding and running i got this error
  how to solve this?
  java.lang.Error: Unresolved compilation problem:
  Access restriction: The type DecimalDV is not accessible due to
 restriction
  on required library /usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar
  at
 
 com.vividsolutions.jump.workbench.ui.plugin.clipboard.PasteItemsPlugIn.init(PasteItemsPlugIn.java:48)
  at
 
 com.vividsolutions.jump.workbench.JUMPConfiguration.init(JUMPConfiguration.java:253)
  at
 
 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:253)
 
 
 --
  The Palm PDK Hot Apps Program offers developers who use the
  Plug-In Development Kit to bring their C/C++ apps to Palm for a share
  of $1 Million in cash or HP Products. Visit us here for more details:
  http://p.sf.net/sfu/dev2dev-palm
  ___
  Jump-pilot-devel mailing list
  Jump-pilot-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 
 


 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] runtime error

2010-08-05 Thread Larry Becker
You may need to find a workaround.  DecimalDV is probably a sun class that
is not open.

On Thu, Aug 5, 2010 at 10:27 AM, Mohammed Rashad mohammedrasha...@gmail.com
 wrote:

 I am using ubuntu 10.04
 my java version is openjdk-6-jre


 On Thu, Aug 5, 2010 at 8:03 PM, Sunburned Surveyor 
 sunburned.surve...@gmail.com wrote:

 I believe rt.jar is the main library for the JRE/JDK.

 What operating system and version of Java are you running? I think
 this is an environment problem and not an OJ problem.

 The Sunburned Surveyor

 On Thu, Aug 5, 2010 at 6:43 AM, Mohammed Rashad
 mohammedrasha...@gmail.com wrote:
  I had checked out from openjump
  from
 https://jump-pilot.svn.sourceforge.net/svnroot/jump-pilot/core/trunk.
  i had added all jar files in lib
  after adding and running i got this error
  how to solve this?
  java.lang.Error: Unresolved compilation problem:
  Access restriction: The type DecimalDV is not accessible due to
 restriction
  on required library /usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar
  at
 
 com.vividsolutions.jump.workbench.ui.plugin.clipboard.PasteItemsPlugIn.init(PasteItemsPlugIn.java:48)
  at
 
 com.vividsolutions.jump.workbench.JUMPConfiguration.init(JUMPConfiguration.java:253)
  at
 
 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:253)
 
 
 --
  The Palm PDK Hot Apps Program offers developers who use the
  Plug-In Development Kit to bring their C/C++ apps to Palm for a share
  of $1 Million in cash or HP Products. Visit us here for more details:
  http://p.sf.net/sfu/dev2dev-palm
  ___
  Jump-pilot-devel mailing list
  Jump-pilot-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 
 


 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] runtime error

2010-08-05 Thread Mohammed Rashad
It didnt get you. what workaround? will you please elobarate.

On Thu, Aug 5, 2010 at 9:01 PM, Larry Becker becker.la...@gmail.com wrote:

 You may need to find a workaround.  DecimalDV is probably a sun class that
 is not open.


 On Thu, Aug 5, 2010 at 10:27 AM, Mohammed Rashad 
 mohammedrasha...@gmail.com wrote:

 I am using ubuntu 10.04
 my java version is openjdk-6-jre


 On Thu, Aug 5, 2010 at 8:03 PM, Sunburned Surveyor 
 sunburned.surve...@gmail.com wrote:

 I believe rt.jar is the main library for the JRE/JDK.

 What operating system and version of Java are you running? I think
 this is an environment problem and not an OJ problem.

 The Sunburned Surveyor

 On Thu, Aug 5, 2010 at 6:43 AM, Mohammed Rashad
 mohammedrasha...@gmail.com wrote:
  I had checked out from openjump
  from
 https://jump-pilot.svn.sourceforge.net/svnroot/jump-pilot/core/trunk.
  i had added all jar files in lib
  after adding and running i got this error
  how to solve this?
  java.lang.Error: Unresolved compilation problem:
  Access restriction: The type DecimalDV is not accessible due to
 restriction
  on required library /usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar
  at
 
 com.vividsolutions.jump.workbench.ui.plugin.clipboard.PasteItemsPlugIn.init(PasteItemsPlugIn.java:48)
  at
 
 com.vividsolutions.jump.workbench.JUMPConfiguration.init(JUMPConfiguration.java:253)
  at
 
 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:253)
 
 
 --
  The Palm PDK Hot Apps Program offers developers who use the
  Plug-In Development Kit to bring their C/C++ apps to Palm for a share
  of $1 Million in cash or HP Products. Visit us here for more details:
  http://p.sf.net/sfu/dev2dev-palm
  ___
  Jump-pilot-devel mailing list
  Jump-pilot-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 
 


 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] runtime error

2010-08-05 Thread Larry Becker
Because openjdk cannot include proprietary sun code, you may occasionally
find classes that have not been ported.  Is there some particular reason
that you chose to use openjdk rather than sun java?

Larry

On Thu, Aug 5, 2010 at 10:32 AM, Mohammed Rashad mohammedrasha...@gmail.com
 wrote:

 It didnt get you. what workaround? will you please elobarate.


 On Thu, Aug 5, 2010 at 9:01 PM, Larry Becker becker.la...@gmail.comwrote:

 You may need to find a workaround.  DecimalDV is probably a sun class that
 is not open.


 On Thu, Aug 5, 2010 at 10:27 AM, Mohammed Rashad 
 mohammedrasha...@gmail.com wrote:

 I am using ubuntu 10.04
 my java version is openjdk-6-jre


 On Thu, Aug 5, 2010 at 8:03 PM, Sunburned Surveyor 
 sunburned.surve...@gmail.com wrote:

 I believe rt.jar is the main library for the JRE/JDK.

 What operating system and version of Java are you running? I think
 this is an environment problem and not an OJ problem.

 The Sunburned Surveyor

 On Thu, Aug 5, 2010 at 6:43 AM, Mohammed Rashad
 mohammedrasha...@gmail.com wrote:
  I had checked out from openjump
  from
 https://jump-pilot.svn.sourceforge.net/svnroot/jump-pilot/core/trunk.
  i had added all jar files in lib
  after adding and running i got this error
  how to solve this?
  java.lang.Error: Unresolved compilation problem:
  Access restriction: The type DecimalDV is not accessible due to
 restriction
  on required library /usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar
  at
 
 com.vividsolutions.jump.workbench.ui.plugin.clipboard.PasteItemsPlugIn.init(PasteItemsPlugIn.java:48)
  at
 
 com.vividsolutions.jump.workbench.JUMPConfiguration.init(JUMPConfiguration.java:253)
  at
 
 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:253)
 
 
 --
  The Palm PDK Hot Apps Program offers developers who use the
  Plug-In Development Kit to bring their C/C++ apps to Palm for a share
  of $1 Million in cash or HP Products. Visit us here for more details:
  http://p.sf.net/sfu/dev2dev-palm
  ___
  Jump-pilot-devel mailing list
  Jump-pilot-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 
 


 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] runtime error

2010-08-05 Thread Mohammed Rashad
the problem is now solved! i changed the runtime library from j2se to
openjdk-6-jre
On Thu, Aug 5, 2010 at 9:28 PM, Larry Becker becker.la...@gmail.com wrote:

 Because openjdk cannot include proprietary sun code, you may occasionally
 find classes that have not been ported.  Is there some particular reason
 that you chose to use openjdk rather than sun java?

 Larry


 On Thu, Aug 5, 2010 at 10:32 AM, Mohammed Rashad 
 mohammedrasha...@gmail.com wrote:

 It didnt get you. what workaround? will you please elobarate.


 On Thu, Aug 5, 2010 at 9:01 PM, Larry Becker becker.la...@gmail.comwrote:

 You may need to find a workaround.  DecimalDV is probably a sun class
 that is not open.


 On Thu, Aug 5, 2010 at 10:27 AM, Mohammed Rashad 
 mohammedrasha...@gmail.com wrote:

 I am using ubuntu 10.04
 my java version is openjdk-6-jre


 On Thu, Aug 5, 2010 at 8:03 PM, Sunburned Surveyor 
 sunburned.surve...@gmail.com wrote:

 I believe rt.jar is the main library for the JRE/JDK.

 What operating system and version of Java are you running? I think
 this is an environment problem and not an OJ problem.

 The Sunburned Surveyor

 On Thu, Aug 5, 2010 at 6:43 AM, Mohammed Rashad
 mohammedrasha...@gmail.com wrote:
  I had checked out from openjump
  from
 https://jump-pilot.svn.sourceforge.net/svnroot/jump-pilot/core/trunk.
  i had added all jar files in lib
  after adding and running i got this error
  how to solve this?
  java.lang.Error: Unresolved compilation problem:
  Access restriction: The type DecimalDV is not accessible due to
 restriction
  on required library /usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar
  at
 
 com.vividsolutions.jump.workbench.ui.plugin.clipboard.PasteItemsPlugIn.init(PasteItemsPlugIn.java:48)
  at
 
 com.vividsolutions.jump.workbench.JUMPConfiguration.init(JUMPConfiguration.java:253)
  at
 
 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:253)
 
 
 --
  The Palm PDK Hot Apps Program offers developers who use the
  Plug-In Development Kit to bring their C/C++ apps to Palm for a share
  of $1 Million in cash or HP Products. Visit us here for more details:
  http://p.sf.net/sfu/dev2dev-palm
  ___
  Jump-pilot-devel mailing list
  Jump-pilot-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 
 


 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



Re: [JPP-Devel] runtime error

2010-08-05 Thread Mohammed Rashad
my openjump is now running sucessfully from eclipse but getting these
messages

JUMP: Warning: Extensions directory does not exist: ../lib/ext where homedir
= [/home/rashad/workspace/openjump]
found ECW loader class
null/etc/mrsidgeodecode.exe not installed.
found ECW loader class

On Thu, Aug 5, 2010 at 9:30 PM, Mohammed Rashad
mohammedrasha...@gmail.comwrote:

 the problem is now solved! i changed the runtime library from j2se to
 openjdk-6-jre
 On Thu, Aug 5, 2010 at 9:28 PM, Larry Becker becker.la...@gmail.comwrote:

 Because openjdk cannot include proprietary sun code, you may occasionally
 find classes that have not been ported.  Is there some particular reason
 that you chose to use openjdk rather than sun java?

 Larry


 On Thu, Aug 5, 2010 at 10:32 AM, Mohammed Rashad 
 mohammedrasha...@gmail.com wrote:

 It didnt get you. what workaround? will you please elobarate.


 On Thu, Aug 5, 2010 at 9:01 PM, Larry Becker becker.la...@gmail.comwrote:

 You may need to find a workaround.  DecimalDV is probably a sun class
 that is not open.


 On Thu, Aug 5, 2010 at 10:27 AM, Mohammed Rashad 
 mohammedrasha...@gmail.com wrote:

 I am using ubuntu 10.04
 my java version is openjdk-6-jre


 On Thu, Aug 5, 2010 at 8:03 PM, Sunburned Surveyor 
 sunburned.surve...@gmail.com wrote:

 I believe rt.jar is the main library for the JRE/JDK.

 What operating system and version of Java are you running? I think
 this is an environment problem and not an OJ problem.

 The Sunburned Surveyor

 On Thu, Aug 5, 2010 at 6:43 AM, Mohammed Rashad
 mohammedrasha...@gmail.com wrote:
  I had checked out from openjump
  from
 https://jump-pilot.svn.sourceforge.net/svnroot/jump-pilot/core/trunk.
  i had added all jar files in lib
  after adding and running i got this error
  how to solve this?
  java.lang.Error: Unresolved compilation problem:
  Access restriction: The type DecimalDV is not accessible due to
 restriction
  on required library /usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar
  at
 
 com.vividsolutions.jump.workbench.ui.plugin.clipboard.PasteItemsPlugIn.init(PasteItemsPlugIn.java:48)
  at
 
 com.vividsolutions.jump.workbench.JUMPConfiguration.init(JUMPConfiguration.java:253)
  at
 
 com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:253)
 
 
 --
  The Palm PDK Hot Apps Program offers developers who use the
  Plug-In Development Kit to bring their C/C++ apps to Palm for a
 share
  of $1 Million in cash or HP Products. Visit us here for more
 details:
  http://p.sf.net/sfu/dev2dev-palm
  ___
  Jump-pilot-devel mailing list
  Jump-pilot-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 
 


 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their C/C++ apps to Palm for a share
 of $1 Million in cash or HP Products. Visit us here for more details:
 http://p.sf.net/sfu/dev2dev-palm
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




 --
 The Palm PDK Hot Apps Program offers developers who use the
 Plug-In Development Kit to bring their 

Re: [JPP-Devel] runtime error

2010-08-05 Thread Stefan Steiniger
Hei

Mohammed Rashad wrote:
 my openjump is now running sucessfully from eclipse but getting these 
 messages

good to hear

 JUMP: Warning: Extensions directory does not exist: ../lib/ext where 
 homedir = [/home/rashad/workspace/openjump]
you can set this with the start properties (the wiki says more)

 found ECW loader class
 null/etc/mrsidgeodecode.exe not installed.
 found ECW loader class

these messages are not so important except you want to work with ecw and 
mrsid files. It seems like the mrsid libs are missing. if you need them 
then I can give you more advise (see also the wiki)

stefan

--
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel