Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Cannot create project (my first Che installation attempt)

Hello,
I am totally new to Eclipse Che, and I have problems to create my first project. I may be missing some important step during Che setup, but there were no errors, and workspace creation worked hasslefree.

What I did:
Launch an m4.large instance with Ubuntu 18.10 on Amazon EC2.
Run "sudo snap install docker"
Run "docker run -ti -v /var/run/docker.sock:/var/run/docker.sock -v $HOME/data:/data eclipse/che start" (from https://www.eclipse.org/che/docs/che-6/quick-start.html)
Open browser at <ip of instance>:8080
Create a Java workspace and open workspace in IDE
Click "Create Project"
Enter name.
-> All buttons (Back, Next, Create) are disabled. Also the "Parent: / ..." fields don't work. I attach a screenshot of this state, where I don't know how to proceed.

What's wrong, how do I get started to create a simple Java project?

By the way, at https://www.eclipse.org/che/docs/che-6/quick-start.html, the links in section "Next steps: Create and start your first workspace, import a project, and build and run your project." lead to "404 file not found" pages.

Thanks
Ernst

Attachment: che.png
Description: PNG image


Back to the top