[EMAIL PROTECTED] writes:
> I setup a directory structure as follows:
> myprj
> classes
> src
> prj.el
>
> with jde-compile-option-directory ./classes
> jde-global-classpath ./classes and ./src
> jde-source-path ./src
>
> In my java source code, I have a "package com.jci.gpmII.table;" statement
>
> When I tried to compile, I expected the following directory structure:
>
> myprj
> classes
> com
> jci
> gpmII
> table
> {class files}
> src
> prj.el
>
> Nothing is created. What am I doing wrong?
You should send a complete problem report. Also include the output of the compile
buffer.
- Paul