在opensolaris2008.11上安装jdk1.6和netbeans
我使用 .sh( jdk-6u12-solaris-x64.sh ) 和 .tar.Z(jdk-6u12-solaris-x64.tar.Z) 文件安装了 jdk 1.6,但命令提示符和 netbeans 安装程序均未安装检测安装。 在opensolaris上安装jdk的正确方法是什么?
i installed jdk 1.6 using both the .sh( jdk-6u12-solaris-x64.sh ) and the .tar.Z(jdk-6u12-solaris-x64.tar.Z) files but neither the command prompt nor the netbeans installer is detecting the installation. wat is the correct way to install the jdk on opensolaris?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试设置JAVA_HOME?
export JAVA_HOME = /path/to/java
然后在命令提示符下尝试 java -version 并看看会得到什么。
Did you try and set JAVA_HOME?
export JAVA_HOME = /path/to/java
Then try java -version at a command prompt and see what you get.