Opened 18 years ago
Closed 10 years ago
#37 closed enhancement (fixed)
toolbar and other menu options to create a program java object
Reported by: | Gregg Young | Owned by: | Gregg Young |
---|---|---|---|
Priority: | minor | Milestone: | Release_3.23 |
Component: | fm/2 base | Version: | |
Keywords: | Cc: | dwgras@… |
Description
One thing the toolbar and other menu options is missing is a way to create a program java object.
This scripts are found on Hobbes and the text says they can be used anyway one wants.
http://hobbes.nmsu.edu/pub/os2/util/wps/run_java__20030526.zip
I don't know if the java13 and 14 scripts can be combined for one program object creator or two separate java object creators would be needed. This might be something worthwhile to add to the selection of commands that the toolbar has available. I could easily make toolbar bitmaps for them if you think this is worth persuing at a future date.
Attachments (2)
Change History (10)
by , 18 years ago
Attachment: | Java_toolbar_bmp.zip added |
---|
comment:1 by , 18 years ago
by , 18 years ago
Attachment: | javatest.zip added |
---|
comment:2 by , 18 years ago
Gregg
I uploaded a javatest bitmap for the toolbar. As I said, that code contained two programs. One was to drop a jar file on it to execute it at that moment. The other code was to drop a jar file on it to make a jar program object. If possible, you could add both to the toolbar. One would be to drag a jar file for immediate execution. The other for a toolbar bitmap to drop a jar file on to make a desktop jar program object.
David
comment:3 by , 18 years ago
Owner: | removed |
---|
comment:4 by , 16 years ago
Milestone: | → Release_3.15 |
---|
comment:5 by , 16 years ago
Milestone: | → Release_4.0 |
---|
comment:6 by , 11 years ago
Milestone: | → Release_3.23 |
---|
comment:7 by , 10 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
The code will create a java object with the correct path for either Java 1.3 or 1.4 jar files. It also includes a script to test the jar file before one may want to create the jar program object itself.