Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] training SDK Quickstart discusison

I am still experiencing problems:

I am using
- eclipse-modeling-indigo-win32-x86_64.zip
- jre1.6.0.win64.zip (with "gdal_data" folder from
jre1.6.0_25.win32_gdal_ecw since that folder is missing from the 64bit
package)
- dropins-3.7.0.zip
- eclipse-3.7-delta-pack.zip
- udig-1.3.1-sdk

The folder structure il the one suggested, so:

- C:\java\eclipse  <-- main eclipse folder
- C:\java\eclipse\jre <-- for files from jre1.6.0.win64.zip (jre folder)
- C:\java\eclipse\gdal_data  <-- for files from jre1.6.0.win64.zip
(gdal_data folder)
- C:\java\eclipse\dropins  <-- for files from dropins-3.7.0.zip

- C:\java\target\eclipse <-- for files from eclipse-3.7-delta-pack.zip
- C:\java\target\udig_sdk_1_3_1  <-- for files from udig-1.3.1-sdk

In Eclipse I:
- set up JDK Compliance to 1.5
- check Installed JRE containing  JAI jars
- create (and Activate) a plug in development targeting at
C:\java\target\eclipse and C:\java\target\udig_sdk_1_3_1

Then I
- import "net.refractions.udig (1.3.1.201201051557)" as Source Project
- open "udig.product" from Package Explorer and "launch an Eclipse application"

NOTE: DEPENDENCIES  "net.refractions.udig-feature (1.3.0.qualifier)"
and "net.refractions.udig_language-feature" are marked with a RED X in
the "Outline" view

This is the log I get when the launch fails:

!SESSION Tue May 08 18:00:35 CEST 2012 -----------------------------------------
!ENTRY org.eclipse.equinox.launcher 4 0 2012-05-08 18:00:35.230
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.ClassNotFoundException:
org.eclipse.core.runtime.adaptor.EclipseStarter
	at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

Any hint?




2012/5/8 Jody Garnett <jody.garnett@xxxxxxxxx>:
> I have been following along in a windows 64x VM … and have a glitch.
>
> In following the links provided I am using:
> 1) eclipse-modeling-indigo-win32.zip
> 2) jre1.6.0_25.win32_gdal_ecw.zip
>
> When running this results in the following error:
>
> "Failed to load the JNI shared library
> "C:\java\eclipse\jre\bin\client\jvm.dll".
>
> --
> Jody Garnett
>
>
> _______________________________________________
> User-friendly Desktop Internet GIS (uDig)
> http://udig.refractions.net
> http://lists.refractions.net/mailman/listinfo/udig-devel
>


Back to the top