FAQ汇萃
>> Tomcat
>> 请问能在 JView (Microsoft's Java VM) 下运行 TOMCAT吗?
由 webmaster 发布于: 2001-01-30 10:38
Out of the box -- probably not unless MS started shipping the RMI classes. There's a little bit of RMI used in the admin of Tomcat. Other than that, it should run just fine.
IBM has apparently packaged up the RMI classes missing from the Microsoft JVM and is distributing them at http://www.alphaworks.ibm.com/formula/RMI . Other options would be to get the RMI classes from Microsoft (although it is not clear they can be redistributed), or to download the JDK from Sun and manually grab just the RMI class, or just don't use the online administration tools that require RMI.
|