addJavaAppWithJar
Method
interface IDistributedApplicationBuilder { // ... omitted for brevity addJavaAppWithJar( name: string, workingDirectory: string, jarPath: string, args?: string[]): JavaAppExecutableResource;}Signature
method
addJavaAppWithJar builder Adds a Java application to the application model. Executes the executable Java app.
addJavaAppWithJar( name: string, workingDirectory: string, jarPath: string, args?: string[]): JavaAppExecutableResourceParameters
name string workingDirectory string jarPath string args string[] optional Returns
JavaAppExecutableResource Applies to
This method applies to the following types: