• Welcome to OS2World OLD-STATIC-BACKUP Forum.
 

News:

This is an old OS2World backup forum for reference only. IT IS READ ONLY!!!

If you need help with OS/2 - eComStation visit http://www.os2world.com/forum

Main Menu
Menu

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.

Show posts Menu

Messages - gap

#1
Networking / Re: ftp passive mode?
2011.12.21, 22:20:49
The standard FTP client from IBM does not know passive mode or >2GB files.

I have a proprietary FTP version (written by me) which runs in batch mode and does passive and >2GB files
using Java. It was a large project. It is in use on Linux, Windows and eComstation. (other platforms are also used.)

At the current time it is not open to use outside my company (Corvedia.com) because we sell internet communications
using our own data protocol which is far better.

greg
#2
I have had troubles with Intel boards for years.

One other setting change that sometimes works.

After selecting ACPI
use
/PIC /SMP
or just
/PIC

This disables the APIC (Advanced PIC) which fixes some machines.

greg
#3
Some of the new Intel mother boards can be partially used by eCs 2.1

Try this:
Install with "Own Values"
Select "Modern" Hardward
Select ACPI
add /SMP to ACPI parameters

Later when you see "Advanced Installation" select this option.
Deselect Advanced Power Management under Standard Devices.

This should allow an install to succeed.

greg
greg
#4
Applications / Re: Java for os2
2011.09.29, 18:26:29
I compiled the Jcad java application.

Not worth any time.

Java code from 2000 that used old style java and barely works on any Ecomstation java
1.3  1.4.1 1.4.2 6.0

greg
#5
Hardware / Re: OpenGL ddk
2011.09.21, 18:28:07
Hello,
I have not done graphics driver programming and not developed in C for some time.

Also I don't have the SNAP ddk. 

If this is not a problem then I might be able to help.

All my current work is in Java which I do for a living.
#6
IBM Visual Age for Java Enterprise Edition.

Purchased the original version 1 for $3000.00
Later as as  Program Choice member received version 3.02

This was a Java 1.1 platform development system written fully in Small Talk with an "internal" java.
Parts of 1.3 were included but new updated as Windows and Linux were.

Replaced with WebSphere which later had parts included in Eclipse.

NONE are as good as Visual Age for Java.

I still program with Visual Age and have found ways to use it for current development.

greg
#7
Applications / Re: Java for os2
2011.08.13, 04:10:11
On the jajuk I posted there is a change to the java environment which makes the screens work.

There is a cmd file "setvm6.cmd" which is run before jajuk.cmd
which read:
SET CLASSPATH=
SET JAVA_HOME=D:\java16
SET SWING_HOME=
SET PATH=D:\java16\bin;%PATH%
set BEGINLIBPATH=D:\java16\bin;%BEGINLIBPATH%

the correct lines should be:
SET CLASSPATH=
SET JAVA_HOME=
SET SWING_HOME=
SET PATH=D:\java16\jre\bin;%PATH%
set BEGINLIBPATH=D:\java16\jre\bin;%BEGINLIBPATH%

greg
#9
Applications / Re: Java for os2
2011.08.02, 01:29:46
Quote from: miturbide on 2011.07.31, 18:01:08
I run jajuk.cmd and it loaded the JAva app and tried to run the WinOS2 Media Player ;)

The swing screens don't load/look fine as you say.

Which components did you find it was missing? Is it a problem of the OpenJDK or is it that JAJUK uses something that we still don't have ported?


Originally jajuk had this jar:
jajuk.jar

These were added to make it work:
animation-1.2.0.jar
basicplayer-3.0.jar
commons-collections-3.2.1.jar
commons-io-2.0.1.jar
commons-lang-2.6.jar
contrib_junit_junit-4.6.jar
jaudiotagger-2.0.3.jar
jcommon-1.0.16.jar
jfreechart-1.0.13.jar
last.fm-bindings.jar
lobo-pub.jar
lobo.jar
log4j-1.2.16.jar
miglayout-3.7.4-swing.jar
substance-5.3.jar
swingx-core-1.6.2-2.jar
vldocking_3.0.0.jar

and everything is the ext directory. The one jar I know was used from this directory is:
cobra-no-commons.jar


greg

#10
Applications / Re: Java for os2
2011.07.31, 07:40:09
I have sort of mad Jajuk run.

There was allot of jar files needed to do this.

One problem is the Swing screens do not refresh correctly. This seems to be a common problem.

The complete working set along can be pulled from
http://71.246.225.60/jajuk.html

here is the size:
7-31-11 12:27a    65,687,895      0 a---  jajuk.zip
#11
Applications / Re: Java for os2
2011.07.15, 20:26:21
apache-tomcat-7.0.16 runs with Java1.6 using slightly modified scripts in tomcat_5-0-27_os2.zip

Also the same application runs with postgresql-9.0.3-os2-20110206.zip using the JDBC4 connector postgresql-9.0-801.jdbc4.jar
which needs Java 1.6