This is a bit off topic... I'm running CFMX Enterprise on a linux server 
and I want to compile a custom gateway.

I downloaded and installed the j2sdk from sun and installed it, and I 
did this:

CFHOME=/opt/coldfusionmx7
javac -classpath 
$CFHOME/lib/cfusion.jar:$CFHOME/lib/log4j.jar:$CFHOME/runtime/lib/jrun.jar 
SimpleGateway.java

and clearly, it's not doing the classpath stuff cuz I get errors like this:

SimpleGateway.java:12: cannot resolve symbol
symbol  : class EmptyGateway
location: package examples
import examples.EmptyGateway;

and a bunch of other errors...

Anyone know how to do this?

rick


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232585
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to