Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Trying to get sample SWT app working on Pocket PC 2002 with J9

Thursday, November 13, 2003, 4:29:00 PM, Christopher, Paul J wrote:

> \j9\bin\j9.exe -Djava.home=\j9 -cp:\java\swt.jar;\java HelloWorld

> Let me know what is wrong.

Try replacing the colon after -cp with a space, as follows:

\j9\bin\j9.exe -Djava.home=\j9 -cp \java\swt.jar;\java HelloWorld
-- 
Regards,
David                            
mailto:dlwhiteman@xxxxxxxxxxxxxxx



Back to the top