Tim Ellison wrote:
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

Great! It works very well. Thanks a lot, Tim. :-)
Regards,
Tim


--
Richard Liang
China Software Development Lab, IBM

Reply via email to