Dear Genodians,
The java.run for arm_v7a script was executed successfully and the log output is attached below.
I have java program,
// This is a simple Java program. // FileName : "HelloWorld.java".
class HelloWorld { // Your program begins with a call to main(). // Prints "Hello, World" to the terminal window. public static void main(String args[]) { System.out.println("Hello, World"); } }
I want to run the above code on genode sculpt, can you guide us to execute it.