Reputation: 352
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
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