cancel
Showing results for 
Search instead for 
Did you mean: 

Windows exe launches java app in Eclipse - How to set this up in BP

KeithCunningham
Level 2
I have an application, name.exe. When run it launches a java app. In Application Modeler, the exe file is only found when I select windows. When I select Java-based, the exe file isn't found. When I attempt to launch the exe file, I get an error; Java was started but returned an exit code=1. the error message refers to , "org.eclipse.equinox.launcher_1.2.0.v20110502" so it appears Eclipse is involved.   How do I set up BP to work with this application?
1 REPLY 1

ashish.easow
Staff
Staff
when you use jab and if you start an application, it will look for the jar file to run with java -jar command. in your case if its an exe application, then you will either have to use other spying techniques or attach it (other spying or jab).  Make sure your jab is set up properly and is working fine with regular java apps.