Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Adding Motif for Mac OS X to CVS

Channing Walton wrote:
On 15/6/02 9:13 pm, "Jim White" wrote:
You should check the bug list and probably open one there.  Some items I
found that may be related:

Thanks, I'll have a look.

I examined the code from your NPE stack trace.  The problem is here:

org.eclipse.jdt.internal.debug.ui.launcher.VMPreferencePage.setDefaultVM(
VMPreferencePage.java:546)

That line is:

fVMList.setChecked(JavaRuntime.getDefaultVMInstall(), true);

JavaRuntime.getDefaultVMInstall() is returning null.

I don't know whether it shouldn't be able to return null or if setDefaultVM is supposed to be able to handle null. But this is certainly enough to create a bug report with.

You may also be able to figure out how to configure your Eclipse install so that getDefaultVMInstall will work.

jim



Back to the top