Hi, I've a class "a.java" in the folder d:\practice\com\dan and have a package statement package com.dan as the first statement in a.java. I want to put the compiled file in a separate folder d:\practice\classes so i compiled the file as javac -d classes com\dan\a.java from the "practice" folder. The file got compiled but two additional folders com and dan were created in classes folder. How can i compile it without creating those additional folders? Thanks.
Maulin Vasavada
Ranch Hand
Joined: Nov 04, 2001
Posts: 1865
posted
0
Hi Geeta well, if we create a package then it will create folders you see. Can you let us know the reason why you don't want those folders (com/dan) there? Regards Maulin