Re: [JBoss-user] Client class files dont compile on linux

2001-03-28 Thread Cuong Tran
Try javac -classpath /usr/local/jboss/client/ejb.jar:. -d . InterestClient.java --- Yasir <[EMAIL PROTECTED]> wrote: > I am stumped by a serious newbie dilemma. > > Im trying to code my first EJB's and deploy them on JBOSS. All i really want > to do is to be able to see how EJB's work and get

Re: [JBoss-user] Client class files dont compile on linux

2001-03-28 Thread Tom Cook
On Thu, 29 Mar 2001, Yasir wrote: > I am stumped by a serious newbie dilemma. > > Im trying to code my first EJB's and deploy them on JBOSS. All i > really want to do is to be able to see how EJB's work and get the hang > of it. So, i started coding the tutorials in the manuals and on the > web

RE: [JBoss-user] Client class files dont compile on linux

2001-03-28 Thread Charles Miller
-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of YasirSent: Wednesday, March 28, 2001 2:06 PMTo: [EMAIL PROTECTED]Subject: [JBoss-user] Client class files dont compile on linux I am stumped by a serious newbie dilemma.   Im trying to code my first EJB's and deploy

RE: [JBoss-user] Client class files dont compile on linux

2001-03-28 Thread Kevin Meldorf (NBK)
ms Analyst WorldTravel BTI 400 Skokie Blvd Northbrook, IL 60062 Phone: (847) 480-8340 [EMAIL PROTECTED] -Original Message- From: Yasir [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 28, 2001 1:06 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Client class files dont compile on li

[JBoss-user] Client class files dont compile on linux

2001-03-28 Thread Yasir
I am stumped by a serious newbie dilemma.   Im trying to code my first EJB's and deploy them on JBOSS. All i really want to do is to be able to see how EJB's work and get the hang of it. So, i started coding the tutorials in the manuals and on the web.   In the JBOSS manual example, when i