Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Trouble for with the simple Hello World Plugin

Hi,

I have the Eclipse 3.0 version with j2sdk 1.4.2_05-b04.

I tried to develop my first plugin following the Tutorial : Platform Plug-in Developper Guide.

So the purpose of the tutorial is to build a simple new view with a Label saying "Hello World"

Everithing is ok until i run it :

I receive a Launch Error : Could not launch configuration.

With le Logs :

!SESSION juil. 22, 2004 15:26:04.140 -------------------------------------------
eclipse.buildId=unknown
java.version=1.4.2_05
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR
Command-line arguments: -application org.eclipse.ui.ide.workbench

!ENTRY org.eclipse.osgi juil. 22, 2004 15:26:04.150
!MESSAGE Startup error
!STACK 1
java.lang.NumberFormatException: For input string: "download/eclipse/eclipse/plugins/org.eclipse.update.configurator_3.0.0/@3"
	at java.lang.NumberFormatException.forInputString(Unknown Source)
	at java.lang.Integer.parseInt(Unknown Source)
	at java.lang.Integer.parseInt(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.getInitialBundles(EclipseStarter.java:463) at org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBundles(EclipseStarter.java:418) at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:222) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
	at org.eclipse.core.launcher.Main.run(Main.java:644)
	at org.eclipse.core.launcher.Main.main(Main.java:628)

Thanks for your help
@min



Back to the top