Hi Scott,

                    i followed ur step with my sample pgm like below....


public class startupTest implements org.ofbiz.base.container
{

   startupTest()
   {
         System.out.println("********************************");
         System.out.println("********************************");
         System.out.println("********************************");
         System.out.println("*******Ofbiz Application Started********");
         System.out.println("********************************");
         System.out.println("********************************");
         System.out.println("********************************");
   }
}



but it raised exception like ....

                                               package org.ofbiz.base does
not exist.....

acutally the interface container located in
C:\ofbiz-trunk\framework\base\src\org\ofbiz\base\container


plz give me the solution to avoid this exception...



Dont mistake me for asking question like this.coz, i am new to ofbiz....

Saravanan

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/how-to-automatically-invoke-the-java-file-whenever-ofbiz-starts-tp2543570p2544893.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to