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

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

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -