IOtpNodeProxy _nodeProxy = backend.getNodeProxy();
String _otpHome = _nodeProxy.getOtpHome();
Path _path = new Path(_otpHome);
final IPath path = _path.append("bin/erl");
String _xifexpression = null;
SystemConfiguration _instance = SystemConfiguration.getInstance();
boolean _isOnWindows = _instance.isOnWindows();
if (_isOnWindows) {
String _portableString = path.toPortableString();
_xifexpression = (_portableString + ".exe");
} else {
_xifexpression = path.toPortableString();