With JDE compile option directory set to c:/temp why do I get the following failure reported in the *compilation*
window when I compile via
the jde-compile defun? I've also tried c:\temp and enclosing both forms in double quotes without success.
I'm using JDE 2.2.8 and NTemacs 21.1.1.
 
 
cd c:\j2me\pointbase\micro\demos\ContactManager\source\
c:/sun/jdk1.3.1_02/bin/javac  -sourcepath "c:/j2me/pointbase/micro/demos/contactmanager/source" -d c:/temp MainFrame.java
javac: invalid argument: c:/temp
Usage: javac <options> <source files>
where possible options include:
  -g                        Generate all debugging info
  -g:none                   Generate no debugging info
  -g:{lines,vars,source}    Generate only some debugging info
  -O                        Optimize; may hinder debugging or enlarge class file
  -nowarn                   Generate no warnings
  -verbose                  Output messages about what the compiler is doing
  -deprecation              Output source locations where deprecated APIs are used
  -classpath <path>         Specify where to find user class files
  -sourcepath <path>        Specify where to find input source files
  -bootclasspath <path>     Override location of bootstrap class files
  -extdirs <dirs>           Override location of installed extensions
  -d <directory>            Specify where to place generated class files
  -encoding <encoding>      Specify character encoding used by source files
  -target <release>         Generate class files for specific VM version

 

Glen Cordrey             office: 703.561.5917
Digital Focus             cell:   571.220.8955
2455 Horse Pen Rd.
Herndon, VA 20171     

 

Reply via email to