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 - Joop

Pages: 1 [2] 3 4 ... 43
16
Applications / Re: Java applications
« on: April 15, 2023, 08:07:35 pm »
Hi Joop

SportsTracker (https://joopn.home.xs4all.nl/os2ecs/ecs6e102.htm) was moved from SourceForge to Github and sadly the older released got removed:

- https://github.com/ssaring/sportstracker

License is GPL v2, so if you can include the old 5.3.0 version on your site, that would be great.

Regards
Because I'm working on a Rapsberry Pi 400 I have a higher version of Java. So I thought about a few upgrades, among them Sportstracker. Contacted the author, but that was a bad idea. He is now only supporting Windows and Apple with complete packages, that's inclusive Java in executable versions. Even if you download that you can't unwrap the stuff. He was very unfriendly and won't support something else. I will see if I can fix it, I have to mind the space for my pages. Can I upload it to Hobbes? 

17
Applications / Re: Java applications
« on: April 15, 2023, 04:56:16 pm »
Hi Joop

The Geogebra download link is not working: https://joopn.home.xs4all.nl/os2ecs/ecs6e33.htm
Sadly I was not able to find the GeoGebra-Unixlike-Installer-4.4.42.0.tar.gz file.
Website moved, versions are unclear if it will work with Java 6. Packages are split up to stand alone apps. Classic is still available, of course also higher version numbers. Have to think it over what to do, probably best is to upload my version, but have to see if this is allowed.
 
I can not also find JClic version that you have: https://joopn.home.xs4all.nl/os2ecs/ecs6e79.htm
JClic also has an other home, its still there, version just minor upgrade.

Please let me know if you still have a copy arround.
I have all copies on my system.

Regards 

18
Programming / Re: Compiling OpenJDK
« on: April 11, 2023, 07:08:47 pm »
Anyone else's google foo better than mine?

Trying to track down:
Code: [Select]
3b. JAXB 2.1 (http://jaxb.java.net/2.1/JAXB2_20061211.jar,
    install it with java -jar JAXB2_20061211.jar)

I found a reference at https://trac.netlabs.org/java/ticket/6 , but cannot find it there. Perhaps dmik knows where it is stored?
I was trying to avoid pestering dmik but I've sent him an email.

Cheers,

Paul
Is this the same? http://www.java2s.com/Code/Jar/j/Downloadjaxbapi21jar.htm

19
Programming / Re: Compiling OpenJDK
« on: April 10, 2023, 08:54:48 pm »
I already had Odin32 on C:\usr\bin, I don't know which technique will be good to disable old odin, and point to the new compiled one.  Or maybe I just has to take a backup of the VM and replace all odin file with the new ones?
There is not one way to start programs in OS/2. So you are going to make new directories for Odin, make your own choice in naming. Delete Odin in C:\usr\bin, place it in your new directories. Mind you also have to delete it everywhere where there is a reference to C:\usr\bin. Make  command files for starting your program. In it you refer to the new directory with that particular version of Odin before you call the program. Drawback is that two ore more versions might fight each other when active in memory and you need more memory, the latter is a worry because  OS/2 doesn't have that much and with today's applications you need more and more memory. There are also some programs which do something similar like with FF.       

20
Applications / Re: Java applications
« on: April 07, 2023, 03:53:26 pm »
Any idea if BJTutor (BlackJack Tutor) can run with OpenJDK 1.6.
Any idea if it can be run, just for the fun of it.
I have tested the zip. When you have such problems you can do a few things. One of them is to rename the main file to a proper java name, in this case there was no extension ".jar". Next don't follow what's inside the readme. So I tried with java -jar bjtutor.jar. When you do that you get  other comments back from java. In this case that the file is corrupt. Next rename it to a zip and try to unzip it. Not much in the file, but you can check on illegal activities like "eti is phone home". So I deleted the files and directory from my system, case closed. There is however a working BlackJack on my homepage, you can find it under "games". Sorry I don't have better news for you. 

21
Applications / Re: Java applications
« on: April 02, 2023, 07:21:52 pm »
Hi Martin,

Updated the page, you can try again  8)

22
Applications / Re: Java applications
« on: March 26, 2023, 09:51:12 pm »
After the problem with Regim I want to point out that I have all programs on my system as original download (most of them). So if you run into trouble make a mark.

23
Applications / Re: Java applications
« on: March 26, 2023, 09:43:46 pm »
Hi
I can not also run Regim with the script listed on the site:
https://joopn.home.xs4all.nl/os2ecs/ecs6e84.htm
After a download of what's available today it turned out to be a totally other construct of the zip file. Besides that, even if I would set that strait it will not run because it needs at least Java 8. So this is what I did  8). Turned on my OS/2 computer and updated the pages with my own downloads. My up and download system is not depended on the browser. If you now go to the page you can download my downloaded version from back then. Also tried to find out if the downloads are more wider spread then the page of the Rigim owner and it did not. So there are now two pages where you can download Rigim, on the site of the owner which needs Java 8 or higher or my page which runs happily with Java 6. Up to you ::).

24
Applications / Re: Java applications
« on: March 25, 2023, 08:39:51 pm »
Hi

I can not also run Regim with the script listed on the site:
https://joopn.home.xs4all.nl/os2ecs/ecs6e84.htm

I get:
Quote
Exception in thread "main" java.lang.NoClassDefFoundError: regim/Regim
Caused by: java.lang.ClassNotFoundException: regim.Regim
   at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: regim.Regim. Program will exit.

Regards
Strange, same version? All scripts on my website are tested on my own machine. Are you sure you have the last two lines as one in your  script? You can try to set everything in one directory, Current I'm not on my OS/2 machine, if I am I will look what I did. I was on the site, may be the version is too high, you need a higher version of Java for the last versions.

25
Applications / Re: Java applications
« on: March 24, 2023, 07:38:52 pm »
On this Netbeans page you have a dead link to "netbeans-7.3.1-netbeans-7.3.1-201306052037-javase.zip"
I found this one working:    
- https://github.com/tim-lebedkov/packages/releases/download/2019_Q1/netbeans-7.3.1-netbeans-7.3.1-201306052037-javase.zip
That's the same file, different source.

1) I don't know if deleting the "Locale" files are mandatory or optional, since just in case I want to keep the spanish things there.
I got problems with that the command line did grow beyond what's the maximum size, so I got errors. If you look at the locale files then a lot can go because you probably never compile a program for that particular language. After done that I could run the program and I did compile something like "Hello world" or so.

[C:\netbeans]i:\utils\unzip -n C:\netbeans\nb\nbos2icons.zip -d C:\var\temp
You always have to check my cmd files because no one has the same setup in OS//2.

Netbeans changed the way everything is called later on, but those versions are not for us unless we get a new release of Java with a much higher version, even 11 is running out of date.

26
Applications / Re: Java applications
« on: March 24, 2023, 01:22:45 pm »
Hi Ivan

I use a .cmd script to run the java applications, but Netlabs and Eclipse seems to be more complex to execute.

Regards
Did you download netbeans.zip and did you read README.OS2? Of  course not...,otherwise you didn't  have this remark....

27
Applications / Re: Java applications
« on: March 20, 2023, 07:12:20 pm »
Hi Joop
Hi Martin, did you start version 6865 more than once? Some programs look for a setup file or something similar which is written by the  program, but with first run there is nothing, so the program exits, but writes a setup file on exit. Next start it can find that file and does start.

I tried to run it several times, but it gets me the same error.

java.lang.UnsupportedClassVersionError: launcher/Launcher : Unsupported major.mi
nor version 51.0
That version is compiled for Java version 7. End of game.

28
Applications / Re: Java applications
« on: March 19, 2023, 09:25:52 pm »
Quote from: Martin Iturbide link=topic=18.msg38928#msg38928 date=1679247110
Testing GenealogyJ
[url
https://joopn.home.xs4all.nl/os2ecs/ecs6e78.htm[/url]

- Version 6798 works fine.
- Version 6865 gave me an error on start.

Maybe Joop's  page can be updated to say that version 6798 works fine.
Hi Martin, did you start version 6865 more than once? Some programs look for a setup file or something similar which is written by the  program, but with first run there is nothing, so the program exits, but writes a setup file on exit. Next start it can find that file and does start.
I have to go through every program in order to see if the link is valid and if there are updates and if so I do test updates if they will run with our version of Java. Not to mention that it will be more difficult today because Java is at version 17 or even higher.

29
Applications / Re: Java applications
« on: March 19, 2023, 06:13:22 pm »
Hi

I can not find the JLibris binary anymore:
https://joopn.home.xs4all.nl/os2ecs/ecs6e105.htm

The sourceforge page is not longer available :(
If someone has it around please let me know.

Regards
Sorry, this is one of the many programs which left Sourceforge, it is no longer on the servers of Sourceforge, thanks Lars for the link. Because my web browser in OS/2 is not able to connect to the www anymore, even getting new updates, update of the page has to wait until there is a new system from ArcaOS in the form of version 5.1 Dutch. It also demonstrates that you can't upgrade if your system is too far off. In other words, www sucks by the day more and more until it will reach a point that it is no longer useful. Sad that so many people can't handle freedom.   

30
Has nothing to do with ArcaOS or Win-OS/2. The problem here is that Windows 3.1 has its limitations regarding screen size. Sick as Microsoft is,  that's hard coded. So full screen is not recognized because today the size is far to big. Matter of fact is that windowed session does have a bug, they didn't hard coded the mouse there, as in full screen. You just run out of mouse space in full screen session. The method with windowed session is a work around and in Win-OS2 the size of the windowed session is remembered. To make it worse, some packages seems to have an own mind how to use the mouse. I always did use OS/2 or eComstation on bare metal and want to do so with ArcaOS if a Dutch version ever arises. I did do things in my  old environment which can't be repeated in Windows or Linux. Found that Rexx is not the same in those other OS'es. Further more I did use Embellish, but that package won't run in today's windows. And I have lots of drawings in Embellish format, which is not available in other packages. So lots of adaptions before you can work comfortably in Windows or Linux.

Pages: 1 [2] 3 4 ... 43