Questions tagged [codenvy]

Codenvy is an SaaS or PaaS development environment that allows developers to create hosted environments optimized for creating, editing, compiling, testing and debugging applications authored in different programming languages.

Codenvy is an or an development environment that allows developers to create hosted environments optimized for creating, editing, compiling, testing and debugging applications authored in different programming languages (PHP, Javascript, Python, Go, Java, C++ and Ruby). Here's a link to the languages, frameworks, databases that Codenvy supports -- http://docs.codenvy.com/user/specifications-and-core-technologies/#languages

From the Wikipedia article.

81 questions
0
votes
1 answer

How to set environment variables in Codenvy terminal

I'm using Codenvy to install golang and as part of the process I'm setting environment variables. I can set the environment variables just fine during the docker build process, but when I start the resulting Codenvy terminal the environment…
Dave Potts
  • 1,543
  • 2
  • 22
  • 33
0
votes
1 answer

How to run a X Windows application in Codenvy Cloud IDE?

Copdenvy's shellinabox runner allows you to start a shell in the browser in which you can compile and run your code. This is fine for applications that are console based. Is it possible to run an X Windows application in the cloud and see the…
0
votes
1 answer

Implement dependency in Codenvy Maven Project

I wanted to test an existing Eclipse Maven Project in Codenvy Eclipse-Che. The Project uses a LejosEV3 reposetory that is localy initiliazed in Maven. directory: C:\Users\.m2\repository\lejos In the Codenvy cloud service I couldn't find any option…
user5856396
0
votes
1 answer

Java: using JMF with Codenvy IDE?

I'm making a game and wish to load an introduction video before the game starts, just introducing the story line. However, I'm using Codenvy online IDE, and it doesn't include the JMF package. When I try to import javax.media.*, I get an error…
Kris Rice
  • 559
  • 1
  • 5
  • 23
0
votes
1 answer

How to integrate REDHAWKSDR into Eclipse Che?

I am currently trying to figure a way to integrate my REDHAWKSDR environment into my Eclipse Che environment. I have both of these software installed and configured individually, but I would like them to be in the same environment, preferably based…
Steve
  • 1
  • 2
0
votes
1 answer

How do I install an external maven plugin into my Codenvy maven project?

I'd like to add the plugin here to my existing Maven project in Codenvy. The aim is to be able to use lambda notation in Java 7, as Codenvy doesn't yet have support for Java 8. I've looked around and I don't know if it is just my incompetence, but I…
Kris Rice
  • 559
  • 1
  • 5
  • 23
0
votes
1 answer

Run a Go Server on Codenvy Environment

I'm trying to use Codenvy to develop Go server apps, but I don't know how to run. I have already created the project and choose the Web Go runner environment. But when I run it, the project run in a different URL port that I have defined. Have…
0
votes
2 answers

How can I change the Apache config (web root) within Codenvy?

I am using Codenvy, the online IDE, and I need to amend the Apache config in order to edit the webroot. Usually, this just consists of $ sudo vim /etc/apache2/sites-enabled/001-default.conf, but Codenvy doesn't seem to have any text editors…
Mike
  • 8,767
  • 8
  • 49
  • 103
0
votes
1 answer

Running android on codenvy

My question is in regards to the question posed here: Develop an android project with codenvy I am trying to run this android hello world app too. "When you launch the runner you'll first see a gray screen - at that point right-click and choose…
Brian Wolf
  • 17
  • 4
0
votes
1 answer

Installing PyGame on Codenvy

Python/Linux beginner here! I'm using Codenvy (https://codenvy.com/) as an IDE for a PyGame project. I've modified my requirements.txt file with a single line: pygame But when I attempt to run it, I receive the following message from…
eggsalad
  • 1
  • 2
0
votes
1 answer

Installing matplotlib on Codenvy

Anyone have experience installing matplotlib on Codenvy(https://codenvy.com)? I keep getting following errors trying to run my application: [DOCKER]le "/usr/lib/python3.4/distutils/version.py", line 343, in _cmp [DOCKER] [DOCKER]if self.version <…
Raj Ranjhan
  • 3,869
  • 2
  • 19
  • 29
0
votes
1 answer

CODENVY: Is it possible to upload a jar file in java project?

I am using CODENVY online IDE. I created a new java project . I need to add new jar file in my class path . How can i add a new jar in class path.
Santhosh
  • 11
  • 4
0
votes
2 answers

how to check Codenvy username

I am trying to connect using Codenvy cli to my Codenvy workspace Now I just don't know my username and password, as I used GitHub to login. https://codenvy.com/dashboard/#/account/profile page does not list username. I also checked support knowledge…
Paul Verest
  • 60,022
  • 51
  • 208
  • 332
0
votes
1 answer

Using Codenvy to OAuth Google with php

I am fairly new to codenvy and php but I have doublechecked the following, yet I am still not asked to oauth into google when I launch this with the following code. I followed instructions from here. any obvious mistakes in the…
BBinBK
  • 1
  • 1
0
votes
1 answer

Unable to preview / run angular.js project from codenvy

I developed an angular.js project on codenvy IDE on Javascript framework ( or is it platform). I am unable to preview the same. I get the following error. [ERROR] Failed to start application. : ====> /logs/stderr.log <==== node.js:134 throw e; //…
Jx Prince
  • 11
  • 2