Question:
Is there a sample or test code somewhere to get started that I can look at to help me write some prototype code to execute a simple job with Java API that should connect to my running JS instance with configured credentials?
Answer:
You can find more infos about the implementation of jobs with Java (and other languages) in our API Job Implementation Tutorial
...