Hi, I'm using jikes 1.2, and when I try to compile using JDE compilation C-c C-v C-c what "happens" is: cd dir1\dir2\dir3 jikes -classpath MyClassPath Myclass.java Using javac there is an option -sourcepath that can the specfified in JDE, but with jikes we don't have that. My problem is that Myclass.java belongs to a package dir2.dir3 and uses classes of that package. I think it would work if we could specify the directory so the result would be: cd dir1 jikes -classpath Myclasspath dir2\dir3\Myclass.java Thanks, I would like to know how you guys handle this and Keep the good work Luis Novais ____________________________________________________________________ Get free e-mail and a permanent address at http://www.netaddress.com/?N=1
