Page 1 of 4

The JAVA Apps Thread....feel free to contribute!

Posted: Tue Mar 30, 2021 8:32 pm
by mikewalsh

Evening, kiddiwinks.

Essentially, this thread will be taking the same form as the one that Phil B. (I think it was Phil B, anyways) started some time ago on the Murga Forum. Anybody who's come across, or has regularly used, any specific Java apps that you think the rest of us may find useful, feel free to post about 'em.

These things often turn up in the most unlikely places.....or a well-known or complex app, which you might expect to be released in a standard package format, turns out to be written in Java.

I'm going to share a few; I know this first one is one Phil definitely dug up:-

CruiserGL

It's kind of a Java version of what Google or Bing Maps offer, using the OpenMaps API/ecosystem. Works pretty well, too. Comes as a .pet.

----------------------------------

Next one is JDiskReport. It's a wee disk-usage analysis tool. 'Nuff said. This is an SFS.

----------------------------------

Next up is PinEmUp! - a Java-based 'sticky-notes' application, so's you can plaster reminders to yourself all over your desktop.... Pet package.

---------------------------------

This next one, um.....well; it very definitely functions, though I haven't as yet, quite got the hang of it. ScreenStudio is, as far as I can make out, a Java-powered version of OBS - Outside Broadcast Studio - but I haven't yet got the hang of the latter, either, so that's not saying much! :lol:

Worth a look, perhaps, if you're wanting to make up your own vids from various sources...

--------------------------------

Then we have JPDFView. No prizes for guessing what THIS does. It's neat, practical, workmanlike; it gets the job done. Comes as a .pet package.

---------------------------------

Solo Java MP3 player is ALSO self-explanatory. Please note, when it says MP3 player, it means exactly that.........it will ONLY play mp3s, and doesn't function with any other format. Mind you, I've come across a few Linux apps of various types that are also dedicated to one specific format.... Again, a .pet package.

---------------------------------

This last one's just a bit of fun, really, though it IS fully functional. Who remembers the old-style adding machines we used to use in offices? Pull the handle for each operation, and it printed-out on a roll of paper tape? Then we got large, desktop-sized calculators.....though these still retained the paper tape printout.

Well, SuperbCalc is exactly like the latter. A large calculator, with "paper-tape" printout.....which can be detached, and saved/copy-pasted/whatever you want to do with it. You can change display/GUI size/colour, and it even has sound effects! :)

Image

Comes as a .pet.

--------------------------------

I've also got a number of individual .jar files. There's another music player; a basic notepad; a Java-powered installer for Capa Chess, a pretty nifty 3D chess game, itself Java-powered.....and what appears something rather like Google Maps, only laid out in Mercator projection, and apparently for mature students/university post-grads who are studying Geology..? Can't remember where I got this from, now.....it's around 60 MB in size, and for a Java-powered app is highly-detailed and pretty complex......called GeoMapApp.

I vaguely recall it was developed jointly between a British university, a Danish one, and a couple of American ones..?? (*shrug*)

You can find these here, if you fancy poking around:-

https://drive.google.com/drive/folders/ ... sp=sharing

Anybody else have anything you fancy sharing? Feel free to dive-in...!! :D

If anyone has any links for sources of Java apps, those would be especially welcome.....

----------------------------------------

A few URLs (these are the ones I can actually find):_

Cruiser - https://wiki.openstreetmap.org/wiki/Cruiser#Map

GeoMapApp - http://www.geomapapp.org/

JDiskReport - http://www.jgoodies.com/freeware/jdiskreport/

PinEmUp! - https://sourceforge.net/projects/pinemup/files/

(All the others are either defunct, or their respective sites no longer exist...)

Mike. ;)


Re: The JAVA Apps Thread....feel free to contribute!

Posted: Thu Apr 01, 2021 11:07 pm
by puppy_apprentice

Tag: JavaMod, JavaTunes, Arachnophilia

Could you please add home pages urls of those programs. So that everyone can download a newer version yourself.

You can start .jar files with this command:

Code: Select all

java -jar javafile.jar

or prepare a bash script eg. jstart.sh for this:

Code: Select all

#!/bin/sh
java -jar "$@"

JavaMod - The Java Mod Player
https://sourceforge.net/projects/javamod/

javamod.jpg
javamod.jpg (34.01 KiB) Viewed 3169 times

I use it to play Amiga modules mostly.

Here you have some tunes of one of the best Polish tracker musicians.

JavaTunes
https://www.softpedia.com/get/Multimedi ... unes.shtml

javatunes.jpg
javatunes.jpg (112.23 KiB) Viewed 3169 times

Arachnophilia - programming editor
https://arachnoid.com/arachnophilia/index.html

arachnophilia.jpg
arachnophilia.jpg (32.1 KiB) Viewed 3105 times

Re: The JAVA Apps Thread....feel free to contribute!

Posted: Fri Apr 02, 2021 4:06 pm
by Dingo

Multivalent.jar

a stunning piece of java software able to view and manipulate pdf files
Multivalent.jar
- https://www.dropbox.com/s/q2znap8yf9rb2 ... t.jar?dl=1
documentation
- https://www.dropbox.com/s/4unqvswkc7uds ... s.zip?dl=1

Code: Select all

# MD5
813bb651a1cc6ea230f28aac47f78051  Multivalent.jar
# SHA1
1545d3dcfb35d8c3a79be5a621003feaba9f02d0  Multivalent.jar
# SHA256
c9d48bc713f3f605a56754a8a42bba097597ad7ffe1035ce9e236e54a61339d0  Multivalent.jar

I wrote several scripts for different imposition schemes (In Italian, sorry) in my blog:
https://ignoraetlabora.wordpress.com/

actual Multivalent.jar hosted on sourceforge are deprived od pdf tools, so you need to download from my link


Re: The JAVA Apps Thread....feel free to contribute!

Posted: Fri Apr 02, 2021 4:48 pm
by mikewalsh

@puppy_apprentice :-

Could you please add home pages urls of those programs. So that everyone can download a newer version yourself.

Mm. I'll do what I can, mate.....but you have to understand that I've collected these over quite a long period of time, and I can't remember where I found most of 'em now! They have a tendency to show up in the most unexpected locations, too.....usually where you wouldn't expect to find Java apps.

I'll see if I can track some of them down. No promises, mind....

Mike. ;)


JavE (Java Ascii Versatile Editor)

Posted: Fri Apr 09, 2021 7:30 pm
by Grey

JavE (Java Ascii Versatile Editor) v5.0 and 270+ fonts. As you might guess, for drawing ASCII graphics :)
Of course there are more modern Playscii and Moebius, but JavE remains my favorite. This is a Java program, but I made a .pet. After installation, run via Menu>>Graphic>>JavE
https://disk.yandex.ru/d/tbQXczxFg6V_1A

Code: Select all

                                                                 _     _
                                                                (c).-.(c)
      _                    ___    _____                ___       / ._. \
   _ | |  __ _    __ __   | __|  (___  )              (  _`\   __\( Y )/__             _
  | || | / _` |   \ V /   | _|       | |   _ _  _   _ | (_(_) (_.-/'-'\-._)  ____    _( )__   _
  _\__/  \__,_|   _\_/_   |___|   _  | | /'_` )( ) ( )|  _)_     || J ||    ||a || _|     _| / \
_|"""""|_|"""""|_|"""""|_|"""""| ( )_| |( (_| || \_/ || (_( )  _.' `-' '._  ||__||(_ V _ (_ ( E )
"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-' `\___/'`\__,_)`\___/'(____/' (.-./`-'\.-.) |/__\|  |_( )__| \_/
                                                               `-'     `-'

The main thing is not to use such tools for various outrages :) I went through this on russian forums. There, various idiots drew ascii-ass-dicks-naked-women half the size of the screen. And I was one of those idiots :oops: Do not repeat the mistakes of youth :?


Re: The JAVA Apps Thread....feel free to contribute!

Posted: Fri Apr 09, 2021 10:27 pm
by muggins

Pixelitor java image editor: https://pixelitor.sourceforge.io/


Re: The JAVA Apps Thread....feel free to contribute!

Posted: Fri Apr 09, 2021 10:34 pm
by muggins

HeliosPaint free image editor: http://www.heliospaint.com/


Re: The JAVA Apps Thread....feel free to contribute!

Posted: Sat Apr 10, 2021 12:33 am
by mikewalsh

@muggins :-

Hey, thanks for those last two. I LIKE Pixelitor, I must say. Kinda like a Java-powered older version of the GIMP. Very neat.

Cheers!

Mike. ;)


Re: The JAVA Apps Thread....feel free to contribute!

Posted: Sat Apr 10, 2021 12:56 am
by Grey

Art of Illusion (3D modelling, rendering, and animation)
I like Wings 3D written in Erlang programming language more. But in Java, AoI is probably the only one of this scale.


Re: The JAVA Apps Thread....feel free to contribute!

Posted: Sat Apr 10, 2021 4:32 pm
by puppy_apprentice

Tag: CrosswordEditor, FidoCadJ, HoDoKu

I have one suggestion - make first post of this topic as an index page with links to our posts (maybe broken down into categories eg. graphics, music etc.)

CrosswordEditor - application for creating, editing and solving crosswords
http://crosswordeditor.sourceforge.net/

crosswordedit.jpg
crosswordedit.jpg (119.46 KiB) Viewed 3039 times

FidoCadJ - vector drawing program with a complete library of electronic symbols
https://sourceforge.net/projects/fidocadj/

fidocadj.jpg
fidocadj.jpg (81.57 KiB) Viewed 3039 times

HoDoKu - a Sudoku generator/solver/trainer/analyzer
http://hodoku.sourceforge.net/en/index.php

hodoku.jpg
hodoku.jpg (81.71 KiB) Viewed 3039 times

Re: The JAVA Apps Thread....feel free to contribute!

Posted: Sat Apr 10, 2021 5:32 pm
by Grey

JD-GUI. Standalone graphical utility that displays Java sources from CLASS files(instant access to methods and fields). Main site (http :!: ) and Gitpage
Direct link to file:
https://github.com/java-decompiler/jd-g ... -1.6.6.jar


Re: The JAVA Apps Thread....feel free to contribute!

Posted: Sat Apr 10, 2021 6:00 pm
by puppy_apprentice

Tag: JPC, SlowQR, TTFEdit

JPC - the fast pure Java™ x86 PC emulator
http://jpc.sourceforge.net/home_home.html

jpc5.jpg
jpc5.jpg (57.07 KiB) Viewed 2296 times

SlowQR - generator/decoder of QR Codes
https://sourceforge.net/projects/slowqr/

slowqr.jpg
slowqr.jpg (102.95 KiB) Viewed 2296 times

TTFEdit - TrueTypes tables editor
http://ttfedit.sourceforge.net/

ttfedit.jpg
ttfedit.jpg (88.06 KiB) Viewed 2296 times

Re: The JAVA Apps Thread....feel free to contribute!

Posted: Sat Apr 10, 2021 9:23 pm
by mikewalsh
Grey wrote: Sat Apr 10, 2021 12:56 am

Art of Illusion (3D modelling, rendering, and animation)
I like Wings 3D written in Erlang programming language more. But in Java, AoI is probably the only one of this scale.

Good grief. A Java-powered Blender/OBS combo. I wouldn't have thought that possible..! I'm officially impressed, yes, indeedy. :thumbup: :D

Whether or not I shall ever find time to play around with it is anybody's guess.....

Mike. ;)


Re: The JAVA Apps Thread....feel free to contribute!

Posted: Sun Apr 11, 2021 9:29 am
by puppy_apprentice

Tag: aTunes, Jajuk, Jukes

Three Java music players/organizers:

aTunes
http://www.atunes.org/

atunes.jpg
atunes.jpg (89.62 KiB) Viewed 2257 times

Jajuk
http://www.jajuk.info/

jajuk.jpg
jajuk.jpg (146.04 KiB) Viewed 2257 times

Jukes
https://code.google.com/archive/p/jukes/

jukes.jpg
jukes.jpg (139.33 KiB) Viewed 2257 times

Re: The JAVA Apps Thread....feel free to contribute!

Posted: Sun Apr 11, 2021 9:54 am
by amethyst

Re: The JAVA Apps Thread....feel free to contribute!

Posted: Sun Apr 11, 2021 1:22 pm
by mikewalsh
amethyst wrote: Sun Apr 11, 2021 9:54 am

Opera Mini - https://drive.google.com/file/d/129STkb ... sp=sharing

This one I CAN recommend. It works well, despite that it takes a wee bit of getting used to..!

Thanks, Nic.

Mike. :thumbup:


Re: The JAVA Apps Thread....feel free to contribute!

Posted: Tue Apr 13, 2021 4:37 pm
by puppy_apprentice

Tag: Circuit Simulator, InsightPoint, Jubler

Circuit Simulator - an electronic circuit simulator
https://www.falstad.com/circuit/

circuitsimulator.jpg
circuitsimulator.jpg (59.73 KiB) Viewed 2206 times

InsightPoint - a tool for creating vector graphics
Home page gone with wind.
https://www.szybkiplik.pl/Zm5cUNuFr8
Expires after 7 days.
To use it on 64 bit Puppies you have to load .sfs with 32bit libs too.

insightpoint.jpg
insightpoint.jpg (100.73 KiB) Viewed 2206 times

Jubler - subtitles editor
https://www.jubler.org/index.html

jubler.jpg
jubler.jpg (57.67 KiB) Viewed 2206 times

There is a console tool for this on old forum:
https://oldforum.puppylinux.com/viewtop ... 8#p1014088
You have to log in first to get it, because programming section is hidden.
Edit: it works now without log in.


Re: The JAVA Apps Thread....feel free to contribute!

Posted: Tue Apr 13, 2021 8:14 pm
by Grey
puppy_apprentice wrote: Tue Apr 13, 2021 4:37 pm

InsightPoint - a tool for creating vector graphics
Home page gone with wind.
https://www.szybkiplik.pl/Zm5cUNuFr8

How to launch it? Doesn't work in Fossapup even with 32-bit .sfs. There is insightpoint.exe ʘ‿ʘ

puppy_apprentice wrote: Tue Apr 13, 2021 4:37 pm

Expires after 7 days.

The readme.txt file says 14 days ◕‿↼


Re: The JAVA Apps Thread....feel free to contribute!

Posted: Tue Apr 13, 2021 8:17 pm
by puppy_apprentice

This exe is linux elf file 32bit, cut .exe, give permission and try to launch.
7 days is for my link with program.


Re: The JAVA Apps Thread....feel free to contribute!

Posted: Tue Apr 13, 2021 8:31 pm
by Grey

Found what the problem is. I have Mono installed. The system thinks that it is not Java, but Mono program. Therefore, it only works when launched from terminal with the command ./insightpoint.exe (ᵔᴥᵔ)


Re: The JAVA Apps Thread....feel free to contribute!

Posted: Tue Apr 13, 2021 8:53 pm
by puppy_apprentice

I always launch new programs (even with GUI) from console to see what is under the hood.


Re: The JAVA Apps Thread....feel free to contribute!

Posted: Wed Apr 14, 2021 3:48 pm
by puppy_apprentice

Tag: DocSearcher, TV-Browser, yEd

DocSearcher - document indexer and search utility
https://www.docsearcher.de/

docsearcher.jpg
docsearcher.jpg (119.15 KiB) Viewed 2391 times

TV-Browser - electronic TV guide
https://www.tvbrowser.org/

tvbrowser.jpg
tvbrowser.jpg (160.65 KiB) Viewed 2391 times

yEd - a general-purpose diagramming program with a multi-document interface
https://www.yworks.com/products/yed

yed.jpg
yed.jpg (93.89 KiB) Viewed 2391 times

Re: The JAVA Apps Thread....feel free to contribute!

Posted: Thu Apr 15, 2021 7:02 pm
by puppy_apprentice

Tag: FuncPlotter, Kitchen Garden Aid, JavaCPC Desktop

FuncPlotter - 2d function grapher
http://funcplotter.sourceforge.net/

funcplotter.jpg
funcplotter.jpg (81.29 KiB) Viewed 2361 times

Kitchen Garden Aid - garden planner
http://kitchengarden.sourceforge.net/

garden.jpg
garden.jpg (164.44 KiB) Viewed 2361 times

JavaCPC Desktop - Java Amstrad CPC Emulator
https://sourceforge.net/projects/javacpc/

javacpc.jpg
javacpc.jpg (84.26 KiB) Viewed 2361 times

Re: The JAVA Apps Thread....feel free to contribute!

Posted: Fri Apr 16, 2021 1:45 pm
by puppy_apprentice

Tag: GloboNote, MUD Map, Qana

GloboNote - Free note taking application
https://globonote.info/

globonote.jpg
globonote.jpg (104 KiB) Viewed 2336 times

- helps users of MUDs, MUSHs, text adventures and similar games at creating maps of the virtual worlds and to keep an overview over places, paths, dangerous areas
https://sourceforge.net/projects/mudmap/

mudmap.jpg
mudmap.jpg (60.43 KiB) Viewed 2336 times

Qana - Java application that encrypts files, text and archives (hierarchically structured sets of files) with a 256-bit symmetric-key cipher
http://qana.sourceforge.net/

qana.jpg
qana.jpg (64.08 KiB) Viewed 2336 times

Re: The JAVA Apps Thread....feel free to contribute!

Posted: Sat Apr 17, 2021 10:58 pm
by muggins

Interior design program http://www.sweethome3d.com/

Image


Re: The JAVA Apps Thread....feel free to contribute!

Posted: Sun Apr 18, 2021 12:38 am
by muggins

Re: The JAVA Apps Thread....feel free to contribute!

Posted: Tue Apr 20, 2021 2:23 pm
by puppy_apprentice

Tag: Docear, Freeplane, Freemind

3 mind/idea mapping java apps:


https://docear.org/

docear.jpg
docear.jpg (68.3 KiB) Viewed 2283 times

Freemind
https://sourceforge.net/projects/freemind/

freemind.jpg
freemind.jpg (120.56 KiB) Viewed 2283 times

Freeplane
https://www.freeplane.org/wiki/index.php/Home

freeplane.jpg
freeplane.jpg (72.95 KiB) Viewed 2283 times

Re: The JAVA Apps Thread....feel free to contribute!

Posted: Tue Apr 20, 2021 3:19 pm
by puppy_apprentice

Tag: DocFetcher, Jarnal, JPdfBookmarks

DocFetcher - desktop search application
http://docfetcher.sourceforge.net/en/index.html

docfetcher.jpg
docfetcher.jpg (114.93 KiB) Viewed 2275 times

Jarnal - Java app for note-taking, sketching and PDF-/picture-annotating
https://sourceforge.net/projects/jarnal/

jarnal.jpg
jarnal.jpg (84.56 KiB) Viewed 2275 times

JPdfBookmarks - allows you to create and edit bookmarks on existing pdf files
https://sourceforge.net/projects/jpdfbookmarks/

jpdfbookmarks.jpg
jpdfbookmarks.jpg (146.19 KiB) Viewed 2275 times

Re: The JAVA Apps Thread....feel free to contribute!

Posted: Thu Apr 22, 2021 11:58 pm
by muggins

http://jwork.org/jport/

Running run.sh puts a small program launcher on the right of your desktop.

The downloaded free version of jPort has a limited number of applications (about 20). You should register in the member area and purchase the jPort program in order to install more free programs from the Portable Java Application (PJP) portal and update the existing programs.


Re: The JAVA Apps Thread....feel free to contribute!

Posted: Mon Apr 26, 2021 10:02 pm
by puppy_apprentice

This list is nice:
https://jwork.org/jport/pjp/db.php
We could try to find homepages of those apps.
Some of them we have on our forum.