Subject: Java UI classes are useless without examples
Before Lotus Notes/Domino 8.5.1 was released, there was bells and drums saying that you are going to have Java UI classes in 8.5.1. Now I got 8.5.1 downloaded and installed but I still can’t use those looong-waited classes.
Why?
Because I don’t know how to get them to work. Documentation says something about API’s etc.
But… There are zero, null, 0, examples. There are no step by step documentation.
Subject: You can only use the Java UI classes in an Eclipse plugin
They are not available for classic agents or Java libraries.To use the Java UI classes, you need to setup an Eclipse plugin development environment and add the plugin “com.ibm.notes.java.api” to the dependency list of your own Eclipse plugin. Then the classes become part of the Java classpath and can be used in your code.
I added a comment about this restriction to my blog entry at: