I have been able to install and run j2ee on my ME system after running into some problems. I have a problem with Deploytool. When I execute Deploytool, the "command line" deploytool is executed. How can I execute the "GUI" deploytool? Here is what I got: C:\WINDOWS>deploytool Syntax error Syntax error Syntax error Syntax error The deployment tool version is 1.3 Options -ui Runs the tool with a UI (default mode) -help Display this help message -deploy myAppljar myServerName myAppClientCode.jar (The last parameter is optional) -uninstall <application name> <server name> -listApps <server name> -deployConnector <rar filename> <server name> -undeployConnector <rar filename> <server name> -listConnectors <server name> C:\WINDOWS> Pierre
Hi, Deploytool should run with the GUI interface by default, I think you missed to set the JAVA_HOME and J2EE_HOME environment variables, set these right and it should work.... Philip