Just a guess, but try using full paths ... I'm not sure if the relative paths will work.

If that doesn't fix it, maybe you could post the relevant parts of the prj.el and / or the commandline text from the *compile* window so we can get a better sense of what's going wrong.

Hope that helps.

Jack.

[EMAIL PROTECTED] wrote:
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?





Reply via email to