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

[581 byte] By [elenajspa] at [2007-10-2 10:09:33]
# 1
I havent tried butdir *.java /s /bgenerates the file with absolute path such asC:\xxx\yyyy\src\Main.javaopen the file, remove the C:\xxx\yyyy\src\ partand execute the javac under src folder.This may help.
Goka at 2007-7-13 1:29:01 > top of Java-index,Developer Tools,Java Compiler...