码迷,mamicode.com
首页 >  
搜索关键字:a jre rather than a    ( 6422个结果
SenchaCmd v3安装、查看信息
Sencha Cmd 是一个命令工具,可自动生成Sencha 应用程序。使用该工具,须安装Java Run-time Environment 或者JRE,必须是JRE6或以上版本。1.1 下载Sencha Cmd: 访问地址:http://wwww.sencha.com/products/sen.....
分类:其他好文   时间:2014-07-22 23:10:14    阅读次数:384
ubuntu下使用自带的openJDK查看java源代码
如题Ubuntu自带的OpenJDK只有jre环境,不提供源码,所以我们还是需要去下载。 JDK6:http://download.java.net/openjdk/jdk6/JDK7:http://download.java.net/openjdk/jdk7/下载好了后,只需要解压下载包下的一个子目录:/jdk/src/share/classes/,解压的路径记好了,如:/home/simon/...
分类:编程语言   时间:2014-07-22 23:04:52    阅读次数:445
pom文件miss artifact com.sun:tools:jar:1.5.0:system问题
问题现象: 导入新的maven项目时,有时候pom.xml文件会提示一个错误信息:Missing artifact com.sun:tools:jar:1.5.0:system 问题原因: maven是需要使用Jdk中的tools工具,而eclipse使用的是jre的运行环境,导致maven无法找到Jdk工具包tools.jar 解决方法: 1>将eclipse修改为jd...
分类:其他好文   时间:2014-05-01 17:56:11    阅读次数:343
Ubuntu FAQ
1,官方的入门教程http://ubuntu-manual.org/2,安装JRE 解压缩tar -xzvf jre-version-linux-i586.tar.gz 配置环境变量JAVA_HOME="/usr/lib/java/jre_version"CLASSPATH="$JAVA_HOM.....
分类:其他好文   时间:2014-05-01 14:42:40    阅读次数:385
在linux下安装eclipse以及运行c++程序的安装步骤
1. 下载jre,eclipse,cdt其中jre是java运行环境,eclipse需要先装jre,才可能运行,cdt是在eclipse中运行c\c++程序的插件。下载jre网址是:http://www.oracle.com/technetwork/java/javase/downloads/...
分类:编程语言   时间:2014-05-01 11:26:34    阅读次数:519
Eclipse安装Maven后JRE警告
问题现象: Eclipse按装maven插件之后,每次启动Eclipse都会弹出: Eclipse is running in a JRE, but a JDK is required Some Maven plugins may not work when importing projects or updating source folders. 问题原因: 从提示信息上看,就是...
分类:系统相关   时间:2014-04-30 22:11:38    阅读次数:382
uva 11374
Problem D: Airport ExpressIn a small city called Iokh, a train service,Airport-Express, takes residents to the airport more quickly than other transpo...
分类:其他好文   时间:2014-04-30 13:53:23    阅读次数:347
Andy Williams 《Love Story》
where do i beginto tell a story of how great a love can bethe sweet love story that is older than the seathe simple truth about the love she brings to...
分类:其他好文   时间:2014-04-29 17:18:46    阅读次数:342
避免nrpe端进程监控多个接口
为了避免目标端nrpe进程监控多个接口而造成的安全漏洞。有必要固定服务端的地址,对nrpe.cfg配置中,有下列一行介绍 #SERVER ADDRESS # Address that nrpe should bind to in case there are more than one interface # and you do not want nrpe to bind on all in...
分类:其他好文   时间:2014-04-27 22:36:17    阅读次数:454
javafx8特性一览
javafx8发布有一段时间了,今天闲来看看。 1.javafx8内嵌为java API,与JDK一起打包,javafx运行环境被加入了jre中。 2.FXML与SceneBuilder: FXML是以XML为基础的UI界面描述文件,用于构造XUI形式的界面,与android颇为相似。 SceneBuilder是一种可视化拖拽的FXML生成器,以可视化方式设计UI界面 3.WebView:...
分类:编程语言   时间:2014-04-27 22:12:35    阅读次数:355
6422条   上一页 1 ... 640 641 642 643 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!