简体   繁体   English

apache netbeans 11.3 是否兼容 jdk 13 jdk 13 是否包含 derby 数据库?

[英]Is apache netbeans 11.3 compatible jdk 13 does jdk 13 include derby database?

I had installed Apache NetBeans 11.2 whereas my JDK was 13. I was facing lots of issues such as in my java ant web project if I run a simple java code to print hello it would show virtual machine not found error whereas the same program would run without any issue in a normal java ant project.我已经安装了 Apache NetBeans 11.2,而我的 JDK 是 13。我遇到了很多问题,例如在我的 java ant web 项目中,如果我运行一个简单的 java 代码来打印 hello 它会显示虚拟机未找到错误而相同的程序会运行在普通的 java ant 项目中没有任何问题。 So I was wondering is this some compatibility issue?所以我想知道这是一些兼容性问题吗? Also, I find derby useful for my small project but it was not included in jdk13 as in its previous versions.另外,我发现 derby 对我的小项目很有用,但它不像以前的版本那样包含在 jdk13 中。

JavaDB 已在 Java 8 更新 181 中删除。JavaDB 不再随 Java 运行时环境一起提供。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM