codenvy

Develop an android project with codenvy

一曲冷凌霜 提交于 2020-01-24 12:49:45
问题 I'm trying to use codenvy to develop android projects, but I don't know how I can launch the emulator to see my project running. I found this video(https://www.youtube.com/watch?v=HqkHOWbFrDQ) about using manymo as a cloud based emulator but I don't know how to use it with the current version of codenvy. EDIT : I clicked on the "run" button but I got no window poping up, here is a screen-shot of my project : 回答1: We now have a built-in emulator. When you launch the runner you'll first see a

How to use standard Java IO in Codenvy

百般思念 提交于 2019-12-13 01:12:23
问题 I just discovered Codenvy. I would like to use it to work on Java projects with my classmates. When I first opened Codenvy I was a bit overwhelmed with all of the options. How can I make a Java program and use System.out.print() for output and Scanner for input? https://codenvy.com 回答1: Codenvy updated IDE and now it's support Docker runners, so now you can run console based java app. As I remember they even has java console app example in their app creation wizard. Actually because of Docker

Installing matplotlib on Codenvy

限于喜欢 提交于 2019-12-12 03:09:37
问题 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 < other.version: [DOCKER] [DOCKER]Error: unorderable types: str() < int() [DOCKER] [DOCKER]------------------------------------ [DOCKER] Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-tcimm8pc/matplotlib [DOCKER][ERROR]

How do you install an apache server (httpd) on codenvy?

本秂侑毒 提交于 2019-12-11 14:38:48
问题 I would like to have a simple httpd server on my codenvy machine in order to run a front-end web app. How do I install it? 回答1: Create a workspace with the template "php-default", then a php project. Try run, access the url the "start apache" gave you, and it should work ! I got a running app in less than 3 minutes. 来源: https://stackoverflow.com/questions/47012445/how-do-you-install-an-apache-server-httpd-on-codenvy