This may not help you but, If you don't know... Felix has been integrated into PDE (Eclipse 3.3) via a plug-in.
More information can be found here: http://forge.os4os.org/frs/shownotes.php?release_id=59 https://bugs.eclipse.org/bugs/show_bug.cgi?id=152315 Cheers, --- Chris Aniszczyk | IBM Lotus | Eclipse Committer | +1 860 839 2465 From: "Todd Nist" <[EMAIL PROTECTED]> To: <felix-dev@incubator.apache.org> Date: 01/03/2007 11:17 AM Subject Error launching Felix in Eclipse 3.2.1 : I have just downloaded Felix per the instructions on the Felix web site. I have built it, and am now attempting to launch it per the instructions in Eclipse. I set the M2_REPO environment variable and imported and built the projects in Eclipse without any errors. However, when I create a new "Run Configuration" for Felix and launch it I get the following error(s): Welcome to Felix. ================= Enter profile name: test ERROR: Auto-properties install. (org.osgi.framework.BundleException: Could not create bundle object.) java.lang.NumberFormatException: For input string: "${pom" at java.lang.NumberFormatException.forInputString(Unknown Source) at java.lang.Integer.parseInt(Unknown Source) at java.lang.Integer.parseInt(Unknown Source) at org.osgi.framework.Version.<init>(Version.java:127) at org.osgi.framework.Version.parseVersion(Version.java:208) at org.apache.felix.framework.Felix.createModule(Felix.java:2668) at org.apache.felix.framework.Felix.createBundleInfo(Felix.java:2634) at org.apache.felix.framework.Felix.installBundle(Felix.java:1841) at org.apache.felix.framework.Felix.installBundle(Felix.java:1755) at org.apache.felix.framework.Felix.processAutoProperties(Felix.java:3009) at org.apache.felix.framework.Felix.start(Felix.java:496) at org.apache.felix.main.Main.main(Main.java:208) ERROR: Auto-properties install. (org.osgi.framework.BundleException: Could not create bundle object.) java.lang.NumberFormatException: For input string: "${pom" at java.lang.NumberFormatException.forInputString(Unknown Source) at java.lang.Integer.parseInt(Unknown Source) at java.lang.Integer.parseInt(Unknown Source) at org.osgi.framework.Version.<init>(Version.java:127) at org.osgi.framework.Version.parseVersion(Version.java:208) at org.apache.felix.framework.Felix.createModule(Felix.java:2668) at org.apache.felix.framework.Felix.createBundleInfo(Felix.java:2634) at org.apache.felix.framework.Felix.installBundle(Felix.java:1841) at org.apache.felix.framework.Felix.installBundle(Felix.java:1755) at org.apache.felix.framework.Felix.processAutoProperties(Felix.java:3009) at org.apache.felix.framework.Felix.start(Felix.java:496) at org.apache.felix.main.Main.main(Main.java:208) Any ideas on what I am doing incorrectly here? TIA for the assistance. Regards, Todd