Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

noob: can you force a class file to compile?

843810Mar 27 2003 — edited Apr 1 2003
I am working on a website system that has a ton of class files. The original developer is gone, and I am soewhat familiar with java, but have never actually created class files. ( I have a wide programming background in CF, PHP, Perl, VB, Javascript, HTML, DHTML, ETC)

Anyway, I have the original *,java files, but when I run the jacac from the windows cmd promt, I get a million erros and the thing wont compile.

I cd intot he /j2sdk/bin directory, hten i type

javac d:/tomcat/blah/myfile.java

and it just returns like a hundred errors, i think its looking for some files to include, but im kinda lost... my JSP book is not helping, any ideas on where I can get help?

I havent changed the source files yet, just trying to compile them, so they shouldnt have any syntex errors, as the compiled file are already active on the server
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 29 2003
Added on Mar 27 2003
3 comments
329 views