Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] [bsig] Eclipse Neon is missing org.eclipse.swt.Display and others

Thanks for the hint Kris. I do have both 32 and 64 bit JDKs installed and it looks like eclipse picked the wrong one. I think I need to specify the VM in eclipse.ini like this: https://wiki.eclipse.org/Eclipse.ini#-vm_value:_Windows_Example


On Tue, Aug 16, 2016 at 1:55 PM, Kris Verlaenen <kverlaen@xxxxxxxxxx> wrote:
Bob,

Afaik you need your eclipse to match your Java version.  So if you have a 32bit JVM you need a 32bit Eclipse.  That might explain why the 64bit Eclipse isn't working for you (if you're using a 32bit JVM, even though your machine is 64bit).

Kris


On Tue, Aug 16, 2016 at 9:20 PM, Bob Brodt <bbrodt@xxxxxxxxxx> wrote:
Update: I just tried installing the windows 32 bit version of Eclipse Neon, and that seems to work - org.eclipse.swt.* is found. Help!?

On Tue, Aug 16, 2016 at 12:52 PM, Bob Brodt <bbrodt@xxxxxxxxxx> wrote:
Hi SMEs,

I've just installed the latest 64 bit version of the Eclipse Neon "Committers Package" on Windows 10 and I'm trying to build https://github.com/droolsjbpm/droolsjbpm-tools. The funny thing is, the org.eclipse.swt bundle appears to be missing - I can't find any of the usual SWT widgets (Display, Image, etc.)

Here's the Java Type proposal dialog for org.eclipse.swt.*

Inline image 1

Anyone have any idea what's going on here?

Thanks!
Bob

--
________________________
Robert ("Bob") Brodt
Senior Software Engineer
JBoss by Red Hat





--
________________________
Robert ("Bob") Brodt
Senior Software Engineer
JBoss by Red Hat






--
________________________
Robert ("Bob") Brodt
Senior Software Engineer
JBoss by Red Hat



Back to the top