JAVA apps for PUPPY run in JRE/JDK/OpenJRE/OpenJDK

Talk about and post software packages known to work or packaged for Puppy.
Message
Author
gcmartin

JAVA apps for PUPPY run in JRE/JDK/OpenJRE/OpenJDK

#1 Post by gcmartin »

Many community members may not know what JAVA does. For those reading this that don't know, briefly, I share "JAVA has always been a method of have a single program which will run ANYWHERE that JAVA exist." That's its intent. In Microsoft and Apple, JAVA is built into the system and users don't have a need to choose JAVA before using any JAVA application. In many/most cases, a user does NOT KNOW when they may be running a JAVA app because it Just Works! Essentially, a JAVA app which runs in JAVA in Puppy also run on Microsoft-Apple, too; and vice-versa. I am no programmer, but, this benefits 32bit and 64bit users as well.

Several PUPs include a JVM for this very reason....useful for all members with little to NO system impact during system's operation. For the benefit to PUP users, we will probably see this subsystem showing up to the benefit of all users.

If you are using a PUP that has a JVM (JRE/OpenJDK/JDK for example), then one or all of the following could be useful to you.
  • muCommander - a very useful FM allowing side-by-side viewing of different foldess (PET from @DPUP5520)
  • AngryIP - a easy to understand and use IP discovery tool from the World's Faster LAN/IP acanner (PET from @DPUP5520)
  • IP monitor - will provide continual monitoring of your externally assigned Internet IP address assigned from your ISP (PET from @DPUP5520)
  • LibreOffice - a full featured Office package that understands most/all different document formats(PET from @01Micko)
All of these packages work in each of the PUPs I have tested. But, I have ONLY tested with the JRE that either came with the PUP distro or was installed from #Pemasu's PPM download site.

Should you have any JAVA apps that you want made known, post your experience here in this thread for other members to see/find useful experiences, installation concerns or useful apps.

Addendum(s) All contributions to benefit community users to this thread are welcomed.
Last edited by gcmartin on Sun 10 Apr 2016, 14:52, edited 13 times in total.

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#2 Post by musher0 »

Hello, gcmartin.

Thanks for the invitation. Here are a few more that I've tested:

./Data:
csheets.jar --- tba
CSV2XML.jar --- tba
xmltocsv --- tba

./Writing:
Arachnophilia --- http://www.arachnoid.com/arachnophilia/index.php
javaDjVu --- http://djvu.sourceforge.net/
jedit --- http://www.jedit.org
jreepad --- http://jreepad.sourceforge.net/
tonicpoint-1.4 --- ftp://ftp.freebsd.org/pub/FreeBSD/ports ... nt-1.4.jar

./Translation
OmegaT --- http://www.omegat.org/
bitext2tmx --- http://bitext2tmx.sourceforge.net/

./CD burning
jcdwriter --- http://jcdwriter.sourceforge.net/

./FileManagers:
mucommander --- http://www.mucommander.com/
JFileSync --- http://jfilesync.sourceforge.net/index.shtml

./Images:
chaos attractors --- http://sourceforge.net/projects/attractors/
javaDjVu libre --- http://djvu.sourceforge.net/
jdraw --- http://www.softpedia.com/get/Multimedia ... Draw.shtml
PhotoBlender --- http://photoblender.softonic.com/

./Internet:
Signets-bu20b7 --- bookmarks organizer --- tba
vuze --- http://www.vuze.com/

./Games:
FourWins --- tba

./Music:
jplayer -- tba

./PIM and / or Time Management:
BORG --- http://sourceforge.net/projects/borg-calendar/
ganttproject --- http://www.ganttproject.biz/
openproj --- http://sourceforge.net/projects/openproj/
stodo --- https://code.google.com/p/stodo/downloa ... odo0.5.zip

Some of them are major in their field, such as BORG and ganttproject, or omegaT, or vuze, or jedit. (I can't name them all, really!)

There's a lot more java apps at http://java-apps.org/ and a good selection on sourceforge.net (enter java as search parameter).

Explore and enjoy! :)
Last edited by musher0 on Sat 31 Aug 2013, 01:42, edited 3 times in total.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#3 Post by 666philb »

here's some i use

groovejaar (grooveshark downloader/player) http://www.murga-linux.com/puppy/viewtopic.php?t=72079

tvbrowser (digital tv guide) http://www.murga-linux.com/puppy/viewtopic.php?t=77229

jdownloader (download manager) http://jdownloader.org/

IOgraph (doodle whilst you work) http://iographica.com/

apophysis (flame fractal generator) http://jfbouzereau.free.fr/apophysis.html

Vidmasta (video streamer/downloader) https://sites.google.com/site/vidmastasoftware/

gifted motion (create animated gifs) http://www.onyxbits.de/giftedmotion
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

User avatar
Monsie
Posts: 631
Joined: Thu 01 Dec 2011, 07:37
Location: Kamloops BC Canada

Using JAVA apps that work in Puppy

#4 Post by Monsie »

I find that Java apps tend to be slow loading up on my old Pentium3. Nevertheless, I have a couple of Java programs that I keep because they seem to fill a special purpose:

Stuck Pixel Sweeper --monitor repair utility
CharMap -- insert special symbols in text

I wrote about Stuck Pixel Sweeper earlier this year in the Utilities section. It really is a special purpose app that one isn't going to use very often, but will tuck away for when it is needed.

A character map is very useful from time to time when writing documents. I have yet to find one that is made for or adapted for Puppy surprisingly enough.... maybe there are some... I haven't made an exhaustive search.

Monsie
My [u]username[/u] is pronounced: "mun-see". Derived from my surname, it was my nickname throughout high school.

jpeps
Posts: 3179
Joined: Sat 31 May 2008, 19:00

Re: Using JAVA apps that work in Puppy

#5 Post by jpeps »

Monsie wrote:I find that Java apps tend to be slow loading up on my old Pentium3. Nevertheless, I have a couple of Java programs that I keep because they seem to fill a special purpose:
Slow due to double buffering. This could be changed to make better use of the OS's graphic card:

http://www.extremetech.com/computing/13 ... celeration


Java thread in Programming (contains app and link to updated jre):
http://murga-linux.com/puppy/viewtopic.php?t=83337

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#6 Post by musher0 »

Hi, folks.

If you need a flexible collections manager, this version of DataCrow was launched last Sunday : http://www.datacrow.net/. It's a big download (67 Mb), but it's mentioned on the website of its competitor, Tellico, for Linux distros that don't have a KDE environment, I presume. So it has to be good.

I didn't do anything much with it, but it does work well in Puppy. Java is required, of course.

BFN.

musher0
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

jpeps
Posts: 3179
Joined: Sat 31 May 2008, 19:00

#7 Post by jpeps »

musher0 wrote:
I didn't do anything much with it, but it does work well in Puppy. Java is required, of course.

musher0
Impressive! It even does online searches, adding all technical info for selected items into your personal database.

Here's another: JGnash. Besides financial accounts, has a portfolio manager that updates securities.

http://sourceforge.net/projects/jgnash/?source=dlp

robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

#8 Post by robwoj44 »

jlGui
http://murga-linux.com/puppy/viewtopic. ... 783#310783
JavaTunes
http://murga-linux.com/puppy/viewtopic. ... 941#318941
Jajuk
http://murga-linux.com/puppy/viewtopic. ... 949#318949
aTunes
http://murga-linux.com/puppy/viewtopic. ... 181#319181
Jukes
http://murga-linux.com/puppy/viewtopic. ... 621#320621
Entagged
http://murga-linux.com/puppy/viewtopic. ... 965#320965
Ekspos
http://murga-linux.com/puppy/viewtopic. ... 124#321124
MultiShow
http://murga-linux.com/puppy/viewtopic. ... 134#321134
OBEXFTP Frontend
http://murga-linux.com/puppy/viewtopic. ... 531#327531
StreamRipStar
http://murga-linux.com/puppy/viewtopic. ... 066#328066
Jubler
http://murga-linux.com/puppy/viewtopic. ... 112#336112
Lalaclick
http://murga-linux.com/puppy/viewtopic. ... 091#392091
Jampa
http://murga-linux.com/puppy/viewtopic. ... 253#392253
Jampal
http://murga-linux.com/puppy/viewtopic. ... 256#392256
Klactoveedsedstene
http://murga-linux.com/puppy/viewtopic. ... 261#392261
MyRTv
http://murga-linux.com/puppy/viewtopic. ... 719#395719
HeliosPaint
http://murga-linux.com/puppy/viewtopic. ... 269#398269
Google translate desktop
http://murga-linux.com/puppy/viewtopic. ... 479#411479
jCDWriter
http://murga-linux.com/puppy/viewtopic. ... 045#422045
Open Subtitle Translator
http://murga-linux.com/puppy/viewtopic. ... 584#430584
JavaDjVu
http://murga-linux.com/puppy/viewtopic. ... 875#430875
SciPlore MindMapping
http://murga-linux.com/puppy/viewtopic. ... 162#431162
YOYOPlayer
http://murga-linux.com/puppy/viewtopic. ... 285#431285
jTagger
http://murga-linux.com/puppy/viewtopic. ... 917#431917
JSopcast
http://murga-linux.com/puppy/viewtopic. ... 919#431919
blueMarine
http://murga-linux.com/puppy/viewtopic. ... 500#432500
Mango
http://murga-linux.com/puppy/viewtopic. ... 458#434458
Ophelia
http://murga-linux.com/puppy/viewtopic. ... 467#434467
Pixelitor
http://murga-linux.com/puppy/viewtopic. ... 647#434647
LinCoder
http://murga-linux.com/puppy/viewtopic. ... 377#437377
muCommander
http://murga-linux.com/puppy/viewtopic. ... 006#439006
OmegaT
http://murga-linux.com/puppy/viewtopic. ... 010#439010
Java-Comix
http://murga-linux.com/puppy/viewtopic. ... 072#460072
PS3 Media Server
http://murga-linux.com/puppy/viewtopic.php?t=80585
BitThief
http://murga-linux.com/puppy/viewtopic.php?t=86517
MusicBox
http://murga-linux.com/puppy/viewtopic.php?t=86669
Open Dicom Viewer
http://murga-linux.com/puppy/viewtopic.php?t=86781
FreeGuide
http://murga-linux.com/puppy/viewtopic.php?t=86784
TV grabber
http://murga-linux.com/puppy/viewtopic. ... 013#709013
TV Browser
http://murga-linux.com/puppy/viewtopic.php?t=86810
ytd2
http://www.murga-linux.com/puppy/viewtopic.php?t=87199
Alkitab
http://murga-linux.com/puppy/viewtopic. ... 251#725251
Bible Desktop
http://murga-linux.com/puppy/viewtopic. ... 254#725254
JavaMP3Gain
http://murga-linux.com/puppy/viewtopic. ... 746#727746
JavaMod
http://murga-linux.com/puppy/viewtopic. ... 200#733200
FreeRapid Downloader
http://murga-linux.com/puppy/viewtopic. ... 979#736979
VietOCR
http://murga-linux.com/puppy/viewtopic. ... 723#738723
Pically
http://murga-linux.com/puppy/viewtopic. ... 059#754059
Jeti
http://murga-linux.com/puppy/viewtopic.php?t=92298
Spark
http://murga-linux.com/puppy/viewtopic.php?t=92299
MyJaPhoO
http://murga-linux.com/puppy/viewtopic. ... 725#789725
Groovesquid
http://murga-linux.com/puppy/viewtopic. ... 007#796007
Last edited by robwoj44 on Wed 03 Sep 2014, 21:30, edited 2 times in total.

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#9 Post by musher0 »

Hello, all.

(Sorry for the inconvenience: for some reason, the url brackets are not doing the expected job tonight.)

Here are two java* applications which I discovered, that specialize in PDF files.

PDFsam is an applications to split and merge PDF documents.
Download: url]http://sourceforge.net/projects/pdfsam/ ... p/download[/url]
General site: url]http://www.pdfsam.org/[/url]

jPDFbookmarks will help you bookmark your PDF doc.
General sourceforge page: url]http://sourceforge.net/projects/jpdfbookmarks/[/url]
Help page: url]http://sourceforge.net/apps/mediawiki/j ... =Main_Page[/url]

Along with the poppler applications and libraries,
url]https://en.wikipedia.org/wiki/Poppler_(software)[/url]

PDFEdit,
url]http://pdfedit.cz/en/index.html[/url]

and the default PDF viewer and creation utilities found in all Puppies,

the two PDF processing applications above may save you a bundle, as compared to

Acrobat XI Pro ( +/- 285 Euros or 380 $CAD).
url]http://www.adobe.com/fr/products/catalo ... ar_fr.html[/url]

No thanks necessary! It's just the combined magic of opensource, and of the patience to query the Web! :wink:

musher0

~~~~~~~
* A recent java JRE is needed to run those two applications.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#10 Post by Flash »

Piggydb: A little, interesting digital assistant
...Very often, the main problem with computers and the Internet is not creation, or even discovery, of data or whole documents; it is to generally make sense of all those things and, above all, of their more or less evident connections. Today, I'd like to introduce you to a little piece of free software that tries to make this very task a bit simpler.

...Piggydb is a Java application aiming to become "a flexible and scalable knowledge building platform that supports a heuristic or bottom-up approach to discover new concepts or ideas based on your input." Quite a mouthful, isn't it? In plain English, this means that some day, Piggydb should semi-automatically discover, or at least make much more visible, connections among pieces of information that the user didn't declare or know about when he or she first fed them to the software. This continuous, ever-improving self reorganization of data should help users discover new ideas and generally be more creative.

... Don't let buzzwords and long-term roadmaps mislead you. In its current state, Piggydb already is an interesting combination of outliner, diary, notebook and personal wiki. It's definitely worth a try, in my opinion, by everybody working with lots of interrelated, mostly textual content.

... Piggydb is available as a stand-alone desktop application or as an "all-in-one" package. The latter is a web server accessible by any browser, even remotely, and that's the version I tested and show here.

Both variants will run everywhere Java is available. The installation procedure on Linux, however, at least for the all-in-one package, is just a bit more work than it seems from the web site....

User avatar
neerajkolte
Posts: 516
Joined: Mon 10 Feb 2014, 07:05
Location: Pune, India.

#11 Post by neerajkolte »

Nice little tools.
"One of my most productive days was throwing away 1000 lines of code."
- Ken Thompson

“We tend to overestimate the effect of a technology in the short run and underestimate the effect in the long run.â€￾
- Amara’s Law.

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#12 Post by musher0 »

Hello, all.

Small business owners using Puppy as base OS may be interested by
YABS, Yet Another Business Software, v. 1.13, available from
http://java-apps.org/content/show.php/Y ... ent=121340
Screen captures attached, of a test run with jre1.7.0_51.

BFN.

musher0
Attachments
capture16750.jpg
(32.56 KiB) Downloaded 4208 times
capture13841.jpg
(37.77 KiB) Downloaded 4140 times
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

stemsee

java

#13 Post by stemsee »

Don't forget

MINECRAFT.jar

hee hee

gcmartin

#14 Post by gcmartin »

There have been several recent updates for Puppy by its developers. There are JAVA SFSs and JAVA PETs of current JAVA releases.

TrolSoft
Posts: 5
Joined: Fri 11 Jul 2014, 12:53

muCommander

#15 Post by TrolSoft »

Hi everybody,

Since the muCommander projects is dead (the project is no longer updated) I have started my fork. Perhaps it will be helpful for Puppy.

Main features and changes:
- Find files dialog
- Improved text viewer and editor with syntax highlighting, undo/redo, and caret position store, history of recent files
- Directory size calculation on F3 key
- Improved image viewer. Now muCommander supports the following image formats: png, gif, jpg, bmp, wbmp, ico, psd, tga, tiff, pnm, pbm, pgm, ppm, scr.
- Internal PDF viewer
- HEX viewer
- Search history
- Built in programmers calculator (like Dos Navigator)
- Symlink editor and creator
- Hotkey F2 to run terminal
- Fixed keyboard shortcuts for Mac OS
- Some performance optimizations
- Fixed a lot of bugs
- A lot of minor improvements

I plan to develop the project in the future.

Home page: http://trolsoft.ru/en/soft/trolcommander/
Last edited by TrolSoft on Mon 13 Oct 2014, 08:31, edited 1 time in total.

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#16 Post by musher0 »

Thanks for the update.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

gcmartin

#17 Post by gcmartin »

Hello @TrolSoft. And WELCOME to Puppy Linux Discussion forum. This is a friendly helpful community that you will right at home in.

You bring an excellent Filemanager to Puppy Linux. As, I have reviewed your site, I can see the expansion in what you have done with muCommander with the releases you've been providing. The bug fixes are impressive as some of the problems I have hit in the past on the old muCommander.

As you product is a fork, you may want to consider a name change to make your offering unique as it evolves.

I am sure, that the Puppy community will rally around you, as this excellent filemanager goes forward.

Puppy Linux has its own package manager and packages are usually offered as PET (the extension of a Puppy package). The PETs are available for distro building (WOOF-CE) as well as via REPOs for download-installations. Ofter time, some developers in this community will maintain a thread exclusively for the discussion of their package. A PET is also installable into a running Puppy distro, outside of the PPM utility, by clicking on it in a filemanager.

At some point, you will consider providing your filemanager as a package for developers who would enclose it in a Puppy distro they build as well as one that a user would find available via the Puppy Package Manager (PPM).

Finally, when a developer creates a PET, there are several Puppy members who maintain sites to assist PET delivery. Others methods that is used by PET developers is their own sites, Google, DropBox, and various others.

Should you desire help, simple create a thread and post a request for guidance.

TrolSoft
Posts: 5
Joined: Fri 11 Jul 2014, 12:53

#18 Post by TrolSoft »

Thanks, @ gcmartin.

I have change name of my build to trolCommander and start a new forum thread http://www.murga-linux.com/puppy/viewto ... 275#790275

Hopefully in the future I will build as well PET-packages.

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#19 Post by muggins »


User avatar
nic007
Posts: 3408
Joined: Sun 13 Nov 2011, 12:31
Location: Cradle of Humankind

#20 Post by nic007 »

Opera Mini browser. Generally you will need JRE and an emulator like microemulator to run this and other mobile java applications/games on desktop/laptop.

Post Reply