VisualNetrexx setup problems :-(

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

VisualNetrexx setup problems :-(

Mark Hessling
Hi All,

I have just spent the last 3 days, downloading the latest VisualNetRexx,
JDK, Swing, and NetRexx, and trying to get vnr to work without success.

Any help with what is obviously a setup problem of mine would be appreciated.

Platform: NT 4.0
JDK:      1.1.5
Swing:    0.7
NetRexx:  1.125

The error I get is:

C:\java>vnr
java.lang.NoClassDefFoundError: com/sun/java/swing/JFrame
        at vnr.ide.VisualNetRexx.<init>(VisualNetRexx.nrx:25)
        at vnr.ide.VisualNetRexx.main(VisualNetRexx.nrx:49)

Environment variables...

C:\java>echo %CLASSPATH%
.;c:\java\jdk1.1.5;c:\java\jdk1.1.5\lib\classes.zip;c:\java\jdk1.1.5\lib\NetRexx
C.zip;c:\java\swing-0.7

C:\java>echo %JAVA_HOME%
c:\java\jdk1.1.5

C:\java>echo %SWING_HOME%
c:\java\swing-0.7

NetRexx works fine.  The demo Swing program works. vnr doesn't :-(

Cheers, Mark
------------------------------------------------------------------------
 Mark Hessling                       Email:       [hidden email]
 PO Box 203                          Phone:              +617 3802 0800
 Bellara                             http://www.lightlink.com/hessling/
 QLD 4507                            **** Author of THE & Rexx/SQL ****
 Australia                           ******* Maintainer PDCurses ******
                                     ********** Member RexxLA *********
------------------------------------------------------------------------

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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: VisualNetrexx setup problems :-(

dIon Gillard/Multitask Consulting/AU

>The error I get is:
>
>C:\java>vnr
>java.lang.NoClassDefFoundError: com/sun/java/swing/JFrame
>        at vnr.ide.VisualNetRexx.<init>(VisualNetRexx.nrx:25)
>        at vnr.ide.VisualNetRexx.main(VisualNetRexx.nrx:49)
>
>Environment variables...
>
>C:\java>echo %CLASSPATH%
>.;c:\java\jdk1.1.5;c:\java\jdk1.1.5\lib\classes.zip;c:\java\jdk1.1.5\lib\Ne
tRexx
>C.zip;c:\java\swing-0.7
>
>C:\java>echo %JAVA_HOME%
>c:\java\jdk1.1.5
>
>C:\java>echo %SWING_HOME%
>c:\java\swing-0.7

Remove c:\java\swing-0.7 from your classpath.

You'll need to add the following to your classpath:

%SWING_HOME%\swing.jar;%SWING_HOME%\jlf.jar;%SWING_HOME%\motif.jar;%SWING_HO
ME%\windows.jar

Let me know if this works...I think I'll auto do this in the next drop, as
quite a few people have had the same problem.
dIon Gillard
Sun Certified Java 1.1 Programmer
Work: http://www.multitask.com.au
NetRexx: http://www.multitask.com.au/netrexx
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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>