It's all about the answers!

Ask a question

how to add jar file?


Naor Ben David (888) | asked Jul 30 '14, 1:35 a.m.
 hi,
in the javascript code element we can write the next code:
var options = new java.util.ArrayList();
options.add( "Project A" );
options.add( "Project X" );
options.add( "Project Z" );
so i try add jar of class that i write and he work good at the eclipse but i don't successful add it to the RPE i tried put it at
%RPE_HOME%/lib folder and he don't recognize it.

also tried this : 
https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/Rational%20Publishing%20Engine/page/SampleDocGen.jar%20for%201.2.1

but i try add it to ".dta" file because i don't see the reason add it to ".dsx" file

please any help be welcome !!!

One answer



permanent link
Donald Nong (14.5k614) | answered Jul 30 '14, 2:03 a.m.
Not sure what you are trying to do. The .jar file that you linked is a Java package that you can execute by using the Java command line, not a library per se. Since RPE is not a product on Jazz platform, you may have a better chance to get an answer if you post the question to the deleoperWorks forum.
https://www.ibm.com/developerworks/community/forums/html/forum?id=11111111-0000-0000-0000-000000001512

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.