<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>news.eclipse.newcomer</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/maillist.html</link>
		<description>NewsGroup: news.eclipse.newcomer</description>
		<language>en-us</language>
		<pubDate>Sat, 04 Jul 2009 00:01:34 GMT</pubDate>
		<lastBuildDate>Sat, 04 Jul 2009 00:01:34 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>news.eclipse.newcomer</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/maillist.html</link>
		</image>
 

	<item>
		<title>[news.eclipse.newcomer] env debugging</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/msg29368.html</link>
		<description>Hi, I'm new to both Java and Eclipse IDE. Here is a simple code, that i wanted to run thru debugger... package hello; public class HelloWorld { public static void main(java.lang.String[] argv) { for ( int i=0; i &amp;lt; argv.length; i++) { java.lang.System.out.p...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi,</pre><br>
<tt>I'm new to both Java and Eclipse IDE. Here is a simple code, that i wanted 
to run thru debugger...<br>
package hello;</tt><br>
<br>
<pre style="margin: 0em;">public class HelloWorld {
	
	public static void main(java.lang.String[] argv)
	{
		for ( int i=0; i &lt; argv.length; i++)
		{
			java.lang.System.out.print(&quot;Hello &quot; + argv[i])	;
			if (argv[i].equals(&quot;World&quot;))
				java.lang.System.out.print('!');
			
			java.lang.System.out.print('\n');
			
		}
	}</pre><br>
<pre style="margin: 0em;">}</pre><br>
<tt>Under the debug setting I've 3 blank separated string that should populate 
argv. when I run without debugger it is fine. But with debugger I get 
exceptions and  others like </tt><br>
<br>
<tt><br>java.lang.OutOfMemoryError: Java heap space<br>
at java.util.ArrayList.&lt;init&gt;(ArrayList.java:132)<br>
at 
org.eclipse.jdi.internal.ArrayReferenceImpl.readObjectSequence(ArrayReferenceImpl.java:162)<br>
at 
org.eclipse.jdi.internal.ArrayReferenceImpl.getValues(ArrayReferenceImpl.java:132)<br>
at 
org.eclipse.jdi.internal.ArrayReferenceImpl.getValue(ArrayReferenceImpl.java:65)<br>
at 
org.eclipse.jdt.internal.debug.core.model.JDIArrayEntryVariable.retrieveValue(JDIArrayEntryVariable.java:80)<br>
at 
org.eclipse.jdt.internal.debug.core.model.JDIVariable.getCurrentValue(JDIVariable.java:66)<br>
at 
org.eclipse.jdt.internal.debug.core.model.JDIVariable.getValue(JDIVariable.java:88)<br>
at 
org.eclipse.debug.internal.ui.model.elements.VariableLabelProvider.getLabel(VariableLabelProvider.java:91)<br>
at 
org.eclipse.jdt.internal.debug.ui.variables.JavaVariableLabelProvider.getLabel(JavaVariableLabelProvider.java:152)<br>
at 
org.eclipse.debug.internal.ui.model.elements.ElementLabelProvider.retrieveLabel(ElementLabelProvider.java:212)<br>
at 
org.eclipse.jdt.internal.debug.ui.variables.JavaVariableLabelProvider.retrieveLabel(JavaVariableLabelProvider.java:129)<br>
at 
org.eclipse.debug.internal.ui.model.elements.ElementLabelProvider$LabelUpdater.run(ElementLabelProvider.java:157)<br>
at 
org.eclipse.debug.internal.ui.model.elements.ElementLabelProvider$LabelJob.run(ElementLabelProvider.java:71)<br>
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)</tt><br>
<br>
<tt>Session Data is </tt><br>
<br>
<tt>eclipse.buildId=I20090611-1540<br>
java.version=1.6.0_0<br>
java.vendor=Sun Microsystems Inc.<br>
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_CA<br>
Framework arguments:  -product org.eclipse.epp.package.java.product<br>
Command-line arguments:  -os linux -ws gtk -arch x86 -product 
org.eclipse.epp.package.java.product</tt><br>
<br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;">-------------------------------</pre><br>
<pre style="margin: 0em;">Any help???</pre><br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 23:52:27 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/msg29368.html</guid>
		<author>prokashs@xxxxxxx (Prokash )</author>
	</item>
	<item>
		<title>[news.eclipse.newcomer] orphaned connector</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/msg29367.html</link>
		<description>Hi I've imported a war file which contains several projects, 3 calldesign.xml files and 2 calldesign.frag. I can open every file except one of the calldesign.frag files. I get an orphaned connector error. Any idea what this could be? I've checked out this ...</description>
		<content:encoded><![CDATA[<tt>Hi I've imported a war file which contains several projects, 3 
calldesign.xml files and 2 calldesign.frag.</tt><br>
<br>
<tt>I can open every file except one of the calldesign.frag files. I get an 
orphaned connector error.</tt><br>
<br>
<tt>Any idea what this could be? I've checked out this news group and did some 
googling to no avail. </tt><br>
<br>
<pre style="margin: 0em;">Here's the full Exception:</pre><br>
<tt>java.lang.RuntimeException: orphaned connector: 
id=d13df3d457844dbaaac5b85966a47601 
origin=c0e75e56c8804d559666f7a953d839a6 
destination=aae216cd474b45c99cdfdd63b1fb0ad7<br>
	at org.eclipse.vtp.desktop.model.core.Connector.&lt;init&gt;(Connector.java:53)<br>
	at org.eclipse.vtp.desktop.model.core.Model.&lt;init&gt;(Model.java:102)<br>
	at 
org.eclipse.vtp.desktop.editors.core.impl.ApplicationFragmentEditor.init(ApplicationFragmentEditor.java:198)<br>
	at 
org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:794)<br>
	at 
org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:643)<br>
	at 
org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:426)<br>
	at 
org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)<br>
	at 
org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:263)<br>
	at 
org.eclipse.ui.internal.EditorManager.setVisibleEditor(EditorManager.java:1405)<br>
	at 
org.eclipse.ui.internal.EditorManager$5.runWithException(EditorManager.java:939)<br>
	at 
org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)<br>
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)<br>
	at 
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129)<br>
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)<br>
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)<br>
	at 
org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:801)<br>
	at 
org.eclipse.ui.internal.Workbench$25.runWithException(Workbench.java:1342)<br>
	at 
org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)<br>
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)<br>
	at 
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:129)<br>
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)<br>
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)<br>
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2309)<br>
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)<br>
	at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)<br>
	at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)<br>
	at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)<br>
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)<br>
	at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)<br>
	at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)<br>
	at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)<br>
	at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)<br>
	at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)<br>
	at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)<br>
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br>
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br>
	at java.lang.reflect.Method.invoke(Unknown Source)<br>
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)<br>
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)<br>
	at org.eclipse.equinox.launcher.Main.run(Main.java:1173)</tt><br>
<br>
<br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 19:14:03 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/msg29367.html</guid>
		<author>cmcdonough@xxxxxxx ( cam)</author>
	</item>
	<item>
		<title>[news.eclipse.newcomer] Re: Need to change the default Launch	Configuration name</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/msg29366.html</link>
		<description>I'm not sure how you arrived at the RunDebugPropertiesPage, but I don't think that is related (that appears to be a Preferences page, not part of the Launch Configuration dialog where these things are actually created). I would start by looking at the clas...</description>
		<content:encoded><![CDATA[<tt>Darren Frenette wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hello,</pre><br>
<tt>I have created a custom launch configuration, and am looking for a way 
to change the default 'New_configuration' to a more meaningful string.</tt><br>
<br>
<tt>I have made some progress with this, but fear I am heading down the path 
to ugly code. Here is what I have tried so far:</tt><br>
<br>
<tt>1) Looked at ILaunchConfiguration and noticed there is only a getName(), 
but no setName().</tt><br>
<br>
<tt>2) Looked at the eclipse source to find where the default name gets set, 
and found RunDebugPropertiesPage.java. Great to know, but this doesn't 
help me out much.</tt><br>
<br>
<tt>3) Figured out a way to access the text control that contains the launch 
configuration name. Then added a VerifyEvent to that text box. Here I 
can substitute my name in, which then shows up in the GUI. The problem 
is I can't save my working configuration, as I have no access to it in 
the VerifyEvent.</tt><br>
<br>
<tt>Looking for some guidance, hoping there is an easier way to do this.
</tt></blockquote><tt><br>I'm not sure how you arrived at the RunDebugPropertiesPage, but I don't 
think that is related (that appears to be a Preferences page, not part 
of the Launch Configuration dialog where these things are actually created).<br>
I would start by looking at the class 
org.eclipse.debug.internal.ui.launchConfigurations.CreateLaunchConfigurationAction 
which is what is invoked when the user presses the &quot;New launch 
configuration&quot; button in the dialog.<br>
(I used Plug-in Spy Alt+Shift+F1) to learn about the classes that 
implement that dialog).</tt><br>
<br>
<tt>Another avenue to explore would be to look at how other code does it; 
for example, if you select a class with a main() method, right-click, 
and select Run As &gt; Java Application, it will create a launch 
configuration with a reasonable name. You can use the Plug-in Spy on 
Menus (Alt+Shift+F2) to learn what code implements that menu action.</tt><br>
<br>
<pre style="margin: 0em;">Hope this helps,
Eric</pre><br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 18:38:02 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/msg29366.html</guid>
		<author>eclipse-news@xxxxxxx (Eric Rizzo)</author>
	</item>
	<item>
		<title>[news.eclipse.newcomer] OSGi Drools integration</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/msg29365.html</link>
		<description>Bundle update@plugins/com.springsource.org.drools.compiler-4.0.7.jar was not resolved. Missing imported package org.eclipse.jdt.internal.compiler.classfmt_[3.2.3,4.0.0). Missing imported package org.eclipse.jdt.core.compiler_[3.2.3,4.0.0). Missing imported...</description>
		<content:encoded><![CDATA[<tt>I am writing a plugin for Eclipse using Drools. I have tried to use 
SpringSource version of Drools (OSGi-compliant) but with little success. </tt><br>
<br>
<pre style="margin: 0em;">I have downloaded and installed following plugins:</pre><br>
<pre style="margin: 0em;">com.springsource.com.thoughtworks.xstream-1.3.0.jar
com.springsource.javax.rules-1.1.0.jar
com.springsource.javax.xml.stream-1.0.1.jar
com.springsource.jxl-2.6.6.jar
com.springsource.org.apache.jasper.org.eclipse.jdt-6.0.16.jar
com.springsource.org.codehaus.janino-2.5.15.jar
com.springsource.org.drools.compiler-4.0.7.jar
com.springsource.org.drools.decisiontable-4.0.7.jar
com.springsource.org.drools.jsr94-4.0.7.jar
com.springsource.org.drools-4.0.7.jar
com.springsource.org.mvel-1.3.5.jar
com.springsource.org.xmlpull-1.1.3.4-O.jar
com.springsource.org.xmlpull-1.1.4.jar</pre><br>
<pre style="margin: 0em;">But when I try to run it using Eclipse Europa (Windows), it still says:</pre><br>
<tt>Bundle update@plugins/com.springsource.org.drools.compiler-4.0.7.jar was 
not resolved.<br>
Missing imported package 
org.eclipse.jdt.internal.compiler.classfmt_[3.2.3,4.0.0).<br>
Missing imported package org.eclipse.jdt.core.compiler_[3.2.3,4.0.0).<br>
Missing imported package 
org.eclipse.jdt.internal.compiler.problem_[3.2.3,4.0.0).<br>
Missing imported package 
org.eclipse.jdt.internal.compiler.env_[3.2.3,4.0.0).<br>
Missing imported package org.eclipse.jdt.internal.compiler_[3.2.3,4.0.0).</tt><br>
<br>
<tt>That's weird - the packages are in org.eclipse.jdt.core plugin and I have 
the version 3.3.3, so it should find it. I have tried it also with version 
3.2.3 and 3.4.2 but no success. The target platform should be configured 
correctly, even when I try to use two versions at the same moment it 
complains.</tt><br>
<br>
<tt>I am desperate with that. Could you give me some clue why this isn't 
working?</tt><br>
<br>
<pre style="margin: 0em;">Thanks a lot</pre><br>
<pre style="margin: 0em;">Flavius</pre><br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 11:31:30 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/msg29365.html</guid>
		<author>flavius@xxxxxxx (Flavius Vespasianus)</author>
	</item>
	<item>
		<title>[news.eclipse.newcomer] Re: Installing Galileo</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/msg29364.html</link>
		<description>ok, im just posting this to let you know that i have fixed the issue. the problem was the path, the full path that i was using was: D:\[Apps]\eclipse i moved it to D:\eclipse and it works fine now. kinda weird though i think. but if anyone else has a probl...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">ok, im just posting this to let you know that i have fixed the issue.</pre><br>
<tt>the problem was the path, the full path that i was using was: 
D:\[Apps]\eclipse</tt><br>
<br>
<tt>i moved it to D:\eclipse and it works fine now. kinda weird though i 
think. but if anyone else has a problem with this then they can try to 
move it somewhere else and see if it works...</tt><br>
<br>
<br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 08:52:05 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/msg29364.html</guid>
		<author>mbisme@xxxxxxx (MBisME )</author>
	</item>
	<item>
		<title>[news.eclipse.newcomer] Re: policytool</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/msg29363.html</link>
		<description>Wow Eric, could you be more rejective? Sorry Kevin, I don't know the tool you are asking about. You should try a forum which is more intone with it, since this is mainly an Eclipse forum. Have a good weekend. -- -michael </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Wow Eric, could you be more rejective?</pre><br>
<tt>Sorry Kevin, I don't know the tool you are asking about. You should try 
a forum which is more intone with it, since this is mainly an Eclipse 
forum. Have a good weekend.<br>
--<br>
-michael</tt><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 06:51:47 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/msg29363.html</guid>
		<author>mnm@xxxxxxx (Michael Madsen)</author>
	</item>
	<item>
		<title>[news.eclipse.newcomer] Installing Galileo</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/msg29362.html</link>
		<description>ok, so i finally downloaded galileo and went to install it (aka, unzip it). everything unzips just fine, but when i go to run it i always get the following error: ===========LOG START=============== !SESSION 2009-07-03 01:17:07.577 ------------------------...</description>
		<content:encoded><![CDATA[<tt>ok, so i finally downloaded galileo and went to install it (aka, unzip 
it). everything unzips just fine, but when i go to run it i always get the 
following error:</tt><br>
<br>
<tt>===========LOG START===============<br>
!SESSION 2009-07-03 01:17:07.577 
-----------------------------------------------<br>
eclipse.buildId=I20090611-1540<br>
java.version=1.6.0_14<br>
java.vendor=Sun Microsystems Inc.<br>
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US<br>
Command-line arguments:  -os win32 -ws win32 -arch x86_64</tt><br>
<br>
<tt>!ENTRY org.eclipse.equinox.simpleconfigurator 4 0 2009-07-03 01:17:08.390<br>
!MESSAGE 
!STACK 0<br>
org.osgi.framework.BundleException: Exception in 
org.eclipse.equinox.internal.simpleconfigurator.Activator.start() of 
bundle org.eclipse.equinox.simpleconfigurator.<br>
	at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:805)<br>
	at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:754)<br>
	at 
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)<br>
	at 
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:370)<br>
	at 
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1068)<br>
	at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:557)<br>
	at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:464)<br>
	at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:248)<br>
	at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:445)<br>
	at 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:220)<br>
	at 
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:330)<br>
Caused by: java.lang.NullPointerException<br>
	at java.net.URL.&lt;init&gt;(Unknown Source)<br>
	at java.net.URL.&lt;init&gt;(Unknown Source)<br>
	at java.net.URL.&lt;init&gt;(Unknown Source)<br>
	at 
org.eclipse.equinox.internal.simpleconfigurator.utils.SimpleConfiguratorUtils.getBundleLocation(SimpleConfiguratorUtils.java:178)<br>
	at 
org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.installBundles(ConfigApplier.java:192)<br>
	at 
org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.install(ConfigApplier.java:89)<br>
	at 
org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:129)<br>
	at 
org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:143)<br>
	at 
org.eclipse.equinox.internal.simpleconfigurator.Activator.start(Activator.java:48)<br>
	at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:782)<br>
	at java.security.AccessController.doPrivileged(Native Method)<br>
	at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:773)<br>
	... 10 more<br>
Root exception:<br>
java.lang.NullPointerException<br>
	at java.net.URL.&lt;init&gt;(Unknown Source)<br>
	at java.net.URL.&lt;init&gt;(Unknown Source)<br>
	at java.net.URL.&lt;init&gt;(Unknown Source)<br>
	at 
org.eclipse.equinox.internal.simpleconfigurator.utils.SimpleConfiguratorUtils.getBundleLocation(SimpleConfiguratorUtils.java:178)<br>
	at 
org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.installBundles(ConfigApplier.java:192)<br>
	at 
org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.install(ConfigApplier.java:89)<br>
	at 
org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:129)<br>
	at 
org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:143)<br>
	at 
org.eclipse.equinox.internal.simpleconfigurator.Activator.start(Activator.java:48)<br>
	at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:782)<br>
	at java.security.AccessController.doPrivileged(Native Method)<br>
	at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:773)<br>
	at 
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:754)<br>
	at 
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)<br>
	at 
org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:370)<br>
	at 
org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1068)<br>
	at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:557)<br>
	at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:464)<br>
	at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:248)<br>
	at 
org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:445)<br>
	at 
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:220)<br>
	at 
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:330)</tt><br>
<br>
<tt>!ENTRY org.eclipse.osgi 4 0 2009-07-03 01:17:08.390<br>
!MESSAGE Bundle 
org.eclipse.equinox.simpleconfigurator_1.0.100.v20090520-1905 [1] is not 
active.</tt><br>
<br>
<tt>!ENTRY org.eclipse.osgi 4 0 2009-07-03 01:17:08.405<br>
!MESSAGE Application error<br>
!STACK 1<br>
java.lang.IllegalStateException: Unable to acquire application service. 
Ensure that the org.eclipse.core.runtime bundle is resolved and started 
(see config.ini).<br>
	at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)<br>
	at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)<br>
	at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)<br>
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br>
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br>
	at java.lang.reflect.Method.invoke(Unknown Source)<br>
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)<br>
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)<br>
	at org.eclipse.equinox.launcher.Main.run(Main.java:1311)<br>
	at org.eclipse.equinox.launcher.Main.main(Main.java:1287)</tt><br>
<br>
<pre style="margin: 0em;">=============LOG END==============</pre><br>
<tt>i have tried several different things to get it to work. i am currently 
running the x64 java and trying to run x64 eclipse with it, but i have 
also tried 32bit versions of both and i get the same result.</tt><br>
<br>
<tt>not sure what info you need to help me, so i will list some basic info 
here. let me know if there is anything else you need.</tt><br>
<br>
<pre style="margin: 0em;">Using WinXP x64 Pro
I have an intel core 2 duo 2.4ghz cpu
2gb of ram
im using Sun JRE (version can be seen in my log)</pre><br>
<tt>thanks in advance for any help that you can give and let me know if there 
is anything else that you need.</tt><br>
<br>
<br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 06:23:01 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/msg29362.html</guid>
		<author>mbisme@xxxxxxx (MBisME )</author>
	</item>
	<item>
		<title>[news.eclipse.newcomer] Re: Auto completion problem</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/msg29361.html</link>
		<description>Thanks for your answer... It was done : the real problem is in fact here, http://www.eclipse.org/newsportal/article.php?id=3783&amp;amp;group=eclipse.tools.pdt#3783 </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Thanks for your answer...</pre><br>
<pre style="margin: 0em;">It was done : the real problem is in fact here,</pre><br>
<pre style="margin: 0em;"><a  href="http://www.eclipse.org/newsportal/article.php?id=3783&amp;group=eclipse.tools.pdt#3783">http://www.eclipse.org/newsportal/article.php?id=3783&amp;group=eclipse.tools.pdt#3783</a></pre><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 05:58:00 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/msg29361.html</guid>
		<author>ct071180@xxxxxxx (ct )</author>
	</item>


	<item>
		<title>[news.eclipse.newcomer] Re: policytool</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/msg29360.html</link>
		<description>What does this have to do with Eclipse? </description>
		<content:encoded><![CDATA[<tt>krraleigh wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">tried launch the policytool but I get an error message
can you advise?</pre><br>
<pre style="margin: 0em;">c:\&gt;policytool</pre><br>
<pre style="margin: 0em;">I just installed the sdk
Java EE 5 SDK Update 7 (with JDK 6 U14)
java_ee_sdk-5_07-windows.exe
Kevin
</pre></blockquote><pre style="margin: 0em;"><br>What does this have to do with Eclipse?</pre><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 03 Jul 2009 01:57:09 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/msg29360.html</guid>
		<author>eclipse-news@xxxxxxx (Eric Rizzo)</author>
	</item>
	<item>
		<title>[news.eclipse.newcomer] policytool</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/msg29359.html</link>
		<description>tried launch the policytool but I get an error message can you advise? c:\&amp;gt;policytool I just installed the sdk Java EE 5 SDK Update 7 (with JDK 6 U14) java_ee_sdk-5_07-windows.exe Kevin </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">tried launch the policytool but I get an error message
can you advise?</pre><br>
<pre style="margin: 0em;">c:\&gt;policytool</pre><br>
<tt>I just installed the sdk<br>
Java EE 5 SDK Update 7 (with JDK 6 U14)<br>
java_ee_sdk-5_07-windows.exe </tt><br>
<br>
<pre style="margin: 0em;">Kevin</pre><br>
]]></content:encoded>
		<pubDate>Thu, 02 Jul 2009 23:40:13 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.newcomer/msg29359.html</guid>
		<author>kraleigh@xxxxxxx (krraleigh)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->
