cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco java file compilation

vishnuvasudev
Champ in-the-making
Champ in-the-making
Hi All,

   I am trying to implement cascading dropdowns using the forum https://forums.alfresco.com/forum/developer-discussions/alfresco-share-development/cascading-dropdow.... This requires adding java files to alfresco. I am using alfresco package, not working in eclipse. How we got the java files get compiled? Where we have to place the class files.
Any help would be greatly appreciated..

Thanks in advance.

Vishnu.
2 REPLIES 2

jpotts
World-Class Innovator
World-Class Innovator
Just like any other web application, your compiled classes go in a JAR and that JAR goes in $TOMCAT_HOME/webapps/alfresco/WEB-INF/lib.

If you need the Alfresco dependencies to compile your code against, you can either <a href="https://wiki.alfresco.com/wiki/Community_file_list_4.2.c">download the SDK</a> or you can use the artifacts stored in <a href="https://artifacts.alfresco.com/nexus/index.html#welcome">our Nexus repository</a>.

Jeff

vishnuvasudev
Champ in-the-making
Champ in-the-making
Thank You Very Much.

Vishnu.