Salve ragazzi mi aiutate a configurare AXIS2 per favore, fortunatamente ho avuto il primo inconveniente già al primo punto della guida presenta su
http://ws.apache.org/axis2/1_3/installationguide.html
Premetto di lavorare su una macchina Win XP con la seguente configurazione:1. Download and Install the Apache Axis2 Binary Distribution
Download and install a Java Development Kit (JDK) release (version 1.4 or later). Install the JDK according to the instructions included with the release. Set an environment variable JAVA_HOME to the pathname of the directory into which you installed the JDK release. Download and unpack the Axis2 Standard Binary Distribution into a convenient location so that the distribution resides in its own directory. Set an environment variable AXIS2_HOME to the pathname of the extracted directory of Axis2 (Eg: /opt/axis2-1.3). Linux users can alternatively run the setenv.sh file available in the AXIS2_HOME/bin directory to set the AXIS2_HOME environment variable to the Axis2 classpath."
* C:\projects\axis-2_0\axis2-1.3\bin>java -version
java version "1.6.0_03"
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)
* JDK presente in C:\Sun\SDK\jdk\bin
in variabili di sistema ho definito le seguenti voci:
* AXIS2_HOME = C:\projects\axis-2_0\axis2-1.3\bin
* JAVA_HOME = C:\Sun\SDK\jdk\bin
ma quanto vado ad eseguire il server:
codice:C:\projects\axis-2_0\axis2-1.3\bin>axis2server.bat JAVA_HOME environment variable is set incorrectly or Java runtime could not be located. Please set the JAVA_HOME variable appropriately