Book and Host Online Services
Please Login or Register

Knowledgebase

Where should I put my Java classes ?

Java classes need to be arranged in the proper directories in order for the Tomcat server to find them. For example, classes with no package would be in:


/home/username/public_html/WEB-INF/classes

classes in package com.company would be in:

/home/username/public_html/WEB-INF/classes/com/company

classes in package com.company.product.module would be in:

/home/username/public_html/WEB-INF/classes/com/company/project/module

etc.

In addition, you can put classes in JAR files in the following directory:

/home/username/public_html/WEB-INF/lib

 

 



Was this answer helpful?

Add to Favourites Add to Favourites

Print this Article Print this Article

Also Read

Powered by WHMCompleteSolution

Language:

Quick Navigation

Client Login

Email

Password

Remember Me

Search



Follow Us on Twitter