This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / JAVA compiling error! I can't find any solution for that. Help me please.Thank you
-waokool(waokool);
2002-6-24
{998}
(#597980@0)
-
Give the whole DOS command line of how you tried to compile the thing.
-jeffrey815(Smartiecat);
2002-6-24
(#598027@0)
-
C:\j2sdk1.4.0_01\bin\javac HelloWorldApp.java //* My JSDK is in C:\1. I use Notepad to copy the HelloWorldApp code from Sun.
2. I save it with "HelloWorldApp.java" (quote including) in c:\java
3.launch Dos PROMPT.
4. switch to c:\java
5. C:\java\dir //* HelloWorldApp.java is there.
6.switch to c:\
7.C:\j2sdk1.4.0_01\bin\javac HelloWorldApp.java
8.response: "error,cannot read: HelloWorldApp.java "
Thank you so much, I am waiting for your advice.
-waokool(waokool);
2002-6-24
{407}
(#598184@0)
-
Repeat everything you have done except Step 6.
-jeffrey815(Smartiecat);
2002-6-24
(#598213@0)
-
I tried twice, all return "Bad Command or file name"
-waokool(waokool);
2002-6-25
(#598265@0)
-
in No. 7.. change to javac.exe
-jeffrey815(Smartiecat);
2002-6-25
(#598275@0)
-
and still ignore No.6
-jeffrey815(Smartiecat);
2002-6-25
(#598276@0)
-
doesn't work.
-waokool(waokool);
2002-6-25
(#598297@0)
-
拿你真没择
-member1(工人,大学没毕业,照样);
2002-6-25
(#598277@0)
-
学多久了?
-member1(工人,大学没毕业,照样);
2002-6-25
(#598273@0)
-
1 DAY.
-waokool(waokool);
2002-6-25
(#598303@0)
-
多看半小时书比在这里问3小时惯用
-member1(工人,大学没毕业,照样);
2002-6-25
(#598319@0)
-
Go download a JBuilder personal edition for free!!!!!
-jeffrey815(Smartiecat);
2002-6-25
(#598279@0)
-
I am trying http://www.borland.com to download Jbuilber, but some security alert pops out, say it's a inseure site, is is safe to download? OR, u know a better place to go? Thanks
-waokool(waokool);
2002-6-25
(#598327@0)
-
下
-member1(工人,大学没毕业,照样);
2002-6-25
(#598330@0)
-
先睡觉明天全好了
-member1(工人,大学没毕业,照样);
2002-6-25
(#598332@0)
-
Hi,man. you look like have nothing to do except saying some FENG LIANG HUA. I think people here are usually warmheated.Of course, I NEED read book myself, but I also can get some good clues here.
-waokool(waokool);
2002-6-25
(#598368@0)
-
喂,我不是说风凉话,只是觉得你并没有仔细按照别人的指点去做。IT需要一些灵性的。路太长了。
-member1(工人,大学没毕业,照样);
2002-6-25
(#600247@0)
-
可以考虑下个简单点的,我推荐kawa,不过已经停止开发了,可能不好找。听说Jpad Pro也不错,url是下载Jpad Pro的链接。
-guestagain(guest again);
2002-6-25
(#598382@0)
-
请确认你的文件名是HelloWorldApp.java而不是HelloWorldApp.java.txt!!!!!!
-mickeymouse(Part Time DBA);
2002-6-25
(#598383@0)
-
WINDOWS隐藏文件扩展名的功能害人啊!!!
-mickeymouse(Part Time DBA);
2002-6-25
(#598387@0)
-
i am sure it **.java. I saw it in DOS prompt. Thanks
-waokool(waokool);
2002-6-25
(#598400@0)
-
set up environment variables path=c:\j2sdk1.4.0_01\bin, classpath=c:\j2sdk1.4.0_01\jre\lib\rt.jar
-breathe(呼吸);
2002-6-24
(#598217@0)
-
Is that copy:path=c:\j2sdk1.4.0_01\bin, classpath=c:\j2sdk1.4.0_01\jre\lib\rt.jar to Sysedit in Autoexec.bat? I tried but doesn't work.BTW, need reboot or not after modified sysedit? Thanks
-waokool(waokool);
2002-6-25
(#598286@0)
-
什么操作系统啊! 32,95,98,NT,2000,xp,linux,unix啊
-member1(工人,大学没毕业,照样);
2002-6-25
(#598323@0)
-
no, not in autoexec.bat. it depends on different os. in winxp, control panel-system-advanced-environment variables. make sure u create classpath
-breathe(呼吸);
2002-6-25
(#598409@0)
-
还不尽热点啊
-member1(工人,大学没毕业,照样);
2002-6-25
(#598338@0)
-
能不能用中文啊
-member1(工人,大学没毕业,照样);
2002-6-25
(#598342@0)
-
查找IME在你的机器中然后安装,你可以输汉字了
-member1(工人,大学没毕业,照样);
2002-6-25
(#598346@0)
-
真睡了?
-member1(工人,大学没毕业,照样);
2002-6-25
(#598348@0)
-
是拨号上网?
-member1(工人,大学没毕业,照样);
2002-6-25
(#598364@0)
-
make sure that the class name is the same as the file name. Capital sensitive.
-wuda(乌达);
2002-6-25
(#598411@0)