I’m in the process of upgrading my server/apps from 5.09a to 6.5. Several of my apps/db(which are web based) use LiveConnect. Via a ‘pinpoint’ applet I can access the Domino backend within the webpage. However, this doesn’t work under 6.5. I suspect that I need to recompile the pinpoint applet using the 6.5 jar files. Does this sound right? Does anyone have a pinpoint app they could share?
Thanks
Subject: LiveConnect/Corba Help
Is there an error reported in the browser’s java console?
Could it be related to this note from the release notes?
NCSO.jar now requires a Java 2 environment
“Formerly, NCSO.jar contained a number of classes from the org.* package. Starting with the 6.0.2 release NCSO.jar/NCSO.cab will no longer include any of these classes. This is due to the discovery of several cases where the classes in question were conflicting with classes that now ship with the Java run-time. Consequently, NCSO.jar now requires the client or browser have access to a Java 2 environment.”
If this is the case, you can still use the R5 version of NCSO.jar by embedding it with your applet and setting the following applet attribute:
Steve Nikopoulos
Subject: RE: LiveConnect/Corba Help
I saw that release note, but couldn’t figure out a solution. I embedded that 6.0.1 NCSO.jar &.CAB files into my applet and now it works. However, I still need to change the IE setting to not use my installed Java version. I’m not sure how this will work with XP. Do you know why the Lotus applets(view, editor) still won’t work with Sun’s Java?
Thanks