I am creating my first project using play framework on NetBeans and I have done all the steps needed to create the project, nebeansify and so on. however the project is created with errors like package models doesn’t exsit. so anyone knows if I am doing something wrong, also if anyone can give me useful links, videos.
Share
If it’s complaining about the models package being empty, just add a
model to it.
If that doesn’t work, try closing the project, doing
play netbeansifyagain andreopening the project in NetBeans.
If it still doesn’t work you can always add the missing dependencies to
the classpath manually (Project Properties -> Java Sources
Classpath). But this might mean you did something wrong while installing Play.