Ophelia

Audio editors, music players, video players, burning software, etc.
Post Reply
Message
Author
robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

Ophelia

#1 Post by robwoj44 »

http://wkjeldsen.dk/ophelia/
Ophelia is a lightweight mediaplayer written in Java. The main goal is (and was) to create a very light and fast mediaplayer with the most wanted features. Current compiled version weigh in at about 400kb. Ophelia works on all platforms with JRE 6.

The dependencies:
java from (login:puppy, password:linux)
http://puppylinux.asia/tpp/bugs/java-1.6u17.pet

Shep
Posts: 878
Joined: Sat 08 Nov 2008, 07:55
Location: Australia

#2 Post by Shep »

Is there a test one can use to determine whether one's puppy has JRE and what version?

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#3 Post by vovchik »

Dear Shep,

Just say

Code: Select all

java -version
in a terminal. You will see the version number.

With kind regards,
vovchik

nooby
Posts: 10369
Joined: Sun 29 Jun 2008, 19:05
Location: SwedenEurope

#4 Post by nooby »

# java -version
bash: java: command not found
#

I guess one have to install it first?
I use Google Search on Puppy Forum
not an ideal solution though

User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

#5 Post by vovchik »

Dear nooby,

Java is not installed in Puppy by default (it is huge), although it can be installed and runs perfectly fine. If you cannot find java on your system, either you have a bad installation (java not in your path) or it is not there at all (it is usually in /usr/lib/java and has a symlink to /usr/bin/java). There are a number of packages on the forum, so try one out. They ought to create all the necessary symlinks - and it ought to run OK.

With kind regards,
vovchik

Post Reply