On Mon, 11 Oct 1999 16:33:29 -0500, [EMAIL PROTECTED] wrote:

>Hi:
>
>I'm new in Linux.  Please forgive me if the questions are too simple.
>
>Q1: What version of Java (1.1 or 1.2) does JVM inside Blackdown JDK package
>support?

Depends on which you download.  We have released versions for 1.1.x
and pre-release versions for 1.2.

>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?

If your java code is written correctly it should be no problem.

Things that many times get missed are things like path name strings.
Many programmers trip over this by hard coding the path names rather
than building them using the Java properties for the platform.  Things
like the "/" vs "\" differences and the fact that Windows systems have
this really annoying drive letter thing.

-- 
Michael Sinz ---- Technology and Engineering Director/Consultant
"Starting Startups"                 mailto:[EMAIL PROTECTED]
My place on the web ---> http://www.users.fast.net/~michael_sinz



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to