Guest User

Untitled

a guest
Jun 13th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. hello. I need to compile Java code in the SciTE IDE that is part of a package. my SciTE cpp.properties has:
  2. command.compile.*.java=javac $(FileNameExt)
  3. command.build.*.java=javac *.java
  4. command.go.*.java=java $(FileName)
  5. command.go.needs.*.java=javac $(FileNameExt)
  6. but I need to run:
  7. javac index.java
  8. java data_persistence.java
  9. because index.java is part of the data_persistence package. any thoughts on how to do that?
Add Comment
Please, Sign In to add comment