Installed Eclipse plug-in; but no window preferences ...
Just followed the docs to install the eclipse plug-in. (I have a working 4.0 ECL-IDE already). It went through and found the .jar file and claimed to install it. Said it needed to reboot eclipse (which it did). But when Eclipse lumbered into life there was not an ECL option under window preferences.
Now it DOES allow me to create a new ECL Project; but even in there I do not seem to have access to the Windows Preferences ....
I followed the rest of the docs; most of the options are still there but when I get to the 'run' part I get an 'internal error- null pointer exception'
How do I set about finding out how to fix this?
Windows 7
Eclipse Platform
Version: 4.2.1.v20130118-173121-9MF7GHYdG0B5kx4E_SkfZV-1mNjVATf67ZAb7
Build id: M20130204-1200
BTW: ECL does not appear on the 'about' tab for eclipse
Now it DOES allow me to create a new ECL Project; but even in there I do not seem to have access to the Windows Preferences ....
I followed the rest of the docs; most of the options are still there but when I get to the 'run' part I get an 'internal error- null pointer exception'
How do I set about finding out how to fix this?
Windows 7
Eclipse Platform
Version: 4.2.1.v20130118-173121-9MF7GHYdG0B5kx4E_SkfZV-1mNjVATf67ZAb7
Build id: M20130204-1200
BTW: ECL does not appear on the 'about' tab for eclipse
- dabayliss
- Community Advisory Board Member
- Posts: 109
- Joined: Fri Apr 29, 2011 1:35 pm
Done; same problem persists
- dabayliss
- Community Advisory Board Member
- Posts: 109
- Joined: Fri Apr 29, 2011 1:35 pm
Is your ECL Development Perspective open?
Window > Open Perspective > Other... Then select ECL Development
Window > Open Perspective > Other... Then select ECL Development
- JimD
- Posts: 160
- Joined: Wed May 18, 2011 1:35 pm
Same error, can't see the preferences.
After reviewing the plugins error log found this. Not sure if this is the reason or not..
java.io.IOException: Unable to resolve plug-in "platform:/plugin/org.hpccsystems.eclide/icons/releng_gears.gif".
at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64)
at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.resolve(PlatformURLPluginConnection.java:75)
at org.eclipse.core.internal.boot.PlatformURLHandler.openConnection(PlatformURLHandler.java:67)
at org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy.openConnection(URLStreamHandlerProxy.java:112)
at java.net.URL.openConnection(Unknown Source)
at org.eclipse.core.internal.runtime.PlatformURLConverter.toFileURL(PlatformURLConverter.java:33)
at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:206)
at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:137)
at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:157)
at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:227)
at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:205)
at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:193)
at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:680)
at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:133)
After reviewing the plugins error log found this. Not sure if this is the reason or not..
java.io.IOException: Unable to resolve plug-in "platform:/plugin/org.hpccsystems.eclide/icons/releng_gears.gif".
at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.parse(PlatformURLPluginConnection.java:64)
at org.eclipse.core.internal.runtime.PlatformURLPluginConnection.resolve(PlatformURLPluginConnection.java:75)
at org.eclipse.core.internal.boot.PlatformURLHandler.openConnection(PlatformURLHandler.java:67)
at org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy.openConnection(URLStreamHandlerProxy.java:112)
at java.net.URL.openConnection(Unknown Source)
at org.eclipse.core.internal.runtime.PlatformURLConverter.toFileURL(PlatformURLConverter.java:33)
at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:206)
at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:137)
at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:157)
at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:227)
at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:205)
at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.getImage(SWTPartRenderer.java:193)
at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.createTab(StackRenderer.java:680)
at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.processContents(LazyStackRenderer.java:133)
- rajunagarajan
- Posts: 2
- Joined: Wed Apr 24, 2013 12:26 pm
In the latest eclipse plugin there is no Window/Preferecnces/ECL options. It got removed when I added the "auto find" eclcc feature (since there is no need to nominate a default eclcc)...
- gsmith
- Posts: 291
- Joined: Thu May 12, 2011 9:40 am
So given that when I do a run I get a null pointer exception; I'm guessing the bug should be: "autofind didn't"
If you are not able to reproduce this then let me know which details of my system you need.
If you are not able to reproduce this then let me know which details of my system you need.
- dabayliss
- Community Advisory Board Member
- Posts: 109
- Joined: Fri Apr 29, 2011 1:35 pm
I have opened a "no client tools located issue": https://track.hpccsystems.com/browse/EPE-70
I suspect your issue isn't the auto find not locating anything (you can simply check this by expanding an ECL Project). But rather that clicking on the Run toolbar item, won't actually run anything until you have:
1. Created a Launch Configuration.
2. Actually Submitted ECL specifically to a Launch Configuration (this can be done by clicking on the "Run" drop down and select a Launch Configuration via the "Run As" item).
Further: There may be an issue with the plugin remembering the most recent launch configuration (I shall investigate further).
I suspect your issue isn't the auto find not locating anything (you can simply check this by expanding an ECL Project). But rather that clicking on the Run toolbar item, won't actually run anything until you have:
1. Created a Launch Configuration.
2. Actually Submitted ECL specifically to a Launch Configuration (this can be done by clicking on the "Run" drop down and select a Launch Configuration via the "Run As" item).
Further: There may be an issue with the plugin remembering the most recent launch configuration (I shall investigate further).
- gsmith
- Posts: 291
- Joined: Thu May 12, 2011 9:40 am
The documentation still refers to configuring via Windows->Preferences, so that should probably be updated too.
- Steve.Steele
- Posts: 1
- Joined: Thu Jan 16, 2014 9:05 pm
11 posts
• Page 1 of 2 • 1, 2
Return to VS Code and Eclipse IDE
Who is online
Users browsing this forum: No registered users and 1 guest