⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tsld051.htm

📁 an excellent java tutorial for the ones who is not a beginner of this language
💻 HTM
字号:

<HTML>

<HEAD>
<META HTTP-EQUIV="Context-Type" CONTEXT="text/html;charset=windows-1252">
<meta name="GENERATOR" content="Microsoft Internet Assistant for PowerPoint 97">
 <TITLE>Packages and the CLASSPATH</TITLE> 
</HEAD>

<BODY     >

 <H1>Packages and the CLASSPATH</H1> 
 <P><UL>
<LI><H2>CLASSPATH is a environmental variable that holds directory paths to java classes.
</H2>
</UL><UL>
<LI><H2>To execute a class file that belongs to a package, 
</H2>
<UL>
<LI>a. Put the class file in an appropriate directory,
<UL>
<LI>i.e. if package cm.cmd.tool; then ../cm/cmd/tool/
</UL><LI>b. make sure that CLASSPATH knows the path to the classes in need,
<UL>
<LI>i.e. if package cm.cmd.tool; then ../cm/cmd/tool/</UL></UL></UL></P>
<P><UL>
CLASSPATH<BR></UL></P>
<P></P> 
<P>
<TABLE>
  <TD HEIGHT=100 WIDTH=100> <A HREF="tsld050.htm">Previous slide</A> </TD>
  <TD HEIGHT=100 WIDTH=100> <A HREF="tsld052.htm">Next slide</A> </TD>
  <TD HEIGHT=100 WIDTH=150> <A HREF="tsld001.htm">Back to first slide</A> </TD>
  <TD HEIGHT=100 WIDTH=150> <A HREF="sld051.htm">View graphic version</A> </TD>
</TABLE>
<BR>
</P>



</Body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -