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