UP PREVIOUS NEXT   Technologies Internet et Education, © TECFA
  5. Définir le classpath pour compiler (javac) dans le JDE/Emacs

5. Définir le classpath pour compiler (javac) dans le JDE/Emacs

5.1 Définition globale au niveau "projet" (solution conseillée)

Exemple (sous Unix, ajustez pour Windoze !)

  1. Menu JDE->Options->Project
  2. Scroller vers "Global Classpath" et ouvrir (avec right ou middle click)
  3. Right-click (ou middle -click) sur [INS] et rajouter path par path
Classpath: *
[INS] [DEL] Path: /comm/tecfa/www/guides/java/examples/gently/javagently.jar
[INS] [DEL] Path: /local/java/jdk1.1.7/classes.zip
[INS] [DEL] Path: .
[INS]
   [State]: you have edited the value as text, but you have not set the option.
  1. Pour sauver, right-clicker sur [State]
.........
   [State]: you have set this option, but not saved it for future sessions.

5.2 Définir le classpath pour run / compile dans le JDE/Emacs

  1. Menu JDE->Options->Run et JDE->Options->Compile
  2. Scroller vers "Classpath" et ouvrir (avec right ou middle click)
  3. ... le reste comme ci-dessus !

UP PREVIOUS NEXT -- TIE