How to Copy a Jre And use It Without Installing
843798Jul 8 2004 — edited Oct 26 2004Hi there,
The problem which i am facing is that, i am using a Java-Bean registered as a .dll from my VB Code, Using the ActiveXBridge. For this i need to use JRE1.4.2 version.
Now if the client does not have this JRE, then my goal would be to just copy the JRE at a location, and register the .dll file, Now I have to somehow programatically perform setting , such that, this copied JRE is used the client uses the .dll from his VB Code.
Regards.