Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Ruben Jackson   on Oct 14 In Java Category.

  
Question Answered By: Doyle Gonzalez   on Oct 14

it's not your fault but MS Windows console as your %axis_home% path
contains "space" in the path  string, Windows console assumes that ur
sending
an option to javac.exe command so incorrectly executes the command.
To overcome this try:
javac -classpath  "%AXIS_HOME%\lib\axis.jar" SOAPMonitorApplet.java
as easy as this

Share: 

 
 
Didn't find what you were looking for? Find more on axis/java : setting classpaths Or get search suggestion and latest updates.


Tagged: