[opencms-dev] New module
Christian Steinert
christian_steinert at web.de
Wed Aug 2 18:21:24 CEST 2006
> -----Ursprüngliche Nachricht-----
> Von: The OpenCms mailing list <opencms-dev at opencms.org>
> Gesendet: 02.08.06 16:55:01
> An: The OpenCms mailing list <opencms-dev at opencms.org>
> Betreff: [opencms-dev] New module
> Hello
>
> People how to add jar (or class ) files in new module?
Exactly how all other modules do it:
- you can put a JAR into the libs folder of your module
- Alternatively you can uploaded .class files to the classes folder of your module. (You have to have upload the classes together iwth a proper folder structure that reflects the packages of your .class files)
e.g.
if your class is com.test.whatever.MyClass
then it has to be uploaded to /system/modules/my.own.module/classes/com/test/whatever/MyClass.class
These
c.
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
More information about the opencms-dev
mailing list