
bluerite89
Member

May 27, 2005, 11:00 AM
Post #2 of 2
(895 views)
Shortcut
|
download java sdk 1.4.2_8 at http://192.18.97.50/ECom/EComTicketServlet/BEGINC3E7F636754EC6F6D8C17D84023DC981/-2147483648/872789391/1/606770/606626/872789391/2ts+/westCoastFSEND/j2sdk-1.4.2_08-oth-JPR/j2sdk-1.4.2_08-oth-JPR:3/j2sdk-1_4_2_08-windows-i586-p.exe now search for javac. it will come up as an exe file. right click and press properties. COPY THE LOCATION. go to control panel >> performance and maintenance >> system >> advanced >> environment variables >> new >> type in PATH for the first line >> paste the location for j2sdk1.4.2_8 in the second line >> press enter>> now go back to your bot.right click "run" and press edit. type in @echo off cd files java mudclient pause now go to the compile, right click and edit and type @echo off cd files javac *.java pause now boom and away you go. at least now you can compile. btw this is posted before a lot. but whatever.
|