简体   繁体   中英

after generating eclipse configuration for play framework, play repository library show me so ugly

Hello I'm a newbie for play framework.

I just started to learn play.

Anyway I try to make new project

"play new test1"

and generate eclipse configuration

"play"

"eclipse"

after opening the project on eclipse, all kind of jar files, play repository, are the same line.

like this.

test1
+app
+test
+classes_managed
+play-java-jdbc_2.10.jar
+play-jdbc_2.10.jar
.
.
(so many jar files)
.
.
+JRE System Library
+scala-library.jar
+conf
+project
+public
+target
+build.sbt
+README

how can I fix this?

在Eclipse中,您需要使用“显示视图”,然后找到“包视图” ...而不是“项目视图” ...希望获得帮助。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM