Giter VIP home page Giter VIP logo

Comments (12)

szy0syz avatar szy0syz commented on August 15, 2024

nodejs version: 5.6.0 ,npm version: 3.6.0,Apache Maven 3.0.5,webpack 1.13.2
完全不懂maven~~

from webide.

tanhe123 avatar tanhe123 commented on August 15, 2024

可以执行: mvn -v
查看 java version 是否为 1.8

from webide.

honglyua avatar honglyua commented on August 15, 2024

@szy0syz 我原来是jdk1.7的也遇到这个问题,升级到jdk1.8解决了。

wget --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u71-b15/jdk-8u71-linux-x64.tar.gz
sudo mkdir /opt/jdk
sudo tar -zxf jdk-8u71-linux-x64.tar.gz -C /opt/jdk/
rm jdk-8u71-linux-x64.tar.gz

sudo update-alternatives --install /usr/bin/java java /opt/jdk/jdk1.8.0_71/bin/java 1
sudo update-alternatives --install /usr/bin/javac javac /opt/jdk/jdk1.8.0_71/bin/javac 1

选择java版本
sudo update-alternatives --config java
sudo update-alternatives --config javac

java -version
javac -version

详见:moving-from-jdk-1-7-to-jdk-1-8-on-ubuntu

from webide.

szy0syz avatar szy0syz commented on August 15, 2024

@yhl3692319 @tanhe123 多谢两位。

现在能跑起来,但打地址:8080进去页面是空白的?。
chrome的console:

main.js:32 Uncaught Error: Cannot find module "!!./../../node_modules/css-loader/index.js?sourceMap!./../../node_modules/sass-loader/index.js?sourceMap!./main.scss"(anonymous function) @ main.js:32(anonymous function) @ main.js:32t @ main.js:1(anonymous function) @ main.js:1t @ main.js:1(anonymous function) @ main.js:1(anonymous function) @ main.js:1

from webide.

tanhe123 avatar tanhe123 commented on August 15, 2024

更新下代码,试试,应该已经修复了

git pull 
git submodule update

from webide.

szy0syz avatar szy0syz commented on August 15, 2024

@tanhe123 更新了最新版,还有点小问题~
./ide.sh run 时唯一的WARN:
2016-09-20 15:12:14.672 WARN 7318 --- [ main] org.atmosphere.cpr.AtmosphereFramework : SessionSupport error. Make sure you also define org.atmosphere.cpr.SessionSupport as a listener in web.xml, see https://github.com/Atmosphere/atmosphere/wiki/Enabling-HttpSession-Support

chrome:
qq 20160920151420

是不是要修改web.xml配置文件,这个文件一般在哪里呢?不是很懂~.~

from webide.

tanhe123 avatar tanhe123 commented on August 15, 2024

默认是有 CORS 的配置的
尝试添加 192.168.2.144:8080 到项目下的 src/main/resources/application.yml 中的 ALLOWED_ORIGINS

from webide.

szy0syz avatar szy0syz commented on August 15, 2024

我加上了,还是一样的问题¥。¥

from webide.

tanhe123 avatar tanhe123 commented on August 15, 2024

这个 warn 是没有问题的,可以忽略
现在的问题是页面可以显示,但是无法操作吗?

from webide.

linv2 avatar linv2 commented on August 15, 2024

再main.js文件内50712行 指定的baseUrl值固定为"http://localhost:8080/"
导致获取不到public key和请求工作空间出错

from webide.

tanhe123 avatar tanhe123 commented on August 15, 2024

@linv2 非常感谢你的回复,这个问题已经修复,会随着 docker 版一起发布 #22

from webide.

tanhe123 avatar tanhe123 commented on August 15, 2024

已经修复了

from webide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.