Nope, Java is Java, it needs an interpreter to do anything. All Java
programs are compiled into bytecode, that's why theorhetically you can take
that cfx that you have and install it on a *nix machine as long as the jvm
is installed.

jon
----- Original Message -----
From: "Jeffry Houser" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 23, 2001 8:35 PM
Subject: Re: How do i set up a Java CFX tag.


>
>    Well, by definition a CFX tag is a DLL, correct?  (I thought CFXs were
> binaries)  You should only need a JVM to run a Java Applet.  Java
> Applications are compiled down to assembler (or whatever) for the
> underlying operating system, not bit code for a Java Virtual Machine.
>
>    When you have a CFX it doesn't matter what language it was coded in,
> unless you want to change the source code.
>
>
> At 03:44 PM 04/23/2001 -0400, you wrote:
> >Go here and download the jvm. Install is painless.
> >
> >http://java.sun.com/j2se/1.3/jre/download-windows.html
> >
> >jon
> >----- Original Message -----
> >From: "Rick Lamb" <[EMAIL PROTECTED]>
> >To: "CF-Talk" <[EMAIL PROTECTED]>
> >Sent: Monday, April 23, 2001 1:11 PM
> >Subject: How do i set up a Java CFX tag.
> >
> >
> > > I need to use a cfx tag written in java and am not sure how to set it
up.
> >Do
> > > I need to install a Java Virtual Machine on the server? Any thing else
> > > required? The error I get now is asking me to set up a JVM on the
server.
> > > How do I do this. Can someone help me get started?
> > >
> > > Thanks,
> > >
> > > Rick
> > >
> > >
> > >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to