Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/gwt/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google chrome GWT工具未加载到Chrome OS的Chrome浏览器中_Google Chrome_Gwt_Google Chrome Os_Sakai - Fatal编程技术网

Google chrome GWT工具未加载到Chrome OS的Chrome浏览器中

Google chrome GWT工具未加载到Chrome OS的Chrome浏览器中,google-chrome,gwt,google-chrome-os,sakai,Google Chrome,Gwt,Google Chrome Os,Sakai,我正在为Sakai使用Gradebook2,它是使用GWT开发的。此工具未加载到Chrome OS的Chrome浏览器中。据了解,不支持Chrome操作系统(支持Windows Vista/XP/2000、Mac OS X 10.4+(Tiger或Leopard)或带有GTK+2.2.1+的Linux。 以下依赖项在pom.xml中配置 <properties> <gb2.version>1.9.0</gb2.version>

我正在为Sakai使用Gradebook2,它是使用GWT开发的。此工具未加载到Chrome OS的Chrome浏览器中。据了解,不支持Chrome操作系统(支持Windows Vista/XP/2000、Mac OS X 10.4+(Tiger或Leopard)或带有GTK+2.2.1+的Linux。 以下依赖项在pom.xml中配置

    <properties>
        <gb2.version>1.9.0</gb2.version>
        <gxt.version>2.2.5-gwt22</gxt.version>
        <gxt3.version>3.0.1</gxt3.version>
        <gwt.version>2.5.0</gwt.version>
        <!-- following fix for bug in gwt 2.3.0 poms (should've been included in those but were not) -->
        <javax.validation.version>1.0.0.GA</javax.validation.version>
        <gb2.commons.logging.version>1.0.4</gb2.commons.logging.version>
        <gb2.jackson.version>1.9.9</gb2.jackson.version> 
        <gb2.jersey.version>1.13</gb2.jersey.version>
    </properties>

1.9.0
2.2.5-gwt22
3.0.1
2.5.0
1.0.0.GA
1.0.4
1.9.9 
1.13

请使用Chrome浏览器检查模式,并从控制台报告所有错误。这些要求是针对开发环境的(而且已经过时了!),而不是针对运行时环境。请阅读页面下方以获得浏览器支持。@samottenhoff控制台上没有错误。根据GWT网站打开sakai JIRA ticket@ThomasBroyer,它支持Google chrome。我可以在Windows上的chrome上成功访问该工具,但不能在chrome OS上的chrome上访问。