Skip to main content

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

Hi,

I had a similiar error where I had accidntly changed the plugin version in a
plugin.xml file so that it was not in the standard format 'n.n.n'.
Your error message indicates something similar - it may be worth checking
the 'version' tag on the approprate plugin.

Mike E.


-----Original Message-----
From: pde-dev-admin@xxxxxxxxxxx [mailto:pde-dev-admin@xxxxxxxxxxx] On Behalf
Of pde-dev-request@xxxxxxxxxxx
Sent: 22 July 2004 17:00
To: pde-dev@xxxxxxxxxxx
Subject: pde-dev digest, Vol 1 #180 - 1 msg

Send pde-dev mailing list submissions to
	pde-dev@xxxxxxxxxxx

To subscribe or unsubscribe via the World Wide Web, visit
	http://dev.eclipse.org/mailman/listinfo/pde-dev
or, via email, send a message with subject or body 'help' to
	pde-dev-request@xxxxxxxxxxx

You can reach the person managing the list at
	pde-dev-admin@xxxxxxxxxxx

When replying, please edit your Subject line so it is more specific than
"Re: Contents of pde-dev digest..."


Today's Topics:

   1. Trouble for with the simple Hello World Plugin (Mantrach Amin)

--__--__--

Message: 1
Date: Thu, 22 Jul 2004 15:19:45 +0200
To: pde-dev@xxxxxxxxxxx
From: Mantrach Amin <amantrac@xxxxxxxxx>
Subject: [pde-dev] Trouble for with the simple Hello World Plugin
Reply-To: pde-dev@xxxxxxxxxxx

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(EclipseSta
rter.java:463)
	at
org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBundles(EclipseStar
ter.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



--__--__--

_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/pde-dev


End of pde-dev Digest




Back to the top