Bolivar
Monday, 26 August 2013
Running a public static void main in Groovy Eclipse
Running a public static void main in Groovy Eclipse
Here is my Groovy Class -
class MyClass {
static void main() {
println("Hello World");
}
...
How do I run this classin Eclipse STS?
Thanks
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment