OS/2, eCS & ArcaOS - Technical > Programming
programming in Java with netbeans
Dave Yeo:
Perhaps post the sh script if you are still having problems
Joop:
Downloaded netbeans-5_5_1.zip. This distribution still have OS/2 stuff for installing and using. Lets see, if that work we always can try to trick a higher verion of netbeans.
Greggory Shaw:
--- Quote from: Joop on June 14, 2015, 01:30:34 am ---Downloaded netbeans-5_5_1.zip. This distribution still have OS/2 stuff for installing and using. Lets see, if that work we always can try to trick a higher verion of netbeans.
--- End quote ---
Start at 5.0 I got that one working !
Above that 5.x+ the CMD states that the startup line is to long. There's thread on this somewhere around too.
Greggory
Joop:
Thanks for the tip Greggory. The only complaint so far is that it can't find Java. For the first cmd file you can fix it with --jdkhome statement, but within this command file a second is called and that one is complaining with the same message. Have to figure out how to solve that puzzle. Had input the lines
set path=q:\JAVA160\bin
set BEGINLIBPATH=q:\JAVA160\bin
set CLASSPATH=
set JAVA_HOME=
set SWING_HOME=
This works in my command files for starting Java programs, but in this case REXX doesn't like it. So I have to study a little more ;-)
Greggory Shaw:
--- Quote from: Joop on June 14, 2015, 07:12:55 pm ---Thanks for the tip Greggory. The only complaint so far is that it can't find Java. For the first cmd file you can fix it with --jdkhome statement, but within this command file a second is called and that one is complaining with the same message. Have to figure out how to solve that puzzle. Had input the lines
set path=q:\JAVA160\bin
set BEGINLIBPATH=q:\JAVA160\bin
set CLASSPATH=
set JAVA_HOME=
set SWING_HOME=
This works in my command files for starting Java programs, but in this case REXX doesn't like it. So I have to study a little more ;-)
--- End quote ---
Here's the other CMD file just use that:
E:\TMP\UNZIP\NETBEANS-5_5\NETBEANS\PLATFORM6\LIB]nbexec.cmd --jdkhome x:\java6jdk
This starts up 5.0, but zero testing.
Edit: just tried 5.5 and it's works too. See attached
Or the use the Windows eXe files (eCs 2.2):
pe nbexec.exe --userdir e:\tmp --jdkhome E:\Programs\Java\JavaOld\OpenJDK6-GA
Tip: always PE the Windows exe first, sometimes it just works !
Greggory
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version