NetREXXTRY

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

Re: Installing jEdit with NetRexx scripting and compiler support (was NetREXXTRY)

Kermit Kiser
Some of the install suggestions for NetRexx say to put NetRexxC.jar in the Java lib\ext directory. If you did that to the Java JRE you use to run jEdit it will conflict with the NetRexxC.jar loaded by NetRexxScript. If so, move the one in lib\ext somewhere else.

BTW: jEdit starts in three different ways assuming you did a standard install: (1) double click the desktop icon created at install (2) Select "Start=>Programs=>jEdit=>jEdit" (3) Right click a file in Windows Explorer and select option "Open with jEdit"


On 7/1/2010 4:22 PM, Robert Hamilton wrote:
I decided to try JEdit on another PC -- a laptop -- that I had some luck with netRexx.

got to step 4 and got this out put

invokeit error=java.lang.reflect.InvocationTargetException
note ***: If NetRexxC is in the Java lib\ext directory it will cause invocation exceptions.
Throwable:java.lang.NullPointerException

bobh

On Thu, Jul 1, 2010 at 5:18 PM, Robert Hamilton <[hidden email]> wrote:
OK acl pm the jedit thinkg.

Got the files from step five unziped into program files/jars

but now cannot figure out how to stat JEdit and I know I had it running last time i fooled around with this deal.

thnx

bobh

On Tue, Jun 29, 2010 at 1:33 PM, Alan Sampson <[hidden email]> wrote:


On 29 June 2010 11:04, <[hidden email]> wrote:
How do u spcify where unzip files go. 
I'm back on jedit for 2 days. 
Thanx 
Bobh


If you intend using jar to unzip a file the best way is to create a new working directory, copy the zip file to it then open a "Command Prompt" and "cd" to that directory.  Once you're there jar will unzip the files into that directory.

Example:

> mkdir C:\tmp
> cd C:\tmp
> copy C:\DownloadLocation\product.zip .
> mkdir product
> cd product
> jar xvf ..\product.zip

This will explode the zip file contents into a directory structure under the C:\tmp\product folder which you can then move wherever you want.

Alan
--
Can't tweet, won't tweet!

_______________________________________________
Ibm-netrexx mailing list
[hidden email]





_______________________________________________ Ibm-netrexx mailing list [hidden email]

_______________________________________________
Ibm-netrexx mailing list
[hidden email]

12