jEDT ????s

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

jEDT ????s

Robert L Hamilton
Magically, jEdit displays the results of compiling and running what ever it compiles to or runs as.  It is displayed  in a NetRexxScript output area.  My question is: How was this result produced?   Is the Netrexx compiled to Java and run in JVM??? If so, where are the .class and .java things??  . I've gone thru a lot of the files jedit produces and cannot find anything familiar.

With this version of jedit there were no plugin things; I installed jEdit and started it and it came up in NetRexx mode

Right now it's pure magic. . .

???

bob hamilton

 

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: jEDT ????s

David Requena
Bob,

Surely Kermit will explain better but his script uses the NetRexx interpreter instead of the compiler. Hence no, intermediate java files.

Regarding plugins appearing magically, they most probably were already present in your users directory from a previous installation.

Look under:
     C:\Documents and settings\your-username\.jEdit

jEdit stores there its configuration, plug-ins, customizations, etc.
---
Saludos / Kind regards.
David Requena

El 30/07/2010 13:43, Robert Hamilton escribió:
Magically, jEdit displays the results of compiling and running what ever it compiles to or runs as.  It is displayed  in a NetRexxScript output area.  My question is: How was this result produced?   Is the Netrexx compiled to Java and run in JVM??? If so, where are the .class and .java things??  . I've gone thru a lot of the files jedit produces and cannot find anything familiar.

With this version of jedit there were no plugin things; I installed jEdit and started it and it came up in NetRexx mode

Right now it's pure magic. . .

???

bob hamilton

 
_______________________________________________ Ibm-netrexx mailing list [hidden email]

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: jEDT ????s

Robert L Hamilton
That's a bummer. . .I was hoping to be able to look at the JAVA. 

bobh

On Fri, Jul 30, 2010 at 8:47 AM, David Requena <[hidden email]> wrote:
Bob,

Surely Kermit will explain better but his script uses the NetRexx interpreter instead of the compiler. Hence no, intermediate java files.

Regarding plugins appearing magically, they most probably were already present in your users directory from a previous installation.

Look under:
     C:\Documents and settings\your-username\.jEdit

jEdit stores there its configuration, plug-ins, customizations, etc.
---
Saludos / Kind regards.
David Requena

El 30/07/2010 13:43, Robert Hamilton escribió:
Magically, jEdit displays the results of compiling and running what ever it compiles to or runs as.  It is displayed  in a NetRexxScript output area.  My question is: How was this result produced?   Is the Netrexx compiled to Java and run in JVM??? If so, where are the .class and .java things??  . I've gone thru a lot of the files jedit produces and cannot find anything familiar.

With this version of jedit there were no plugin things; I installed jEdit and started it and it came up in NetRexx mode

Right now it's pure magic. . .

???

bob hamilton

 
_______________________________________________ Ibm-netrexx mailing list [hidden email]

_______________________________________________
Ibm-netrexx mailing list
[hidden email]




_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: jEDT ????s

Kermit Kiser
As David mentioned, NetRexxScript uses the NetRexx interpreter to run NetRexx scripts. If you wish to compile NetRexx programs and look at the Java code using jEdit, I recommend the great plugin NetRexxDE written by David and available from His Kenai web site:

http://kenai.com/projects/netrexx-misc/pages/NetRexxDE

-- Kermit Kiser


On 7/30/2010 7:55 AM, Robert Hamilton wrote:
That's a bummer. . .I was hoping to be able to look at the JAVA. 

bobh

On Fri, Jul 30, 2010 at 8:47 AM, David Requena <[hidden email]> wrote:
Bob,

Surely Kermit will explain better but his script uses the NetRexx interpreter instead of the compiler. Hence no, intermediate java files.

Regarding plugins appearing magically, they most probably were already present in your users directory from a previous installation.

Look under:
     C:\Documents and settings\your-username\.jEdit

jEdit stores there its configuration, plug-ins, customizations, etc.
---
Saludos / Kind regards.
David Requena

El 30/07/2010 13:43, Robert Hamilton escribió:
Magically, jEdit displays the results of compiling and running what ever it compiles to or runs as.  It is displayed  in a NetRexxScript output area.  My question is: How was this result produced?   Is the Netrexx compiled to Java and run in JVM??? If so, where are the .class and .java things??  . I've gone thru a lot of the files jedit produces and cannot find anything familiar.

With this version of jedit there were no plugin things; I installed jEdit and started it and it came up in NetRexx mode

Right now it's pure magic. . .

???

bob hamilton

 
_______________________________________________ Ibm-netrexx mailing list [hidden email]

_______________________________________________
Ibm-netrexx mailing list
[hidden email]




_______________________________________________ Ibm-netrexx mailing list [hidden email]

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: jEDT ????s

David Requena

El 30/07/2010 22:24, Kermit Kiser escribió:
As David mentioned, NetRexxScript uses the NetRexx interpreter to run NetRexx scripts. If you wish to compile NetRexx programs and look at the Java code using jEdit, I recommend the great plugin NetRexxDE written by David and available from His Kenai web site:

http://kenai.com/projects/netrexx-misc/pages/NetRexxDE

-- Kermit Kiser


It's not that great but it has a showme-the-java-code button he he..

Of course you can have both plugins installed in jEdit at the same time as I do :-)

---
Saludos / Kind regards.
David Requena


_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: jEDT ????s

Thomas.Schneider.Wien
Hi there,
 
   I would lie to *add*  that *both* NetrexxScript & NetRexxDE have been proven
to be *wonderful* integration efforts between JEdit and NetRexx :-)

Thanks a lot, Kermit & David :-)

Tom.
=================================================================================
Am 30.07.2010 23:16, schrieb David Requena:

El 30/07/2010 22:24, Kermit Kiser escribió:
As David mentioned, NetRexxScript uses the NetRexx interpreter to run NetRexx scripts. If you wish to compile NetRexx programs and look at the Java code using jEdit, I recommend the great plugin NetRexxDE written by David and available from His Kenai web site:

http://kenai.com/projects/netrexx-misc/pages/NetRexxDE

-- Kermit Kiser


It's not that great but it has a showme-the-java-code button he he..

Of course you can have both plugins installed in jEdit at the same time as I do :-)

---
Saludos / Kind regards.
David Requena

_______________________________________________ Ibm-netrexx mailing list [hidden email]


--
Thomas Schneider Projects ReyC & LOGOS on www.KENAI.com

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Tom. (ths@db-123.com)
Reply | Threaded
Open this post in threaded view
|

Re: jEDT ????s

Thomas.Schneider.Wien
In reply to this post by Robert L Hamilton
Hello Bob,
    it might be the right time to re-read all those documents available fro NetRexxSrcipt (author: Kermit Kiser),
and NetRexxDE (author: David Requena) before playing around.....

    Why are you not taking a 3-days break and *reading* all the documents available before you are
playing around like a child (as I'm doing, sometimes; I do have to admit ???)

Both NetRexxScript and NetRexxDE are very mature :-)


Hence, best way would be, for you, Bob, to go the proper home-pages of *both* authors
read, what they have been written, and *then proceed as they have written* :-)

Ok ?
Thomas.
====================================================================

Am 30.07.2010 16:55, schrieb Robert Hamilton:
That's a bummer. . .I was hoping to be able to look at the JAVA. 

bobh

On Fri, Jul 30, 2010 at 8:47 AM, David Requena <[hidden email]> wrote:
Bob,

Surely Kermit will explain better but his script uses the NetRexx interpreter instead of the compiler. Hence no, intermediate java files.

Regarding plugins appearing magically, they most probably were already present in your users directory from a previous installation.

Look under:
     C:\Documents and settings\your-username\.jEdit

jEdit stores there its configuration, plug-ins, customizations, etc.
---
Saludos / Kind regards.
David Requena

El 30/07/2010 13:43, Robert Hamilton escribió:
Magically, jEdit displays the results of compiling and running what ever it compiles to or runs as.  It is displayed  in a NetRexxScript output area.  My question is: How was this result produced?   Is the Netrexx compiled to Java and run in JVM??? If so, where are the .class and .java things??  . I've gone thru a lot of the files jedit produces and cannot find anything familiar.

With this version of jedit there were no plugin things; I installed jEdit and started it and it came up in NetRexx mode

Right now it's pure magic. . .

???

bob hamilton

 
_______________________________________________ Ibm-netrexx mailing list [hidden email]

_______________________________________________
Ibm-netrexx mailing list
[hidden email]



_______________________________________________ Ibm-netrexx mailing list [hidden email]


--
Thomas Schneider Projects ReyC & LOGOS on www.KENAI.com

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Tom. (ths@db-123.com)
Reply | Threaded
Open this post in threaded view
|

Re: jEDT ????s

kenner
In reply to this post by Kermit Kiser

Why does jedit open my .nrx file and display it in unreadable characters? I ftp'ed the text file from z/os unix as ASCII and it looks fine in notepad but it appears to have been translated by jedit into some other code page.


Kenneth Klein
Systems Specialist
502-868-3644
859-750-5179 (Cell)
502-868-2298 (Fax)
[hidden email]

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: jEDT ????s

kenner
In reply to this post by Thomas.Schneider.Wien

Where can I find the NetrexxScript project?

Kenneth Klein
Systems Specialist
502-868-3644
859-750-5179 (Cell)
502-868-2298 (Fax)
[hidden email]



Thomas Schneider <[hidden email]>
Sent by: [hidden email]

07/30/2010 07:37 PM

Please respond to
[hidden email]; Please respond to
IBM Netrexx <[hidden email]>

To
IBM Netrexx <[hidden email]>
cc
Subject
Re: [Ibm-netrexx] jEDT ????s





Hi there,
 
   I would lie to *add*  that *both* NetrexxScript & NetRexxDE have been proven
to be *wonderful* integration efforts between JEdit and NetRexx :-)

Thanks a lot, Kermit & David :-)

Tom.
=================================================================================
Am 30.07.2010 23:16, schrieb David Requena:


El 30/07/2010 22:24, Kermit Kiser escribió:

As David mentioned, NetRexxScript uses the NetRexx interpreter to run NetRexx scripts. If you wish to compile NetRexx programs and look at the Java code using jEdit, I recommend the great plugin NetRexxDE written by David and available from His Kenai web site:

http://kenai.com/projects/netrexx-misc/pages/NetRexxDE

-- Kermit Kiser


It's not that great but it has a showme-the-java-code button he he..

Of course you can have both plugins installed in jEdit at the same time as I do :-)

---
Saludos / Kind regards.
David Requena




_______________________________________________
Ibm-netrexx mailing list
[hidden email]

 



--
Thomas Schneider Projects ReyC & LOGOS on
www.KENAI.com_______________________________________________
Ibm-netrexx mailing list
[hidden email]



_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: jEDT ????s

Robert L Hamilton
In reply to this post by kenner
I had the same problem from and AS400 aka iSeries and if I saved the file in UltraEdit the jEdit could deal with it. Do you have 4.3.2 jEdit?

bobh

On Mon, Aug 2, 2010 at 7:32 AM, <[hidden email]> wrote:

Why does jedit open my .nrx file and display it in unreadable characters? I ftp'ed the text file from z/os unix as ASCII and it looks fine in notepad but it appears to have been translated by jedit into some other code page.


Kenneth Klein
Systems Specialist
502-868-3644
859-750-5179 (Cell)
502-868-2298 (Fax)
[hidden email]

_______________________________________________
Ibm-netrexx mailing list
[hidden email]




_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: jEDT ????s

kenner

Yes. I found that setting the coding to utf-8 made the text readable. But now I have a strange } character, hex'007b', in the source somewhere and I can't find it.

Kenneth Klein
Systems Specialist
502-868-3644
859-750-5179 (Cell)
502-868-2298 (Fax)
[hidden email]



Robert Hamilton <[hidden email]>
Sent by: [hidden email]

08/02/2010 11:44 AM

Please respond to
IBM Netrexx <[hidden email]>

To
IBM Netrexx <[hidden email]>
cc
Subject
Re: [Ibm-netrexx] jEDT ????s





I had the same problem from and AS400 aka iSeries and if I saved the file in UltraEdit the jEdit could deal with it. Do you have 4.3.2 jEdit?

bobh

On Mon, Aug 2, 2010 at 7:32 AM, <kenneth.klein@...> wrote:

Why does jedit open my .nrx file and display it in unreadable characters? I ftp'ed the text file from z/os unix as ASCII and it looks fine in notepad but it appears to have been translated by jedit into some other code page.



Kenneth Klein
Systems Specialist
502-868-3644
859-750-5179 (Cell)
502-868-2298 (Fax)

kenneth.klein@...
_______________________________________________
Ibm-netrexx mailing list

[hidden email]


_______________________________________________
Ibm-netrexx mailing list
[hidden email]



_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: jEDT ????s

George Hovey-2
Hi Bob and Kenneth,

My understanding is that jEdit does not change your encoding.  It converts it to UTF-16, the Java standard, while editing takes place, but converts it back to your declared encoding when the file is saved.

The key, I think, is that you have not told jEdit the true encoding of your file (presumably not really UTF-8), and it has only a limited ability to figure it out by itself.  You need to find out what encoding is used when your source system exports files and let jEdit know.

I had a similar experience when I attempted to import some jEdit mode files from another system.  I got complaints like yours about illegal characters, though most were readable.  It finally turned out that by default, jEdit assumes the file is in UTF-8, but it was actually in ISO-8859-1.  I suspect your problem is similar.  UTF-8 is a variable length encoding using from 1 to 4 bytes per character.  The one-byte characters are identical to ASCII, which perhaps explains your observations.

Search in the jEdit Help for 'encoding' which should turn up ''character encodings" which explains your various options for dealing with encoding issues.

BTW, this is really a jEdit issue, and there a number of experts in the jEdit forum just waiting to pounce on questions like yours.

George


On Mon, Aug 2, 2010 at 12:34 PM, <[hidden email]> wrote:

Yes. I found that setting the coding to utf-8 made the text readable. But now I have a strange } character, hex'007b', in the source somewhere and I can't find it.

Kenneth Klein
Systems Specialist
502-868-3644
859-750-5179 (Cell)
502-868-2298 (Fax)
[hidden email]



Robert Hamilton <[hidden email]>
Sent by: [hidden email]

08/02/2010 11:44 AM

Please respond to
IBM Netrexx <[hidden email]>

To
IBM Netrexx <[hidden email]>
cc
Subject
Re: [Ibm-netrexx] jEDT ????s





I had the same problem from and AS400 aka iSeries and if I saved the file in UltraEdit the jEdit could deal with it. Do you have 4.3.2 jEdit?

bobh

On Mon, Aug 2, 2010 at 7:32 AM, <[hidden email]> wrote:

Why does jedit open my .nrx file and display it in unreadable characters? I ftp'ed the text file from z/os unix as ASCII and it looks fine in notepad but it appears to have been translated by jedit into some other code page.



Kenneth Klein
Systems Specialist
502-868-3644
859-750-5179 (Cell)
502-868-2298 (Fax)

[hidden email]
_______________________________________________
Ibm-netrexx mailing list

[hidden email]


_______________________________________________
Ibm-netrexx mailing list
[hidden email]



_______________________________________________
Ibm-netrexx mailing list
[hidden email]




_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: jEDT ????s

Kermit Kiser
In reply to this post by kenner
Hi Kenneth ;

If you just want to use the NetRexxScript plugin to run NetRexx scripts in jEdit, the jEdit Plugin Manager will install it for you:

>From jEdit select menu "Plugins", then item "Plugin Manager", click the "Install" tab to load the plugin list, check the box labeled "NetRexxScript", then click the "Install" button near the bottom left of the plugin manager screen.

To use the NetRexxScript control window: select "Plugins", then item "NetRexxScript", then subitem "NetRexxScript", then click the down arrow at the top left of the control window and select "Dock at Bottom" (or Top).

If you want to download the source code, you can find it from my NetRexx projects web page:

http://kermitkiser.com/NetRexx

or you can download it from the jEdit SourceForge SVN repository for plugins:

http://sourceforge.net/projects/jedit-plugins/files

-- Kermit Kiser



On 8/2/2010 5:34 AM, [hidden email] wrote:

Where can I find the NetrexxScript project?

Kenneth Klein
Systems Specialist
502-868-3644
859-750-5179 (Cell)
502-868-2298 (Fax)
[hidden email]



Thomas Schneider [hidden email]
Sent by: [hidden email]

07/30/2010 07:37 PM

Please respond to
[hidden email]; Please respond to
IBM Netrexx [hidden email]

To
IBM Netrexx [hidden email]
cc

Subject
Re: [Ibm-netrexx] jEDT ????s







Hi there,
 
   I would lie to *add*  that *both* NetrexxScript & NetRexxDE have been proven
to be *wonderful* integration efforts between JEdit and NetRexx :-)

Thanks a lot, Kermit & David :-)

Tom.
=================================================================================
Am 30.07.2010 23:16, schrieb David Requena:


El 30/07/2010 22:24, Kermit Kiser escribió:

As David mentioned, NetRexxScript uses the NetRexx interpreter to run NetRexx scripts. If you wish to compile NetRexx programs and look at the Java code using jEdit, I recommend the great plugin NetRexxDE written by David and available from His Kenai web site:

http://kenai.com/projects/netrexx-misc/pages/NetRexxDE

-- Kermit Kiser


It's not that great but it has a showme-the-java-code button he he..

Of course you can have both plugins installed in jEdit at the same time as I do :-)

---
Saludos / Kind regards.
David Requena




_______________________________________________
Ibm-netrexx mailing list
[hidden email]

 



--
Thomas Schneider Projects ReyC & LOGOS on
www.KENAI.com_______________________________________________
Ibm-netrexx mailing list
[hidden email]



_______________________________________________ Ibm-netrexx mailing list [hidden email]

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: jEDT ????s

Robert L Hamilton
Shucks; I thought it was Magic.  I didn't even do nada; jEdit came up in NetRexx mode, somehow.

????

bob hamilton

On Mon, Aug 2, 2010 at 4:51 PM, Kermit Kiser <[hidden email]> wrote:
Hi Kenneth ;

If you just want to use the NetRexxScript plugin to run NetRexx scripts in jEdit, the jEdit Plugin Manager will install it for you:

>From jEdit select menu "Plugins", then item "Plugin Manager", click the "Install" tab to load the plugin list, check the box labeled "NetRexxScript", then click the "Install" button near the bottom left of the plugin manager screen.

To use the NetRexxScript control window: select "Plugins", then item "NetRexxScript", then subitem "NetRexxScript", then click the down arrow at the top left of the control window and select "Dock at Bottom" (or Top).

If you want to download the source code, you can find it from my NetRexx projects web page:

http://kermitkiser.com/NetRexx

or you can download it from the jEdit SourceForge SVN repository for plugins:

http://sourceforge.net/projects/jedit-plugins/files

-- Kermit Kiser




On 8/2/2010 5:34 AM, [hidden email] wrote:

Where can I find the NetrexxScript project?

Kenneth Klein
Systems Specialist
502-868-3644
859-750-5179 (Cell)
502-868-2298 (Fax)
[hidden email]



Thomas Schneider [hidden email]
Sent by: [hidden email]

07/30/2010 07:37 PM

Please respond to
[hidden email]; Please respond to
IBM Netrexx [hidden email]

To
IBM Netrexx [hidden email]
cc

Subject
Re: [Ibm-netrexx] jEDT ????s







Hi there,
 
   I would lie to *add*  that *both* NetrexxScript & NetRexxDE have been proven
to be *wonderful* integration efforts between JEdit and NetRexx :-)

Thanks a lot, Kermit & David :-)

Tom.
=================================================================================
Am 30.07.2010 23:16, schrieb David Requena:


El 30/07/2010 22:24, Kermit Kiser escribió:

As David mentioned, NetRexxScript uses the NetRexx interpreter to run NetRexx scripts. If you wish to compile NetRexx programs and look at the Java code using jEdit, I recommend the great plugin NetRexxDE written by David and available from His Kenai web site:

http://kenai.com/projects/netrexx-misc/pages/NetRexxDE

-- Kermit Kiser


It's not that great but it has a showme-the-java-code button he he..

Of course you can have both plugins installed in jEdit at the same time as I do :-)

---
Saludos / Kind regards.
David Requena




_______________________________________________
Ibm-netrexx mailing list
[hidden email]

 



--
Thomas Schneider Projects ReyC & LOGOS on
www.KENAI.com_______________________________________________
Ibm-netrexx mailing list
[hidden email]



_______________________________________________ Ibm-netrexx mailing list [hidden email]

_______________________________________________
Ibm-netrexx mailing list
[hidden email]




_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: jEDT ????s

kenner

NetrexxDE was working fine yesterday but today I can't get past this error:


 Check if Java Exec & Path has been properly set
 for NetRexxDE using the Global Option DialogBox

I saw it yesterday as well and worked around it somehow but today I am stumped. It appears when I go to compile some new source code.


Kenneth Klein
Systems Specialist
502-868-3644
859-750-5179 (Cell)
502-868-2298 (Fax)
[hidden email]



Robert Hamilton <[hidden email]>
Sent by: [hidden email]

08/03/2010 08:46 AM

Please respond to
IBM Netrexx <[hidden email]>

To
IBM Netrexx <[hidden email]>
cc
Subject
Re: [Ibm-netrexx] jEDT ????s





Shucks; I thought it was Magic.  I didn't even do nada; jEdit came up in NetRexx mode, somehow.

????

bob hamilton

On Mon, Aug 2, 2010 at 4:51 PM, Kermit Kiser <infire@...> wrote:
Hi Kenneth ;

If you just want to use the NetRexxScript plugin to run NetRexx scripts in jEdit, the jEdit Plugin Manager will install it for you:

>From jEdit select menu "Plugins", then item "Plugin Manager", click the "Install" tab to load the plugin list, check the box labeled "NetRexxScript", then click the "Install" button near the bottom left of the plugin manager screen.

To use the NetRexxScript control window: select "Plugins", then item "NetRexxScript", then subitem "NetRexxScript", then click the down arrow at the top left of the control window and select "Dock at Bottom" (or Top).

If you want to download the source code, you can find it from my NetRexx projects web page:

http://kermitkiser.com/NetRexx

or you can download it from the jEdit SourceForge SVN repository for plugins:

http://sourceforge.net/projects/jedit-plugins/files

-- Kermit Kiser





On 8/2/2010 5:34 AM,
kenneth.klein@... wrote:

Where can I find the NetrexxScript project?


Kenneth Klein
Systems Specialist
502-868-3644
859-750-5179 (Cell)
502-868-2298 (Fax)

kenneth.klein@...

Thomas Schneider [hidden email]
Sent by:
[hidden email]

07/30/2010 07:37 PM


Please respond to
[hidden email]; Please respond to
IBM Netrexx
[hidden email]

To
IBM Netrexx [hidden email]
cc
Subject
Re: [Ibm-netrexx] jEDT ????s







Hi there,
 
   I would lie to *add*  that *both* NetrexxScript & NetRexxDE have been proven
to be *wonderful* integration efforts between JEdit and NetRexx :-)

Thanks a lot, Kermit & David :-)

Tom.
=================================================================================
Am 30.07.2010 23:16, schrieb David Requena:

El 30/07/2010 22:24, Kermit Kiser escribió:
As David mentioned, NetRexxScript uses the NetRexx interpreter to run NetRexx scripts. If you wish to compile NetRexx programs and look at the Java code using jEdit, I recommend the great plugin NetRexxDE written by David and available from His Kenai web site:


http://kenai.com/projects/netrexx-misc/pages/NetRexxDE

-- Kermit Kiser


It's not that great but it has a showme-the-java-code button he he..

Of course you can have both plugins installed in jEdit at the same time as I do :-)


---
Saludos / Kind regards.
David Requena




_______________________________________________
Ibm-netrexx mailing list

[hidden email]

 



--
Thomas Schneider Projects ReyC & LOGOS on
www.KENAI.com_______________________________________________
Ibm-netrexx mailing list

[hidden email]





_______________________________________________
Ibm-netrexx mailing list
[hidden email]

 


_______________________________________________
Ibm-netrexx mailing list

[hidden email]


_______________________________________________
Ibm-netrexx mailing list
[hidden email]



_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: jEDT ????s

Robert L Hamilton
I gave up on NetRexxDE in jEdit and use it with NetRexxScript which magically appeared when I reinstalled both  jEdit and NetRexx.  I use jEdit to syntax check Netrexx code.

Alan Sampson has some .bat files that will produce the JAVA code if that's what you're interested in.

bobh

On Tue, Aug 3, 2010 at 9:16 AM, <[hidden email]> wrote:

NetrexxDE was working fine yesterday but today I can't get past this error:


 Check if Java Exec & Path has been properly set
 for NetRexxDE using the Global Option DialogBox

I saw it yesterday as well and worked around it somehow but today I am stumped. It appears when I go to compile some new source code.


Kenneth Klein
Systems Specialist
502-868-3644
859-750-5179 (Cell)
502-868-2298 (Fax)
[hidden email]



Robert Hamilton <[hidden email]>
Sent by: [hidden email]

08/03/2010 08:46 AM

Please respond to
IBM Netrexx <[hidden email]>

To
IBM Netrexx <[hidden email]>
cc
Subject
Re: [Ibm-netrexx] jEDT ????s





Shucks; I thought it was Magic.  I didn't even do nada; jEdit came up in NetRexx mode, somehow.

????

bob hamilton

On Mon, Aug 2, 2010 at 4:51 PM, Kermit Kiser <[hidden email]> wrote:
Hi Kenneth ;

If you just want to use the NetRexxScript plugin to run NetRexx scripts in jEdit, the jEdit Plugin Manager will install it for you:

>From jEdit select menu "Plugins", then item "Plugin Manager", click the "Install" tab to load the plugin list, check the box labeled "NetRexxScript", then click the "Install" button near the bottom left of the plugin manager screen.

To use the NetRexxScript control window: select "Plugins", then item "NetRexxScript", then subitem "NetRexxScript", then click the down arrow at the top left of the control window and select "Dock at Bottom" (or Top).

If you want to download the source code, you can find it from my NetRexx projects web page:

http://kermitkiser.com/NetRexx

or you can download it from the jEdit SourceForge SVN repository for plugins:

http://sourceforge.net/projects/jedit-plugins/files

-- Kermit Kiser





On 8/2/2010 5:34 AM,
[hidden email] wrote:

Where can I find the NetrexxScript project?


Kenneth Klein
Systems Specialist
502-868-3644
859-750-5179 (Cell)
502-868-2298 (Fax)

[hidden email]

Thomas Schneider [hidden email]
Sent by:
[hidden email]

07/30/2010 07:37 PM


Please respond to
[hidden email]; Please respond to
IBM Netrexx
[hidden email]

To
IBM Netrexx [hidden email]
cc
Subject
Re: [Ibm-netrexx] jEDT ????s







Hi there,
 
   I would lie to *add*  that *both* NetrexxScript & NetRexxDE have been proven
to be *wonderful* integration efforts between JEdit and NetRexx :-)

Thanks a lot, Kermit & David :-)

Tom.
=================================================================================
Am 30.07.2010 23:16, schrieb David Requena:

El 30/07/2010 22:24, Kermit Kiser escribió:
As David mentioned, NetRexxScript uses the NetRexx interpreter to run NetRexx scripts. If you wish to compile NetRexx programs and look at the Java code using jEdit, I recommend the great plugin NetRexxDE written by David and available from His Kenai web site:


http://kenai.com/projects/netrexx-misc/pages/NetRexxDE

-- Kermit Kiser


It's not that great but it has a showme-the-java-code button he he..

Of course you can have both plugins installed in jEdit at the same time as I do :-)


---
Saludos / Kind regards.
David Requena




_______________________________________________
Ibm-netrexx mailing list

[hidden email]

 



--
Thomas Schneider Projects ReyC & LOGOS on
www.KENAI.com_______________________________________________
Ibm-netrexx mailing list

[hidden email]





_______________________________________________
Ibm-netrexx mailing list
[hidden email]

 


_______________________________________________
Ibm-netrexx mailing list

[hidden email]


_______________________________________________
Ibm-netrexx mailing list
[hidden email]



_______________________________________________
Ibm-netrexx mailing list
[hidden email]




_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: jEDT ????s

David Requena
In reply to this post by kenner
Kennet,

Please, check at menu 'Plugins/Pluglin options/NetRexxDE' that the paths for java and tools.jar are right.

The plugin tries to auto-set them right at install time but does not check for changes to your system at any latter time.
 
-
Saludos / Kind regards,
David Requena

-----Original Message-----
From: [hidden email]
Sender: [hidden email]
Date: Tue, 3 Aug 2010 10:16:35
To: IBM Netrexx<[hidden email]>
Reply-To: IBM Netrexx <[hidden email]>
Subject: Re: [Ibm-netrexx] jEDT ????s

_______________________________________________
Ibm-netrexx mailing list
[hidden email]




_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: jEDT ????s

David Requena
In reply to this post by Robert L Hamilton
Bob,

That is, of course, up to you.

Let me point out thogh that I didn't notice any question about your issues with NetRexxDE. Not here, not at my private email address, not at the several project lists and forums.

Given these conditions, getting a solution for any trouble with the product would have been truly magic.

Regardin the other magic bit, I already told you about the .jEdit user folder under 'c:\documents and settings'

-
Saludos / Kind regards,
David Requena

-----Original Message-----
From: Robert Hamilton <[hidden email]>
Sender: [hidden email]
Date: Tue, 3 Aug 2010 09:44:48
To: IBM Netrexx<[hidden email]>
Reply-To: IBM Netrexx <[hidden email]>
Subject: Re: [Ibm-netrexx] jEDT ????s

_______________________________________________
Ibm-netrexx mailing list
[hidden email]




_______________________________________________
Ibm-netrexx mailing list
[hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: jEDT ????s

kenner
In reply to this post by David Requena

Yea, I finally caught that. The help doc was leading me in the wrong direction.

Kenneth Klein
Systems Specialist
502-868-3644
859-750-5179 (Cell)
502-868-2298 (Fax)
[hidden email]



"David Requena" <[hidden email]>
Sent by: [hidden email]

08/03/2010 01:14 PM

Please respond to
[hidden email]; Please respond to
IBM Netrexx <[hidden email]>

To
"IBM Netrexx" <[hidden email]>
cc
Subject
Re: [Ibm-netrexx] jEDT ????s





Kennet,

Please, check at menu 'Plugins/Pluglin options/NetRexxDE' that the paths for java and tools.jar are right.

The plugin tries to auto-set them right at install time but does not check for changes to your system at any latter time.

-
Saludos / Kind regards,
David Requena

-----Original Message-----
From: [hidden email]
Sender: [hidden email]
Date: Tue, 3 Aug 2010 10:16:35
To: IBM Netrexx<[hidden email]>
Reply-To: IBM Netrexx <[hidden email]>
Subject: Re: [Ibm-netrexx] jEDT ????s

_______________________________________________
Ibm-netrexx mailing list
[hidden email]




_______________________________________________
Ibm-netrexx mailing list
[hidden email]



_______________________________________________
Ibm-netrexx mailing list
[hidden email]