I have downloaded the Jbilling Source code. I imported the project in STS (eclipse) but I was unable to run it. Can anyone explain me on how to run that project and what will be the URL to access it in browser?
I have downloaded the Jbilling Source code. I imported the project in STS (eclipse)
Share
You can run build.xml default target. If its jbilling_22 you would need to run jar target first and then default target. you can find the jbilling.war in src\build\deploy folder, copy that in to web-apps of tomcat.
for jbilling 3, you can run as grails-app which you does not need to execute any ant target