> Hey
>
[quoted text clipped - 7 lines]
> that I don't know how to add those image files to the project... I'm using
> KToolbar and I cannot see how to add image files via KToolbar....
It's actually as easy as adding files to the .jar file. For instance,
here are some ant tasks I use in Hecl (www.hecl.org):
<jar destfile="j2me/Hecl.jar" basedir="j2me/" includes="script.hcl"
update="true"/>
<jar destfile="j2me/Hecl.jar" basedir="j2me/" includes="Hecl.png"
update="true"/>
You could use the 'jar' command directly too if you look up the command
line options to add a file to the archive.
Ciao,

Signature
David N. Welton
- http://www.dedasys.com/davidw/
Linux, Open Source Consulting
- http://www.dedasys.com/
Darryl L. Pierce - 12 Oct 2005 11:30 GMT
> It's actually as easy as adding files to the .jar file.
He asked how to add them to his Wireless Toolkit environment, which
requires them to be placed into the /res/ directory for the project. So,
no, throwing them into a JAR doesn't solve his problem.

Signature
Darryl L. Pierce <mcpierce@gmail.com>
Homepage: http://mcpierce.multiply.com/
"Bury me next to my wife. Nothing too fancy..." - Ulysses S. Grant
> Hey
>
[quoted text clipped - 7 lines]
> that I don't know how to add those image files to the project... I'm using
> KToolbar and I cannot see how to add image files via KToolbar....
Put the files into the res directory under your application's directory,
and reference them with "/res/filename".

Signature
Darryl L. Pierce <mcpierce@gmail.com>
Homepage: http://mcpierce.multiply.com/
"Bury me next to my wife. Nothing too fancy..." - Ulysses S. Grant