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.exe is in \j9\bin
> swt.jar and the HelloWorld.class is in j9\java

> Trying to create a shortcut with the target below to execute the problem.

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

> Let me know what is wrong.

> PC

Do you have a \j9\lib\jclMax directory?  I believe when you don't
specify which JCL you're using, you will get JCL Max by default.  You
can override this if you want with the -jcl command line switch.  But
it's not enough to have all the stuff in the bin directory; you must
also have the classes.zip, charconv.zip, and locale.zip files from the
"lib" directory tree also.  I also don't know that you need to specify
java.home.

David

-- 
Regards,
David                            
mailto:dlwhiteman@xxxxxxxxxxxxxxx



Back to the top