HelloWorld java application on Codenvy.com
Recently I discovered the codeny.com and it amazing! You can code in the cloud wherever you want. Bellow, it’s a Hello World java application which runs on the codenvy.com HelloWorld.java, located on src/main/java/HelloWorld public class HelloWorld { public static void main(String[] args) { System.out.println(“Hello, World”); } } pom.xml <?xml version=”1.0″ encoding=”UTF-8″?> <project xmlns=”http://maven.apache.org/POM/4.0.0″ xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:schemaLocation=”http://maven.apache.org/POM/4.0.0… Read More »