|
??????????JavaDevelopmentKit(Sun???java????)?Ultraedit(??????????),?Win95/98/NT??????????????DE????????.
?????: JDK , UltraEdit
??:Win95/98/NT (JDK????????,??UltraEdit?????????)
??:
1.??JDK?UltraEdit
JDK??javac.exe ????(compile)?????,java.exe ?t?????g????yte code(.class ?n)??. ?????????a href="mailto ???.">@???.
2.??? javac.exe ??????????JDK????? C:\JDK
Win95/98 : ????????? c:\autoexec.bat ??????? path=%path%; c:
\jdk\bin (????????)
WinNT : ?"??,??,???,??"??path???????? c:\jdk\bin (????????)
3.??UltraEdit
?? UltraEdit , ? "Advance,Tool Configuration",?Command Line? javac %f,Menu Item Name ? Compile,?Command Output??output to List Box?Capture Out put??,??? OK,??Insert.
???Command Line? java %n ,Working Directory? %p,Menu Item Name?Run,?Command Output??output to List Box?Capture Output??,??? OK.
??:%n,%p?????,????????!!
????? Advance,?????? Compile , Run ????? ? ???,????????.
4.?y?
??????????????ello????y?????IDE????????. ? File , new ,????????.????:
?
public class Hello {
public static void main( String args[] ) throws Exception{
System.out.println("Hello World" );
}
}
??? Save As ,? Hello.java . ??????x Advance , Compile ,?????Advance,Run. ???????????????,????????utput Window??? "Hello World"
|
|