How do you compile program in java in scite editor?

Java

1 answer

Answer

1225667

2026-05-02 14:25

+ Follow

Java
Java

These directions were written with the assumption you are using TextPad 5:

First, you must download and install the JDK - probably the most recent one. You can download this at: Java.sun.com/Javase/downloads/?intcmp=1281">http://Java.sun.com/Javase/downloads/?intcmp=1281

After you have successfully installed the JDK, in TextPad click on the Configure menu, and then Preferences.

From the preferences screen, click on the 'Tools' heading on the left.

In the tools section, click on the 'Add' button on the right, then on the 'Java SDK Commands' option, and finally on Ok.

Once you've done this, you are ready to compile and run Java programs. To do this, once you've opened a .Java file, click on tools, external tools, and compile Java.

In order to run the application after you compile it, just go to tools, external tools, and run Java application (or run Java Applet if it's an Applet).

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.