Set up Java development environment with Codenvy and run Hello World !.
I have a Codenvy account. Click here to create an account https://codenvy.io/site/create-account
--Create Codenvy workspace --Java project creation --Java project execution
After logging in to Codenvy, click "Add Workspace" from the Workspaces screen.
Enter NAME, TEAM, SELECT STACK and click "CREATE"
When the screen changes and "Workshpace is running" is displayed, creation is complete.
Click "Create Project" from Projects Explorer
Enter the Name and click "Next"
Check From Acchetype, select [maven-archetype-quickstart: RELEASE] and click [Create]
If Project Explorer looks like the screen below, creation is complete.
Add RUN from Commands Explorer
Select Java
Modify the command in Name and Command Line
RUN Click to display the execution result
Recommended Posts