Douglass, Are you using an IDE to compile the server-side class, or are you trying to achieve this from the command line ? Using an IDE such as Eclipse, or IntelliJ, etc, you shouldn't have to do anything to compile the class, other than have a Java SDK in your classpath for compilation.
Can you compile *any* Java classes ? I don't believe this is an issue that is anything to do with Cairngorm or CustomerDelegate.java; sounds more like you don't have your machine configured for Java development ? What OS are you on ? Is the JAVA_HOME environment variable set for instance ? Best, Steven > -----Original Message----- > From: dduuggllaa [mailto:[EMAIL PROTECTED] > Sent: 27 February 2005 22:04 > To: [email protected] > Subject: [flexcoders] Experienced programmer new to java app > servers, quick question > > > > Hello, > > A quicky: I'm trying to install Cairngorm into my Tomcat > installation and can't get CustomerDelegate.java to compile. > It's a classpath thing and I am completely stumped. Could an > old Java hand please take 10 seconds and tell me how to > properly construct the classpath incantation for javac so I > can get some real work done? > > Unless I can get this sorted Cairngorm will sit on my hard > disk gathering bit rot. Thanks. > > Cheers, > Douglass Turner > email: douglass_dot_turner_at_gmail_dot_com > > > > > > > Yahoo! Groups Links > > > > > > > --- > > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.853 / Virus Database: 581 - Release Date: 01/02/2005 > >

