📄 readme.txt
字号:
Java Runner
Description:
Java Runner is a handy small program that let's you run all the java applications
(.class files) you as if they are .EXE files on your Windows computer.
All you have to do is double click on a class file in Windows Explorer to run it.
Normally you would have to open a DOS box and then type "java classname". You can't
use file association of Windows 95 to associate class files with the java
interpreter(java.exe in JDK) because Windows will supply the the path + classname
to java.exe as the argument. For some reason java.exe won't find the class file
if the path is included.
Requirements:
Windows 95 and Sun's JDK(http://java.sun.com/products/jdk/1.1/download-jdk-windows.html).
This is for java applications, NOT applets, which you view in a browser.
Download:
jr.zip
Installation:
#After you download the jr.zip file, place the program in a folder you like.
#In Windows Explorer, goto View -> Options -> File Types -> New Type...
#You can click on Change Icon and use the supplied icon.
#Description of Type can be anything. Ex: "Java Class"
#For Content Type (MIME), I set it to be application/java
#Default Extension for Content Type is .class
#Then click on New...
#Type Run in Action box
#Browse to where jr.exe is
#Then click OK , then OK again.
Make sure that "java.exe" is in your PATH setting in AUTOEXEC.BAT. Otherwise
Java Runner can't find it.
A test program is included. After installation, double click on test.class to see if
it works.
Disclaimer:
This program has only been tested on my computer and I'm not sure if it'll work on yours :) I disclaim any and all liability in cases
the program causes any unwanted effects to anybody or anything!!
This program is freeware. You may distribute it freely. Please give credit where it is due.
You may email me at 15251018@pager.mirabilis.com
Written by Kevin Kuang. Goto http://www.engineering.ucsb.edu/~kev/java/jr.html
for instruction in html.
If you have questions, or comments, or if you find this program
useful at all please email me(mailto:ogmios@writeme.com). Or Sign
my Guest Book (http://www.TheGuestBook.com/egbook/7569.gbook)!!!
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -