最近在VM中安装了lubunto并安装了jre和jdk openjdk-9
现在我只是测试javac编译器,但它没有编译我的程序,程序非常简单(字面意思是hello world)所以我不确定如果JDK出错,是不是我真的很蠢
这是我的计划:
<div data-bind="attr: { title: AccountId }" id=dvAccount">
<select class="form-control" data-bind="options: Accounts, optionsCaption: ' -- ', optionsText: function (item) { return item.AccountName }, optionsValue: function (item) { return item.Id }, value:AccountId, click: setTitle" required="required" data-parsley-required-message="Account is required" id="ddlAccounts">
</div>
请帮帮我
答案 0 :(得分:0)
没关系,
我不得不使用sudo javac,因为我需要root访问权来做任何事情 令人沮丧但排序