java - Run the program without error? -


when run below program getting errors messages

public class saviodriver {     public static void main(string[] args) {          processengine processengine = processengineconfiguration         .createstandaloneinmemprocessengineconfiguration()         .buildprocessengine();      }  } 

can 1 suggest jar files need include , run properly?

processengine = processengineconfiguration                .createprocessengineconfigurationfromresourcedefault()                .buildprocessengine(); 

try may not error, provided have added required jar files in classpath.


Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

css - Text drops down with smaller window -