[Info-vax] Developing VMS applications on VMS or on Linux/Windows ?, was: Re: x86 Cross Tools Kit

Arne Vajhøj arne at vajhoej.dk
Mon Mar 4 22:10:37 EST 2019


On 3/4/2019 5:22 PM, VAXman- at SendSpamHere.ORG wrote:
> In article <q5k050$1jl2$1 at gioia.aioe.org>, =?UTF-8?Q?Arne_Vajh=c3=b8j?= <arne at vajhoej.dk> writes:
>> On 3/4/2019 2:13 PM, Bill Gunshannon wrote:
>>> On 3/4/19 1:47 PM, Arne Vajhøj wrote:
>>>> On 3/4/2019 1:32 PM, Bill Gunshannon wrote:
>>>>>                           There is an interesting and quite usable IDE
>>>>> written in Java that doesn't consume as much resources as something like
>>>>> Eclipse.
>>>>
>>>> Which?
>>>>
>>> jGrasp from Auburn University.  We used it at the University where I
>>> worked and I use it extensively at home.  Supports multiple languages
>>> and is modifiable to add other languages.
>>
>> I just tried with OpenVMS Alpha 8.4, Java 1.5 and JGrasp 1.8.6_01.
>>
>> Unzip on ODS-5 disk, SET FILE/ATTR=RFM:STMLF on jar file and run with:
>>
>> java -jar jgrasp.jar
>>
>> Seems to work.
> 
> Let me know if you can figure out how to get OpenRocket to run.  I get its
> initial graphic splash when it starts but then, it aborts.

It is using a special jar inside jar classloader, which seems not to 
work well on VMS.

Try unpack the jar file with

jar xvf OpenRocket-15^.03.jar

And then run with:

java  -Xmx800m -cp .:lib/* -Djava.awt.headless=false 
net.sf.openrocket.startup.OpenRocket

I get something to start.

I don't know the program so I can not say how well it is working,
but a GUI opens up where I can chose FILE and QUIT.

:-)

Arne



More information about the Info-vax mailing list