当前位置:  技术问答>java相关

求问诸位大虾及英语高手

    来源: 互联网  发布时间:2015-07-09

    本文导语:  菜鸟刚学JAVA,请问需要下载哪些程序以及怎样解决autoexec问题,在SUN网站上哪里找的到解决autoexec问题的语句,望详尽告之,不胜感激!!!:) | from SUN JAVA tutorial (http://java.sun.com/j2se/1.4/i...

菜鸟刚学JAVA,请问需要下载哪些程序以及怎样解决autoexec问题,在SUN网站上哪里找的到解决autoexec问题的语句,望详尽告之,不胜感激!!!:)

|
from SUN JAVA tutorial (http://java.sun.com/j2se/1.4/install-windows.html)

Update the PATH variable 

You can run the Java 2 SDK without setting the PATH variable, or you can optionally set it as a convenience. 

Should I set the PATH variable?
Set the PATH variable if you want to be able to conveniently run the Java 2 SDK executables (javac.exe, java.exe, javadoc.exe, etc.) from any directory without having to type the full path of the command. If you don't set the PATH variable, you need to specify the full path to the executable every time you run it, such as: 

C:> j2sdk1.4.0_binjavac MyClass.java

It's useful to set the PATH permanently so it will persist after rebooting. 

How do I set the PATH permanently? 
To set the PATH permanently, add the full path of the j2sdk1.4.0_bin directory to the PATH variable. Typically this full path looks something like C:j2sdk1.4.0_bin. Set the PATH as follows, according to whether you are on Microsoft Windows NT or 95/98/2000/ME. 

Microsoft Windows NT, 2000, and XP - To set the PATH permanently: 

Choose Start, Settings, Control Panel, and double-click System. On Microsoft Windows NT, select the Environment tab; on Microsoft Windows 2000 select the Advanced tab and then Environment Variables. Look for "Path" in the User Variables and System Variables. If you're not sure where to add the path, add it to the right end of the "Path" in the User Variables. A typical value for PATH is: 

  C:j2sdk1.4.0_bin 

Capitalization doesn't matter. Click "Set", "OK" or "Apply". 

The PATH can be a series of directories separated by semi-colons (;). Microsoft Windows looks for programs in the PATH directories in order, from left to right. You should only have one bin directory for a Java SDK in the path at a time (those following the first are ignored), so if one is already present, you can update it to j2sdk1.4.0_bin. 

The new path takes effect in each new Command Prompt window you open after setting the PATH variable. 


Microsoft Windows 98 and 95 - To set the PATH permanently, open the AUTOEXEC.BAT file and add or change the PATH statement as follows: 

Start the system editor. Choose "Start", "Run" and enter sysedit, then click OK. The system editor starts up with several windows showing. Go to the window that is displaying AUTOEXEC.BAT 

Look for the PATH statement. (If you don't have one, add one.) If you're not sure where to add the path, add it to the right end of the PATH. For example, in the following PATH statement, we have added the bin directory at the right end: 

PATH C:WINDOWS;C:WINDOWSCOMMAND;C:
J2SDK1.4.0_BIN 


Capitalization doesn't matter. The PATH can be a series of directories separated by semi-colons (;). Microsoft Windows searches for programs in the PATH directories in order, from left to right. You should only have one bin directory for a Java SDK in the path at a time (those following the first are ignored), so if one is already present, you can update it to j2sdk1.4.0_. 

To make the path take effect in the current Command Prompt window, execute the following: 
      C:> c:autoexec.bat

To find out the current value of your PATH, to see if it took effect, at the command prompt, type: 
      C:> path

Microsoft Windows ME - To set the PATH permanently: 

From the start menu, choose programs, accessories, system tools, and system information. This brings up a window titled "Microsoft Help and Support". From here, choose the tools menu, then select the system configuration utility. Click the environment tab, select PATH and press the edit button. Now add the SDK to your path as described in step b above. After you've added the location of the SDK to your PATH, save the changes and reboot your machine when prompted. 


|
autoexec???这是个什么问题
你是想在autoexec.bat里面设置系统变量
path和classpath吗??

|
http://www.csdn.net/expert/topic/855/855660.xml?temp=.9078028

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 各位大虾,小弟有一事不明,请大虾赐教!
  • 在solaris下如何卸载wu-ftpd???????????????????????谢谢大虾!!!!!!!!!!
  • 请大虾们谈谈linux和unix的异同吧
  • 请大虾,详细介绍一下JavaBean的写法,和调用过程!
  • 对LDAP有研究的大虾请进,见者有分
  • 超级新手菜鸟请问各位大虾!
  • 移动开发 iis7站长之家
  • 请问各位大虾,什么地方有Jsp学习资料?
  • 哪位大虾知道weblogic与websphere的差别?
  • 大虾救命!APACHE没有理睬JSP?!!!
  • 请问各位大虾,如何把一个String赋值给一个Char[]??
  • 大虾救命啊!!!50分!!!
  • 哪位大虾指点一下哪里有weblogic下载啊???
  • 请问各位unix大虾,哪有免费的unix下载?
  • 初学者求救!!哪位大虾给点源代码?
  • 在下初学java,请各位大虾推荐几个java学习网站吧!
  • 请各位大虾介绍几个好一点的linux论坛,谢谢!
  • 大虾救命,dos下面怎么输入中文?
  • 请问大虾们,如何学习linux?
  • session里面可以放整型数吗?大虾请指教!!!


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3