Published BSSV Running Locally

KSK

KSK

Well Known Member
Hi All,

I am trying to run the Published Business Services Locally by calling the Manager class with a test java program.

When i am running the test java program , I am getting the below mentioned exception .. Please guide.


Error Message :
The target GLManagerTest.java cannot be started because it is not a runnable target.

Also , Pls have the attached screen snaps.
 

Attachments

  • Launch Setting JDeveloper .jpg
    Launch Setting JDeveloper .jpg
    54.1 KB · Views: 19
  • Error.jpg
    Error.jpg
    15.9 KB · Views: 12
Hi ,

Found the issue ,my test java program is having constructor method.

main method (public static void main ) is missing . Due to this issue , i am getting the above exception.
 
Back
Top