In jEdit I'm trying to compile a short JAVA sample and it chokes on the first {
Do I have to import something besides ' java.util. ' bobh _______________________________________________ Ibm-netrexx mailing list [hidden email] |
Bob,
I'm under the impression you're using jEdit + NetrexxScript. NetRexx and Java are two different jockeys for one horse (the java virtual machine) but otherwise totally unrelated. So NetrexxScript won't work with java code at all. That said NetRexxDE will happily compile java code as an additional convenience feature and just as a side effect of its design. As stated above, handling java code has nothing to do with NetRexx. --- Saludos / Kind regards. David Requena El 22/10/2010 14:41, Robert Hamilton escribió: In jEdit I'm trying to compile a short JAVA sample and it chokes on the first { _______________________________________________ Ibm-netrexx mailing list [hidden email] |
David -- thanks for your time. I was never able to get the netrexxDE plugin installed. I used the instructions that Kermit posted. So I thought I would try the ...script plugin.
BobH
On Fri, Oct 22, 2010 at 11:06 AM, David Requena <[hidden email]> wrote:
_______________________________________________ Ibm-netrexx mailing list [hidden email] |
Bob,
Both plugins support NetRexx on jEdit with different goals. While NetrexxScript goes for dynamic interpretation with its associated flexibility, NetRexxDE aims to produce standard binary classes via compilation. I'll be happy to help you with NetRexxDE installation. Just send me some email off-list, should you want to try again --- Saludos / Kind regards. David Requena El 22/10/2010 18:53, Robert Hamilton escribió: David -- thanks for your time. I was never able to get the netrexxDE plugin installed. I used the instructions that Kermit posted. So I thought I would try the ...script plugin. _______________________________________________ Ibm-netrexx mailing list [hidden email] |
Free forum by Nabble | Edit this page |