Yusuf1494
Yusuf1494

Reputation: 352

what the function of folder "tmp" in project play framework?

what the function of folder tmp? when i create a project there is no folder tmp in my project. I just want to know for what is it? , iam using netbeans 7.3 and java programming language

Upvotes: 1

Views: 347

Answers (1)

user1187534
user1187534

Reputation: 825

The tmp folder is where the play framework puts compiled classes. You can delete this folder (manually, or by executing the "play clean" command) and a new tmp folder will eventually be generated.

Upvotes: 3

Related Questions