> When I try to compile the .java file (copied from ) i get the
> following errors
>
> MyHelloColdFusion.java [11:1] package com.allaire.cfx does not exist
you need to add cfx.jar to your classpath when you compile, eg:
javac -classpath c:\CFusionMX\lib\cfx.jar MyHelloColdFusion.java
____________________________________
Pete Freitag
http://www.cfdev.com/
Author of the CFMX Developers Cookbook
http://www.petefreitag.com/bookshelf/
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

