RE: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Secka-Jallow, Dibor
I was compiling the code using the command line under where I installed tomcat? Is that right?? Am I suppose to compile it in the Jdeveloper IDE. What should I do? Dibor Secka-Jallow Web Developer Atlanta Housing Authority [EMAIL PROTECTED] 404-817-7370 -Original Message- From: Scott Ni

Re: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Scott Nichol
Take a look at the Axis installation instructions at http://ws.apache.org/axis/java/install.html. Among the things there: "You should also have an application server or servlet engine and be familiar with operating and deploying to it" (that would be OAS9i) "servlet engines are suppor

RE: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Secka-Jallow, Dibor
In Jdeveloper when I tried to compile my code I am getting these errors: Where should I get the DataHandler ? I am trying to connect it to Apache soap or Axis? Error(4,1): cannot access directory javax\activation; verify that directory is reachable from classpath and/or sourcepath Error(9,57): cla

Re: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Scott Nichol
How are you trying to compile? Are you trying to run javac from the command line, or are you using the JDeveloper IDE? Since you have installed JDeveloper, I would think you would want to use that. You will have to add the Axis jars to the classpath JDeveloper uses for compiling. Scott Nicho

Re: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Scott Nichol
I am glad you hear of your success. Best of luck. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Message - From: "Secka-Jallow, Dibor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thur

Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Secka-Jallow, Dibor
I have downloaded Apache Axis, Tomcat and Xerces. I have problems in where to compile the file My Client is called ReceiveweeklyClient.  When I try to compile the client in this directory C:\Jakarta\jakarta\webapps.  I am getting this message :Could not find java.dll Could not find java 2 r

RE: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Secka-Jallow, Dibor
Would the Apache Axis work with Oracle9iAS using Jdeveloper Dibor Secka-Jallow Web Developer Atlanta Housing Authority [EMAIL PROTECTED] 404-817-7370 -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Thursday, February 26, 2004 3:52 PM To: [EMAIL PROTECTED] Subject:

RE: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Secka-Jallow, Dibor
I have worked with servlets and java in a different environment before. This is a new environment for me . We just installed Oracle 9ias and Oracle portal. I am very new to soap and Apache Axis. I was able to compile the code in jdeveloper. Thanks Dibor Secka-Jallow Web Developer Atlanta Hous

Re: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Scott Nichol
I am too unfamiliar with JDeveloper to guide you. You should probably either browse the on-line help or use some sort of JDeveloper support. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. - Original Messa

Re: Problem in knowing which directory to compile and set classpath

2004-02-26 Thread Scott Nichol
Given the errors you are receiving, it appears your environment is not properly configured to use the command-line compiler, nor to run Tomcat, for that matter. Since you do not normally compile from the command line, I would recommend you not try now and use JDeveloper (which I assume you use