This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Running a stand alone Java app ~Alexis Nonnuzenakoi 23.Sep.03 04:44 PM a Web browser Applications Development 6.0.2 CF1Windows 2000
Thank You, that is very helpful.
I have another question you could probably answer also.
The problem I have is that all the pc's here have Notes installed and the app I need to write will be in Java but they all do not have the Sun JVM installed. So I need to be able to use the Notes JVM to run the app instead of the JVM or the JRE from Sun because it would be too time consuming to install one or the other on 3000 or so pc's.
If I wrote a class that looked to see what JVM was installed and used it then I should be able to run the app on any of the pc's we have, is that correct?