lubunto错误编译代码

时间:2016-09-29 12:42:46

标签: java linux javac

最近在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>

我收到的错误是: enter image description here

请帮帮我

1 个答案:

答案 0 :(得分:0)

没关系,

我不得不使用sudo javac,因为我需要root访问权来做任何事情 令人沮丧但排序

相关问题