Title: FW: Re: [JBoss-user] HELP! JBoss client problem
Hi Eric,
I seem to get exactly the same problem as Steve Doyle.
Iv added the following classes to my Jbuilder project :-
"c:\JBossTomcat\jboss\client\jboss-client.jar;c:\JBossTomcat\jboss\client\jbosssx-client.jar;c:\JBossTomcat\
yeah, silly error you were correct.
cheers
Steve
-Original Message-
From: Eric Lindauer [mailto:[EMAIL PROTECTED]]
Sent: 10 May 2001 16:30
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] HELP! JBoss client problem
Looks like a simple Classpath problem. The NamingContextFactory is a
in your path, and
hence
your stuff is unable to find the needed files.
-eric
- Original Message -
From: "Doyle, Steven" <[EMAIL PROTECTED]>
To: "'jboss-user'" <[EMAIL PROTECTED]>
Sent: Thursday, May 10, 2001 10:49 AM
Subject: [JBoss-user] HE
On Thursday, May 10, 2001, at 07:49 AM, Doyle, Steven wrote:
> Hi All,
>
> I have developed JBoss client application which works perfectly when I
> execute it from the command line i.e.
>
> java -classpath
> "c:\jboss-2.2.1\client\jboss-
> client.jar;c:\jboss-2.2.1\client\jbosssx-client
> .jar;
Hi All,
I have developed JBoss client application which works perfectly when I
execute it from the command line i.e.
java -classpath
"c:\jboss-2.2.1\client\jboss-client.jar;c:\jboss-2.2.1\client\jbosssx-client
.jar;c:\JBuilder3 5\lib\jbcl3.1.jar;c:\projects\classes"
com.wa.apps.flightmanager.Fli