Rankin Johnson <[EMAIL PROTECTED]> wrote:
To do this under jde:
set your working directory to "dir1" using a project file
set your global classpath to include "dir1"
make your compile command "drive:\\ibmdir\\jikes.exe"

to do it from a dos window:
 cd dir1
 jikes -classpath .;MyClasspath dir2.dir3.Myclass.java

I create a prj.el and when I open a java file the project file is
loaded.
He finds very well the jikes program, but the working directory 
isn't set
I dont know if the jde-run-working-directory option is the one 
you were refering, so I create a jde-working-directory and a
working-directory, but it didn't work also.

the compilation option changes the directory always to the directory
of the file 

Could you tell me which variable I should set?
The global classpath exists and could be set ok.





-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 07, 1999 8:03 AM
To: [EMAIL PROTECTED]
Subject: Compilation using jikes 1.2


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


____________________________________________________________________
Get free e-mail and a permanent address at http://www.netaddress.com/?N=1

Reply via email to