> The problem I am experiencing is that I have developed a Java 
> Applet that creates a Menu system, It works fine on the development 
> macine with Java installed but when I check on another Machine there 
> I get a Class not found Exception.
>
> I have assumed that this is becuase CF isn't set up to run JVM and
> doesnt have the necessary classes on the system. Is this true?

I'm a bit confused. If it's an applet, it shouldn't need to run anything on
the server, generally. The applet and its supporting classes get downloaded
to the browser. If this is the case, it sounds like you simply didn't move
all of the classes needed to the appropriate web directory.

Dave Watts, CTO, Fig Leaf Software 
http://www.figleaf.com/ 
voice: (202) 797-5496 
fax: (202) 797-5444

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