distributing Netrexx-Programs

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

distributing Netrexx-Programs

Andreas Zieritz
I've a question concerning the distribution of java-programs written with
Netrexx.

1.) Is it necessary to add Netrexx-classes

2.) If so, which (files)?

3.) Am I allowed to do that?


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

Reply | Threaded
Open this post in threaded view
|

Re: distributing Netrexx-Programs

Massimiliano Marsiglietti
>I've a question concerning the distribution of java-programs written with
>Netrexx.

>1.) Is it necessary to add Netrexx-classes
>2.) If so, which (files)?
>3.) Am I allowed to do that?

1) Probably yes. E.g. if you have used Rexx strings, as many
of us like to do, definitely yes.

2) The safer choice would be to include the files from NetRexxR.zip
archive (R stands for Runtime?). Of course, you can experiment by
leaving out files at random and see if you get ClassNotFound errors..
However, if you application isn't a direct port of the "Hello world" suite,
chances are that the extra effort necessary in determining which .class
files to leave out from your zip distribution is not worth it -- you'll see,
the NR runtime is very small-sized!

3) Yes, but please read the license.txt file that's buried somewhere
(possibly even in NetRexxR.zip).

Max

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>