Author Topic: Java applications  (Read 258646 times)

Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4710
  • Karma: +41/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Re: Java applications
« Reply #345 on: February 27, 2023, 12:34:49 am »
FYI:

- Universal Password Manager 1.15.1 is working for me on ArcaOS and the OpenJDK that we have.

Thanks Joop for your cmd files.

Regards
Martin Iturbide
OS2World NewsMaster
... just share the dream.

TNG999

  • Newbie
  • *
  • Posts: 29
  • Karma: +1/-0
    • View Profile
Re: Java applications
« Reply #346 on: March 07, 2023, 06:12:09 am »
Wow nice work on all these!!  Thank you very much!

-m

Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4710
  • Karma: +41/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Re: Java applications
« Reply #347 on: March 19, 2023, 04:08:51 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
Martin Iturbide
OS2World NewsMaster
... just share the dream.

Lars

  • Hero Member
  • *****
  • Posts: 1271
  • Karma: +65/-0
    • View Profile
Re: Java applications
« Reply #348 on: March 19, 2023, 04:33:34 pm »
https://www.onworks.net/de/software/windows/app-jlibris-ebook-reader

Hit the "App Download" button and you will be able to download the .ZIP file.

Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4710
  • Karma: +41/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Re: Java applications
« Reply #349 on: March 19, 2023, 04:51:47 pm »
Thanks Lars for the link.

Regards
Martin Iturbide
OS2World NewsMaster
... just share the dream.

Joop

  • Hero Member
  • *****
  • Posts: 633
  • Karma: +5/-0
    • View Profile
Re: Java applications
« Reply #350 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.   

Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4710
  • Karma: +41/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Re: Java applications
« Reply #351 on: March 19, 2023, 06:31:50 pm »
Hi

Testing GenealogyJ
https://joopn.home.xs4all.nl/os2ecs/ecs6e78.htm

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

Just as personal note, I like this software and I use it like every two months for my family tree.

Regards
Martin Iturbide
OS2World NewsMaster
... just share the dream.

Joop

  • Hero Member
  • *****
  • Posts: 633
  • Karma: +5/-0
    • View Profile
Re: Java applications
« Reply #352 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.

Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4710
  • Karma: +41/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Re: Java applications
« Reply #353 on: March 20, 2023, 03:11:02 am »
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.

I also tried to run it directly  with "java -jar run.jar" and I got.
Code: [Select]
[C:\HOME\DESKTOP\GENJ_APP-6865]java -jar run.jar
java.lang.UnsupportedClassVersionError: launcher/Launcher : Unsupported major.mi
nor version 51.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:14
2)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
        at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
        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: launcher.Launcher. Program will exit.
I think that is the usual error when the software was developed with a java version we don't have.

Regards

Martin Iturbide
OS2World NewsMaster
... just share the dream.

Joop

  • Hero Member
  • *****
  • Posts: 633
  • Karma: +5/-0
    • View Profile
Re: Java applications
« Reply #354 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.

Remy

  • Hero Member
  • *****
  • Posts: 645
  • Karma: +9/-1
    • View Profile
Re: Java applications
« Reply #355 on: March 22, 2023, 04:15:48 pm »
Quote from: Martin Iturbide

Hi Martin, I sent you a private message (PM) about an archived no more used program I have.
If it will interest you.
Regards

Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4710
  • Karma: +41/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Re: Java applications
« Reply #356 on: March 23, 2023, 04:31:14 pm »
Hi

I'm still trying to find the latest working Eclipse and Netbeans on OS/2 OpenJDK 1.6, to try to repack it and upload those to hobbes. I was unable to make run any of those old versions on a modern ArcaOS for the moment.

Help is appreciated.

Regards
Martin Iturbide
OS2World NewsMaster
... just share the dream.

ivan

  • Hero Member
  • *****
  • Posts: 1557
  • Karma: +17/-0
    • View Profile
Re: Java applications
« Reply #357 on: March 23, 2023, 08:13:26 pm »
How are you trying to start them?  I use a program object with the settings as shown below.
The full 'Parameter' line is: -Duser.home=e:\java-apps\artofillusion -jar artofillusion.jar 

All the java programs I have start in similar way with the correct changes re dir etc as necessary.

Martin Iturbide

  • OS2World NewsMaster
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4710
  • Karma: +41/-1
  • Your Friend Wil Declares...
    • View Profile
    • Martin's Personal Blog
Re: Java applications
« Reply #358 on: March 24, 2023, 02:49:48 am »
Hi Ivan

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

Regards

Update: Corrected my typo.
« Last Edit: March 24, 2023, 06:14:58 pm by Martin Iturbide »
Martin Iturbide
OS2World NewsMaster
... just share the dream.

Joop

  • Hero Member
  • *****
  • Posts: 633
  • Karma: +5/-0
    • View Profile
Re: Java applications
« Reply #359 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....