[EMAIL PROTECTED] wrote:
>
> Q1: What version of Java (1.1 or 1.2) does JVM inside Blackdown JDK
> package support?
1.1 and 1.2. The 1.2 is pre-release.
> Q2: A Java application was developed on Windows NT 4.0 (Intel) by
> using VisualCafe 3.0. Can we simply move all class files of the
> application to Redhat 6.0 Linux (Intel), and use JVM inside Blackdown
> to run it without any modification?
You can do that as long as you don't have any native code in your
application beyond those provided by the JDK. (Possible traps: "All
class files" of your application means all class files that your
application needs in order to run that's not in the standard JDK. This
may include class files provided by VisualCafe 3.0. "No native code"
applies not only the classes you wrote, but also those classes from
VisualCafe or any other third parties.)
The only guarantee is that if your application is 100% pure, then it
will run in any JVM, including the Blackdown JDK on Linux.
--
Weiqi Gao
[EMAIL PROTECTED]
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]