Questions tagged [eclipse-che]

Eclipse Che is an open source developer workspace server and cloud IDE.

Eclipse Che is an open source developer workspace server and cloud IDE.

174 questions
5
votes
1 answer

che.openshift.io - Run the terminal as SUDO

I am using the che.openshift.io - Eclipse Che from Red Hat. I have a workspace of PHP Laravel Stack. When I try to run commands as SUDO from the php terminal I am getting error. SUDO - not a command / SU - must be run from a terminal Can someone…
Karthika
  • 51
  • 3
5
votes
2 answers

Is it possible to use/open a GUI in Eclipse Che?

I'm recently working with Eclipse Che and have the task to import a Java Project that opens a GUI in it (like a simple Swing/SWT Calculator). I am using the Java CentOS Stack, importing the .jar files, etc. is no problem but I get the "No X11…
LBohr
  • 51
  • 4
5
votes
1 answer

can Eclipse Che be used for traditional monolithic application development? Application that does not make use of Docker

Can Eclipse Che be used for traditional monolithic application development? An application that does not make use of Docker. If possible is it a good decision to move to Eclipse Che from a desktop Eclipse? Does Che provide all kind of plugins?
user3760894
  • 267
  • 4
  • 13
4
votes
2 answers

Debug Java test in Eclipse Che

I'm using Eclipse Che 7 hosted on openshift.io for developing a simple java project. It's possible to debug tests? I can't find a way to launch them. If I open the test view there is
Mattia
  • 43
  • 2
4
votes
1 answer

How to use custom Eclipse Che stacks on workstation host?

I wonder what is a convenient way to use custom Eclipse Che stacks when running Che on a workstation. I really like the concept of Eclipse Che: to have separate Che workspaces (Docker containers) for different development environments with…
vsenko
  • 1,129
  • 8
  • 20
4
votes
2 answers

How to configure eclipse che to use https?

I have been using eclipse che for a few days and would like to enable https on it. I did not find any reliable information on how one would start eclipse che in https mode. I looked into che.env and could not find anything. Any suggestions would be…
srinathhs
  • 1,998
  • 4
  • 19
  • 33
4
votes
1 answer

Will an old Eclipse RCP plugin work with Eclipse Che?

I am having very basic doubt about Eclipse Che. Can an old Eclipse plugin (developed for Eclipse 3.x) be deployed into Eclipse Che?
4
votes
1 answer

How do I get Eclipse-Che running on Amazon EC2?

I'm trying to get Eclipse-Che to run on EC2, and I'm running into a few issues. I can get the Eclipse-Che server to start if I only port-map 8080, but then I cannot connect to any workspaces, presumably because I'm missing ports 32768-32788. If I…
Bryan Hart
  • 583
  • 1
  • 5
  • 11
3
votes
2 answers

helm install in kuberneres - Error: This command needs 2 arguments: release name, chart path

Trying to install Che in Kubernertes: from: https://www.eclipse.org/che/docs/che-6/kubernetes-single-user.html Deploying Che: helm upgrade --install my-che-installation --namespace my-che-namespace -f ./ Error: Error: This command needs 2…
Chris G.
  • 23,930
  • 48
  • 177
  • 302
3
votes
1 answer

How we can port existing Eclipse Editor Plugin to Eclipse Che?

We have our domain specific language based on xtext. For representation of language, we have our own editor in Eclipse. This editor is basically Eclipse plugin. Is there any way to port this eclipse editor plugin to Che? As this is eclipse plugin,…
Chetan Laddha
  • 993
  • 8
  • 22
3
votes
0 answers

Running Eclipse Che behind Apache2 reverse proxy?

Currently, I have eclipse che installed running on port localhost:8080 and I have this virtual host file: ProxyPreserveHost On ProxyPass / http://localhost:8080/ ProxyPassReverse / http://localhost:8080/ …
Jack Price-Burns
  • 178
  • 2
  • 13
3
votes
1 answer

Eclipse Che - How to connect an existing Eclipse installation?

I am very interested in eclipse che and therefore set up a test account on codenvy. I tried several templates, everything works so far. Under https://eclipse.org/che/features/ it says that you can "connect an existing ide via a ssh sync point" Does…
AndyB
  • 556
  • 1
  • 9
  • 25
3
votes
0 answers

Q: how to set docker0 interface as externally available IP in a gcloud compute instance?

I'm have eclipse che running natively on a CentOS 7 instance at google cloud platform. I'm able to get che interface on my browser, but cannot start a project. from my che.properties…
Itai Malek
  • 301
  • 2
  • 5
  • 14
2
votes
1 answer

access k8s service hosted by minikube from another machine

I am following the instructions (https://www.eclipse.org/che/docs/che-7/installation-guide/installing-che-on-minikube/) to install Eclipse:Che from Minikube hosted on a remote ubuntu VM box; I got the installation done successfully, [![enter image…
sqr
  • 365
  • 2
  • 12
  • 29
2
votes
1 answer

How does eclipse che backup running workspaces?

I had a look at the overall architecture of Eclipse Che from here. https://www.eclipse.org/che/docs/che-7/che-architecture.html#high-level-che-architecture_che-architectural-elements But there is no info on how container workspaces are persisted in…
Damodharan J
  • 350
  • 2
  • 10
1
2 3
11 12