how to add jar file?
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.
i 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
%RPE_HOME%/lib folder and he don't recognize it.
i 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
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
https://www.ibm.com/developerworks/community/forums/html/forum?id=11111111-0000-0000-0000-000000001512