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
1
vote
1 answer

Connection refused from MySQL runtime in Eclipse Che

I'm trying to connect to a db in a MySQL runtime from another NodeJS runtime in a multi-machine workspace. In a test I'm calling the API http://localhost:3000/target with the list of target users. Code in this API runs a SELECT on the…
Michele Minno
  • 273
  • 1
  • 3
  • 14
1
vote
2 answers

How to add User Libraries in an Eclipse Che Java project?

I'm currently evaluating the use of the Eclipse Che Cloud IDE as an alternative to running Eclipse Neon locally for an existing project running on Jboss. In Eclipse Neon, under Preferences, a user library can be created under Java-> Build Path->User…
Rai
  • 11
  • 2
1
vote
2 answers

what is the star symbol for when double clicking a line number in Eclipse Che?

In Eclipse Che, when double clicking on a line number with code, a star is displayed to the left of the number. What is the star used for? Note that this is different than a single click used for flagging a break point.
J'e
  • 3,014
  • 4
  • 31
  • 55
1
vote
3 answers

eclipse che docker - can not create workspace - /lib/linux_amd64/terminal

I tried so set up eclipse che as described in https://eclipse.org/che/docs/setup/docker/ with the following command: docker run -p 8080:8080 \ --name che \ --rm \ -v /var/run/docker.sock:/var/run/docker.sock \ …
fsch
  • 201
  • 1
  • 5
  • 17
1
vote
1 answer

Running installer within docker file without user interaction

I've been trying to have a docker file setup where it can install a specific ODBC driver I need in an application. I use the following commands: RUN cd /tmp/./client1201/ RUN ./setup and it runs the installer without any problem. The issue is…
gbasec
  • 19
  • 2
1
vote
2 answers

Mounting remote filesystem in Eclipse Che

I'd like to SSH from Eclipse Che to a development server I have setup, to edit code on that dev server. I can see that Che supports SSHing into Che from other machines, but how do I mount via SSHFS or something, a remote directory into Che?
skunkwerk
  • 2,920
  • 2
  • 37
  • 55
1
vote
1 answer

Enable c++ code completion for Eclipse Che

Is there an option or a plugin to enable C++ code completion for Eclipse Che?
Neirpyc
  • 13
  • 7
1
vote
1 answer

eclipse che starting error

I installed the eclipse che in my ubuntu machine using docker, after installed it worked fine. Then I restart the computer and try to run it using che start command then it give an error like this ERROR: !!! ERROR: A container running ECLIPSE…
Govinda Malavipathirana
  • 1,095
  • 2
  • 11
  • 29
1
vote
0 answers

How to open a custom editor from an Action in Eclipse Che?

I am going to create a extension in Eclipse Che. I want the users to open a editor from the top menu. In order to do this, I read the instruction from this link 'https://eclipse-che.readme.io/docs/parts'. But it only shows how to create each part of…
Joey Yi Zhao
  • 37,514
  • 71
  • 268
  • 523
1
vote
1 answer

How to add support for Domain specific language developed using Xtext in Eclipse Che?

We have our domain specific language developed over Xtext. We want to add this language support on Eclipse Che. Question 1: What are the possible ways to add ? I know Eclipse che uses Orion as editor. As per Xtext documentation at…
Chetan Laddha
  • 993
  • 8
  • 22
1
vote
0 answers

Eclipse Che failing to open file on restart

I have started using Eclipse che to develop a app using CakePHP. However when I exit and come back to the project it comes up with an error The file app/config/database.php could not be opened and i can no longer see the file in the directory…
Andrew Mcghie
  • 153
  • 1
  • 3
  • 13
1
vote
0 answers

How to set font in Eclipse Che

When I load my workspace project in Eclipse Che, there does not appear to be an option to set the font type, size etc : How to set font in Eclipse Che ? Update : 'Colors and Fonts' is not available in preferences :
blue-sky
  • 51,962
  • 152
  • 427
  • 752
1
vote
1 answer

Accessing Eclipse Che server through desktop Eclipse install?

I'm a totally blind developer who is looking at Eclipse Che. While I'm able to create a project the web interface is mostly inaccessible, I can not run an app, view console output, etc. Is there a way to access an Eclipse Che server through a…
Jared
  • 39,513
  • 29
  • 110
  • 145
1
vote
2 answers

Eclipse Che does not start: 'java.lang.ClassNotFoundException org.apache.juli.ClassLoaderLogManager'

I'm trying to run Eclipse Che (latest beta-13 version) on Windows 7 x64, running the script che.bat as: > che run -p:9010 but it fails when it's trying to start the tomcat server: Could not load Logmanager…
Mario R.C.
  • 166
  • 1
  • 1
  • 11
1
vote
0 answers

Eclipse Che IDE does not start

today I wanted to test new Eclipse Che project. I downloaded it for Debian, then I run command: bash bin/che.sh run --skip:uid --remote:192.168.0.108 --port:8080 The output from this command is: docker@debian:/home/eclipseche$ bash bin/che.sh…
Welite
  • 161
  • 4
  • 17