Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
> copy ref_aidashr:dpslcmodelserver.java dpslcbpmserver.java
> copy ref_aidashr:dpslcmodeli_impl.java dpslcbpm.java <makejava <make your changes to the impl file in particular> particular>

Define the development classpath, so it uses your development directory first:

Code Block
define myjava$classpath [------]

Compile all your java code:

Code Block
javac -g *.java

...