码迷,mamicode.com
首页 > 编程语言 > 详细

Java

时间:2014-08-07 22:52:35      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:style   http   java   io   for   ar   line   window   

1. Forcing the use of English in JDK7 tools

javac -J-Duser.language=en xxx.java

java -Duser.language=en xxx

 

Execute below in the Run command window:

--------------------------------------------------

REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v JAVA_TOOL_OPTIONS /d -Duser.language=en /t REG_SZ /f

Reference: http://stackoverflow.com/questions/6217297/forcing-the-use-of-english-in-jdk7-tools

2. Compile and run multiple classes

1.) Navigate to the directory of files

2.) mkdir bin

3.) javac *.java -d bin

4.) java -cp bin DogTestDrive

Java,布布扣,bubuko.com

Java

标签:style   http   java   io   for   ar   line   window   

原文地址:http://www.cnblogs.com/weihongji/p/3898114.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!