I've encoutered this problem: I have a bunch of unregistered java classes, and I want to create wrappers for them in jscript - via the GetObject("java:classname") function. I've installed Microsoft Java VM and copied the *.class files to the %windir%\java\trustlib dicectory.
All this was done on WinXP and on Vista. When I start the script with GetObject on XP everything works pretty fine, but Vista gives me some "invalid syntax", "unknown exceptions" and those kinds of errors.
Maybe, the trustlib for Vista is located somewhere else, as it was in NT? Or maybe the problem is with the compatibility of the old Microsoft JVM (I'm new to java, but, as far as I understand, it's not used since J# has appeared?) and Vista?
Anyone knows?
PS well, i understand all this can be done the other way, but it's not the result I need, 'cause all this is a study project designed to demonstrate creating java object wrappers in jscript via the Microsoft JVM, so it has to be done this way, unfortunately.