Building Mobile Enterprise Applications : Using webMethods Mobile Designer : Configuring Mobile Designer : Mobile Designer Configuration Properties (sdk.properties) : Java Compiler Check
Java Compiler Check
When Mobile Designer executes an Ant target, the Java compiler is usually required. Use the mobiledesigner.javac.detection.mode property to specify whether Mobile Designer checks for the Java compiler when executing an Ant target and the action to take if the Java compiler is not present.
mobiledesigner.javac.detection.mode
Specifies whether you want Mobile Designer to check whether the Java compiler is present in a user's currently configured version of Java when the user executes a Mobile Designer Ant target. Mobile Designer checks for javac.exe on Windows or javac on Macintosh.
Value
One of the following:
*fail if you want Mobile Designer to check for the Java compiler when a user executes an Ant target. If the Java compiler is not found, Mobile Designer immediately stops the running Ant target with an error message.
*warn if you want Mobile Designer to check for the Java compiler when a user executes an Ant target. If the Java compiler is not found, Mobile Designer displays a warning message and continues to execute the Ant target.
*none if you want Mobile Designer to execute the Ant target without checking for the Java compiler.
Default
warn
Example
mobiledesigner.javac.detection.mode=fail
Copyright © 2007-2017 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback