【发布时间】:2010-11-03 17:04:07
【问题描述】:
我正在 Aptana 内部运行以下命令:
<html>
<head>
<title>New Adobe AIR Project</title>
<script type="text/javascript" src="lib/air/AIRAliases.js"></script>
<script>
function init() {
if(air.NativeProcess.isSupported) {
alert("NativeProcess is supported.");
} else {
alert("NativeProcess not supported.");
}
};
</script>
</head>
<body onload="init()">
</body>
</html>
它说 NativeProcess 不支持。
我需要编译它才能工作吗?
我认为我可以从 Aptana 内部对其进行测试。
【问题讨论】:
标签: air