Hello!
To configure JAVA client in LoadRunner try to do the following:
1) For recording choose the protocol
- JAVA RecordReplay
2) In the start recording dialog select
- Application Type: JavaApplication
- App. Main Classe: have a look to the cmd file that starts the application and use only the main class
- Working Directoy: select the directory where the application is installed, but i think it does not matter what you choose
- App. parameters : this can be empty
3) In the Options dialog do the following
Java Environment Settings / Java VM
- Additional VM Parameters: Put all options from the invocation command (cmd file) and expand all variables; do not put the classpath entries here
- let the check boxes unchecked
Java Environment Settings / Classpath
- Use the buttons to populate the list with all classpath entries from the cmd file
4) Leave all the other options as default.
Now at least the application should start when you begin recording.
Regards
Thomas