Richard Liang wrote:
> I launch Eclipse 3.2 RC7 with options "-Xms256M -Xmx256M -vm
> D:\jdk\RI\jdk1.5.0_06\bin\javaw -Dpde.allowCycles=true
> -Dpde.jreProfile=none",
> But LUNI still cannot add "luni-kernel-stubs.jar" to its "Plug-in
> Dependencies". So I have to add "luni-kernel-stubs.jar" to build path
> explicitly. Could you please tell me what's wrong with my settings?
> Thanks a lot.

Looks like you are missing a "-vmargs" option to tell eclipse.exe to
pass the -D args to the VM.  So try (ignore my mail client's wrapping):

eclipse -vm D:\jdk\RI\jdk1.5.0_06\bin\javaw -vmargs -Xms256M -Xmx256M
-Dpde.allowCycles=true -Dpde.jreProfile=none

Regards,
Tim

-- 

Tim Ellison ([EMAIL PROTECTED])
IBM Java technology centre, UK.

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to