You don't have to execute a jar but a bat or sh script : Start OFBiz with embedded Tomcat by going into the *ofbiz* directory and then running *"startofbiz.bat"* (or "%JAVA_HOME%\bin\java -jar ofbiz.jar") for Windows, or *"./startofbiz.sh"*(or "$JAVA_HOME/bin/java -jar ofbiz.jar") for Linux/Unix. For OS X you can just run "java -jar ofbiz.jar" and you don't need to setup the JAVA_HOME or anything because it is already there.
Cimballi On Thu, Apr 16, 2009 at 4:01 PM, shuchi <[email protected]> wrote: > > > > shuchi wrote: > > > > Hello, > > > > I have downloaded J2SE 5.0, development kit with NetBeans. I have also > > downloaded ofbiz-trunk-current from http://build.ofbiz.org/ > > > > I was trying to execute ofbiz.jar(by double clicking in windows) but file > > does not respond. It does not give either error or starts executing. > > > > I have windows XP Pro. > > > > Your help is really appreciated. > > > > Thank you. > > > > I did follow the suggested link and thats how I got J2SE 5.0, development > kit with NetBeans and ofbiz-trunk-current. > > But after that I am stuck. I am not able to move forward. .jar file is not > executing. not showing error either. > > Please help ! > > -- > View this message in context: > http://www.nabble.com/Ofbiz-Installation-tp23085874p23086342.html > Sent from the OFBiz - Dev mailing list archive at Nabble.com. > >
