I cant compile my project : (
Hello, (sorry for my bad english) i cant generate the .class files. I have this structure of folders:
src/
+Main.java
+Folder1/
+archivos.java
+Folder2/
+ archivos.java
....
....
What i'm tying is::
>cd src
>dir *.java /s /b> ..\\files
>cd ..
>c:\\j2sdk1.4.2_01\\bin\\javac.exe -g -classpath classes -d classes @files
And the only thing this does is create the file "files" with the paths, but i cant find the .class archives
Could you help me please, thank you a lot

