Hi,
I am a newbie in Java and facing issues in deploying/running and debuuging my application. I donot have access to source code and coded the custom Java code by using API'S provided by the clients.
I have checked out project from SVN repo into Java project in Eclipse and have used ANT build which created the war and ear files for the project.Now I deployed the ear file on glassfish instance used in eclipse-in autodeploy directory.
I want to run/debug my code in eclipse and check the output. But in eclipse I dont know/ or dont have option to run my application or debug my application on server. Run/debug on server as its Java Project not dynamic web/enterprise proj created on eclipse.Please guide me as to what I should be doing to get my code run/debug.
Please help.