Hi Dear,

go to

C:\Program_Files\tomcat321\webapps\formprocess\WEB-INF\classes


put your java files in
C:\Program_Files\tomcat321\webapps\formprocess\WEB-INF\classes\mypackage\fieldcontroll\


and user the following command to compile the java
files

C:\Program_Files\tomcat321\webapps\formprocess\WEB-INF\classes>javac
./mypackage/fieldcontroll/*.java

for compiling all the java files

or

C:\Program_Files\tomcat321\webapps\formprocess\WEB-INF\classes>javac
./mypackage/fieldcontroll/one.java

for compiling one file.

Regards
Deepak Kumar
http://www.geocities.com/deepak_38



--- sufi malak <[EMAIL PROTECTED]> wrote:
> Hi,
> I have :
>
C:\Program_Files\tomcat321\webapps\formprocess\WEB-INF\classes\mypackage\fieldcontroll\
> some compiled classes
>
> AND
>
> I need to compile some classes (that are using the
> above compiled classes in
> fieldcontroll directory ) in mypackage directory.
>
> Could you please show me how to do it ?
>
> Thanks
>
_________________________________________________________________
> Get your FREE download of MSN Explorer at
> http://explorer.msn.com
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with
> body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body:
> "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to