Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Issue with setting up my playframework application with Eclipse

I am new to playframework and after eclipsifying my application and importing it into eclipse, I noticed that all jar dependencies are listed at the root of my app as shown on the following screen capture:

my eclipse environment

Is there any way to make sure dependencies are listed properly (under referenced libraries) as in this second screen capture:

second screen capture

like image 804
balteo Avatar asked Dec 10 '22 01:12

balteo


1 Answers

I guess the problem shown in the first screenshot was to use the "Project Explorer". The second screenshot uses the "Package Explorer" which aggregates all referenced libraries under "Referenced Libraries".

like image 111
Hachmaninow Avatar answered May 19 '23 13:05

Hachmaninow