The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
April 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

Compiling Java Programs

Posted by semplice on April 06, 2001 at 10:20 AM

Hi

I have a question about compiling java programs. I have this web
server written in Java, it supports SSL. I have made changes in
one of the source code file. However there is no documentation
as to how to compile source files. The file which I modified,
requires a lot of packages, which I have included in my class path.
But whenever I try to compile it tells me that no package found.

I have got this web server, which already had .class files compiled. They
were in zip and jar format. Suppose for some reason I am able
to compile the source code, How will I be able to put this new
class file in the zip and jar formats??

Thank u in advance




Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us