Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - David McKenna

Pages: 1 ... 13 14 [15] 16 17 ... 23
211
Article Discussions / Re: new remote desktop client ?
« on: August 01, 2016, 12:54:38 pm »
 Haven't tried it myself, but there is 'RDesktop' on Hobbes. Might be worth a try....

212
Applications / Re: Help! Need to fix yum.
« on: July 12, 2016, 12:55:53 pm »
 I am no expert on this stuff, but NSPR4K.DLL  is part of the 'Netscape Public Runtime' and is installed by YUM. Check your system and make sure there is not another version of NSPR4K.DLL on your LIBPATH that would confuse YUM. Also make sure the one in your \usr\lib directory is correct (you can download the NSPR rpm from the Netlabs YUM page and manually extract).

213
Storage / Re: MTP plugin for Netdrive?
« on: July 03, 2016, 09:06:50 pm »
 Thanks, Dave! New log attached. I added the line <HANG> at the point the hang occurs.

214
Storage / Re: MTP plugin for Netdrive?
« on: July 03, 2016, 01:54:59 pm »
 I tried MTP-DETECT using the logging dll and Lars' USB drivers ver 206 with a Galaxy Note4. It hangs for about a minute at one point, then continues with errors. Tried to capture a log (mtp-detect > usb.log) and got the attached file, but its contents are not what appeared on the console... how do I capture the console contents?

215
Storage / Re: MTP plugin for Netdrive?
« on: June 26, 2016, 03:16:14 pm »
 I would definitely find it useful and could help test on real hardware if needed.

216
Applications / Re: eCS_Java Apps Pack Final
« on: June 10, 2016, 10:59:17 pm »
 I looked at some of the other CMD files, and it looks like this is missing from the end of the jFtp.cmd file:

iPath:

  String = CurrentDir
  path = substr(string,1,lastpos('\',translate(string,'\','/'))-1)

Return

 Once I added that, it worked!

217
Applications / Re: eCS_Java Apps Pack Final
« on: June 10, 2016, 10:35:44 pm »
 I'm getting this error when I try to run the CMD file:

[C:\programs\javainstall\Get eJava Apps]jFtp
    30 +++     Call iPath;
REX0043: Error 43 running C:\programs\javainstall\Get eJava Apps\jFtp.CMD,
line 30: Routine not found

 Am I missing some library?

218
Applications / Re: Java applications
« on: May 29, 2016, 06:00:37 pm »
 Hey Joop,

  Thanks for posting all these java apps! I like the calculators you show and it inspired me to look for my all-time favorite - the HP15C. I actually found it here: http://hp15c.com/HP15C.jar and it runs great with Java6 too...

219
Setup & Installation / Re: Problem installing eCups 2.1
« on: March 23, 2016, 10:05:29 pm »
 You installed 'cupsgui.wpi'? If you did, it is in the c:\cups directory as cupswiz.exe. Start it from there...

220
Setup & Installation / Re: Problem installing eCups 2.1
« on: March 18, 2016, 11:03:33 pm »
 Installed fine here. You need to start the install by double clicking cups-base-2_1_0.wpi. Everything will be installed from there. Make sure you read everything here: http://trac.netlabs.org/ecups/wiki/CupsPort and in the instructions when you start the install.

221
Applications / Re: eCS_Java Apps Pack Final
« on: March 11, 2016, 10:36:15 pm »
 After thinking about the situation, I copied the MY_CFG_FILE and wget.exe into the 'Get eJava Apps' folder, and now the scripts work. So it seems the scripts are looking in the wrong place for those 2 files...

222
Applications / Re: eCS_Java Apps Pack Final
« on: March 11, 2016, 10:20:03 pm »
 Here's MY_CFG_FILE:

eJava = "C:\PROGRAMS\JavaInstall"
JavaHome = "C:\Programs\Java6"
JavaProg = "C:\Programs\JavaApps"
combined_var = "COMBINED_VAR"

 I installed by deleting the old install, then copying the archive to the new install directory and running Install_eJava.cmd. The default apps were all installed properly (no 'Get eJava Apps' folder shadow created though - I had to do that manually). When I tried to run any file in the 'Get eJava Apps' folder, I got a 'wget not exist' type error until I copied wget.exe into \ecs\bin. After that I got the errors just shown.

  I could try ro run the install again....

223
Applications / Re: eCS_Java Apps Pack Final
« on: March 10, 2016, 10:08:44 pm »
Greggory,

  I can't seem to get any app to install... at first because it couldn't find wget. I moved wget to a directory on the path and now I always get a message like:

[C:\PROGRAMS\JavaInstall\Get eJava Apps]wget -O EJAVA\res\ij149.zip --ftp-user=o
s2user --ftp-password=os2 ftp://os2notes.duckdns.org/eJava/ij149.zip
EJAVA\res\ij149.zip: No such file or directory

[C:\PROGRAMS\JavaInstall\Get eJava Apps]unzip EJAVA\res\ij149*.zip -d JAVAPROG\j
ImageJ
unzip:  cannot find any matches for wildcard specification "EJAVA/res/ij149*.zip
".

No zipfiles found.

224
Applications / Re: eCS_Java Apps Pack Final
« on: March 05, 2016, 06:56:11 pm »
 Another good one: Cademia, a 2D CAD drawing program found here: http://svn.cademia-consult.com/0815zxa/binary/CADEMIA_E72D-9276-00D9-4B86-9B3D-9E49-C933-A8D4/4.0RC6/CADEMIA_4.0RC6.zip

Here's the template:

rc = CreateObject( 'WPProgram',,
    'CADemia',,
    '<WP_EJAVA>',,
    'NOTDEFAULTICON=YES;'||,
        'NOPRINT=YES;'||,
        'DEFAULTVIEW=RUNNING;'||,
        ';'||,
        'ICONPOS=2,12;'||,
        'ICONFILE='||CurrentDir||'\icons\os2\Cademia.ICO;'||,
        'EXENAME='||JavaHome||'\BIN\JAVAW.EXE;'||,
        'STARTUPDIR='||JavaProg||'\Cademia;'||,
        'PARAMETERS=-jar cademia.jar 2>cademia_bugs.txt;'||,
        'PROGTYPE=PM;'||,
        'OBJECTID=<CADEMIA>',,
    CreateCollision )

return

 I'll attach an icon.

225
Applications / Re: eCS_Java Apps Pack Final
« on: February 27, 2016, 05:30:38 pm »
Hi Greggory,

 This is a great idea, I gave it a try and I have a couple of comments...

 iintl6i.dll is apparently required for something (got an error because I didn't have it and downloaded it from Hobbes) - that should be mentioned in the README. Also, it wasn't clear that you need to put the archive where it will stay, the files are not copied during install - only objects are created.

 My Java is in \Programs\Java6 and I want to store my java programs in \Programs\JavaApps. It would be nice if the install program asked for these locations (with defaults offered) and then used them for all of the install objects. Maybe create some kind of *.ini file at install that is used by all objects?

  Maybe it would be good if all programs on your server have a generic name (like JMol.zip) that contains the latest version known to work so a user doesn't have to download a new install file just to update - they simply run the same one again.

  Inside the 'eJava Apps' folder created at install is a folder called 'Get eJava Apps' that contains shadows of install files for various apps. It would be nice if there was a directory called '\Get eJava Apps' that had only these files in it and then put a shadow of that directory in the 'eJava Apps' folder. That way, if I copy a new install file to that directory, it automatically shows up in the 'Get eJava Apps' folder.

  I use ImageJ a lot, so here is ImageJ in your template:

CreateObjects:

rc = CreateObject( 'WPProgram',,
    'ImageJ',,
    '<WP_EJAVA>',,
    'NOTDEFAULTICON=YES;'||,
        'NOPRINT=YES;'||,
        'DEFAULTVIEW=RUNNING;'||,
        ';'||,
        'ICONPOS=2,12;'||,
        'ICONFILE='||CurrentDir||'\icons\os2\ImageJ.ICO;'||,
        'EXENAME='||JavaHome||'\BIN\JAVAW.EXE;'||,
        'STARTUPDIR='||JavaProg||'\ImageJ;'||,
        'PARAMETERS=-Xmx256m -jar ij.jar;'||,
        'PROGTYPE=PM;'||,
        'OBJECTID=<IMAGEJ>',,
    CreateCollision )

return

 Here is the link to it: http://rsb.info.nih.gov/ij/download/zips/ij149.zip and I attached an icon for it. Once installed, you can update ImageJ to the latest version from within ImageJ.

Thanks!

 

Pages: 1 ... 13 14 [15] 16 17 ... 23