Xpages Java.Util

Hello There

I create my own java classes to call them from javascript like this: “ozinisle: Using Java Methods In XPages” and I need to use the classes java.util.Vector and java.util.HashSet and they aren’t inside of the default package rt.jar in lotus designer, I just have to add new reference to rt.jar of my jdk foler or what can I do?

Thank you very much

Nina

Subject: I presume this is in your custom Java code…

  • You should be able to simply add an import for them. All of java.util should be “native” to any compiler or JVM. No additional libraries required.

Hope this helps…