Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Passing system properties on eclipse startup

Hi all...

I'm trying to get the SWT-AWT peer level working in eclipse for plugins, but
I'm having trouble passing the

  -Dawt.toolkit=com.javadude.eclipse.swttoolkit.SWTToolkit

to the vm running eclipse.

I've tried adding

  -vmargs -Dawt.toolkit=com...

but it seems that plugins don't see this value.

Am I doing something wrong? Is there another vm being run for plugins? If
so, is there a way to pass system properties to it?

TIA,
-- Scott

==============================================================
Scott Stanchfield    scott@xxxxxxxxxxxx    http://javadude.com

Lead author of "Effective VisualAge for Java, Version 3"
                                      http://javadude.com/evaj

VisualAge for Java Tips and Tricks     http://javadude.com/vaj

AWT & Swing FAQ Manager, jGuru.com
Visit for Java Enlightenment!             http://www.jguru.com
==============================================================




Back to the top