I'm getting a "class not found calling method "main" with signature ..." error when trying to call a java app that has a "main" method. I'm pretty sure it's because of the string array parameter. I don't think I'm prototyping it correctly.
This is the java main method signature:
Has anyone accomplished this?
Thanks,
Mike
This is the java main method signature:
Code:
public static void main(java.lang.String[] args)
Thanks,
Mike


Comment