You have to include '.' in your CLASSPATH, or it won't pick it up. I'm not sure that's the problem, but I'm guessing SimpleGateway extends EmptyGateway?
cheers, barneyb On 2/16/06, Rick Root <[EMAIL PROTECTED]> wrote: > 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 > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232593 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

