Problem with compiling files in a folder



Hi,

i have a folder with several java files in it, if i compile every file
with

javac file1.java

and so on, it works fine for every file except one.
But if i try

javac *.java

, the compiler doesn't generate any class files.

Why doesn't he generate class files for the java files, that work fine?

thanks
snehls

.



Relevant Pages

  • Re: Use class ... why is not available?
    ... However, if a Web Application project includes class files in the App_Code folder, ... This is true even if their build action is not explicitly set to Compile. ... Put them next to the aspx pages and they'll get compiled. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: External packages
    ... > I got several source code Java files to compile... ... > (included as external class files). ... > I got those class libraries as class files in a folder, ...
    (comp.lang.java.programmer)
  • Re: External packages
    ... > I got several source code Java files to compile... ... > (included as external class files). ... > I got those class libraries as class files in a folder, ...
    (comp.lang.java.help)
  • Re: Package Problems
    ... Do the class files exist in the webb/tree/ directory? ... I am trying to put some java files into a package however it is causing ... I have 4 JAVA Files called Node, Tree, Coalesce and Utilities. ... compile but when I try to run the class with the main function in I get ...
    (comp.lang.java.programmer)
  • Re: Problem with compiling files in a folder
    ... > i have a folder with several java files in it, if i compile every file ... > javac file1.java ...
    (comp.lang.java.help)