- AuthorPosts
- April 27, 2008 at 5:54 pm #5714ileaduMember
Java compile
Customize Tools Setting
http://cdwww.twbbs.org/albums/ileadu/aag.png
\%WinDir\%system32cmd.exe
$(Path) /k “C:Program FilesJavajdk1.6.0_06binjavac.exe” -Xlint $(Filename).java
$(Dir)
C:Program FilesJavajdk1.6.0_06binjavac.exeEmeditor 7.00.5
When I checked “Use Ouput Bar”, to compile is very long time.
But I unchecked it, it’s immediateEmeditor 6.00.4
When I checked “Use Ouput Bar”, to compile is immediate.I think that it may be a bug or not be optimized.
April 27, 2008 at 8:06 pm #5715Yutaka EmuraKeymasterileadu wrote:
Java compile
Customize Tools Setting
http://cdwww.twbbs.org/albums/ileadu/aag.png
\%WinDir\%system32cmd.exe
$(Path) /k “C:Program FilesJavajdk1.6.0_06binjavac.exe” -Xlint $(Filename).java
$(Dir)
C:Program FilesJavajdk1.6.0_06binjavac.exeEmeditor 7.00.5
When I checked “Use Ouput Bar”, to compile is very long time.
But I unchecked it, it’s immediateEmeditor 6.00.4
When I checked “Use Ouput Bar”, to compile is immediate.I think that it may be a bug or not be optimized.
If you want to use Output Bar, you should specify only the executable (in this case, “C:Program FilesJavajdk1.6.0_06binjavac.exe”) in the Command text box, and the arguments in the Arguments text box. You don’t need to specify cmd.exe anywhere.
- AuthorPosts
- You must be logged in to reply to this topic.