Post links to your 64bit module repos here. Repo maintainers are responsible for resolving any issues caused by their xzm's.
-
Tulevik
- Samurai

- Posts: 138
- Joined: 21 Jul 2024, 21:40
- Distribution: Porteus v5.01 XFCE
Post#107
by Tulevik » 26 Aug 2024, 00:27
iQPuzzle is a diverting I.Q. challenging pentomino puzzle. Pentominos are used as puzzle pieces and more than 300 different board shapes are available, which have to be filled with them.
Built within Porteus XFCE 5.01
iQPuzzle - Module URL: https://www.mediafire.com/file/3nx8dw0x ... 4.zip/file
Tulevik
-
Tulevik
- Samurai

- Posts: 138
- Joined: 21 Jul 2024, 21:40
- Distribution: Porteus v5.01 XFCE
Post#108
by Tulevik » 31 Aug 2024, 00:05
OpenJDK is the official reference implementation of the Java Platform, Standard Edition (Java SE) since version 7. Among other things, it contains the Java Virtual Machine, which executes .jar programs and games, and the Java Compiler, which compiles .java code.
Once the module is activated, the main executables are located at /usr/lib64/java/bin.
To run a program or game (in .jar format), you should execute /usr/lib64/java/bin/java -jar [name of the program].jar
You can make an alias for that order by executing alias javarun='/usr/lib64/java/bin/java -jar', so later you just need to type javarun [name of the program].jar. Instead of javarun, you can type any valid order that you want for abbreviating the invokation of /usr/lib64/java/bin/java -jar [name of the program].jar; this is just an example.
(You can delete that alias by typing unalias javarun)
Built within Porteus XFCE 5.01
OpenJDK - Module URL: https://www.mediafire.com/file/0hk9sy0w ... 0.xzm/file
Tulevik
-
Tulevik
- Samurai

- Posts: 138
- Joined: 21 Jul 2024, 21:40
- Distribution: Porteus v5.01 XFCE
Post#109
by Tulevik » 31 Aug 2024, 00:09
Disclaimer: In the main post, my intention is to include the OpenJDK on the section related to Emulation, instead of placing it on the Development section. What do you think?
Tulevik
-
reisub
- White ninja

- Posts: 14
- Joined: 18 Oct 2016, 16:27
- Distribution: 3.2rc3
- Location: America
Post#110
by reisub » 31 Aug 2024, 05:37
Java is obsolete.
reisub
-
i3slkiller
- Contributor

- Posts: 129
- Joined: 03 Feb 2020, 18:51
- Distribution: Debian 12, Porteus 5.01
- Location: Poland
Post#111
by i3slkiller » 31 Aug 2024, 14:08
Tulevik wrote: ↑31 Aug 2024, 00:09
Disclaimer: In the main post, my intention is to include the OpenJDK on the section related to Emulation, instead of placing it on the Development section. What do you think?
In my opinion there is better to place it in Development section.
reisub wrote: ↑31 Aug 2024, 05:37
Java is obsolete.
??? I guess you mean Java plugin for browser, right?
i3slkiller
-
Tulevik
- Samurai

- Posts: 138
- Joined: 21 Jul 2024, 21:40
- Distribution: Porteus v5.01 XFCE
Post#112
by Tulevik » 31 Aug 2024, 16:07
i3slkiller wrote: ↑31 Aug 2024, 14:08
In my opinion there is better to place it in Development section.
Thanks for your opinion. It seems I can no longer edit that post, should I ask an Admin to allow me to edit it undefinitely?
Tulevik