to do list of dotpups

Stuff that has yet to be sorted into a category.
Message
Author
User avatar
bobwrit
Posts: 283
Joined: Mon 12 Mar 2007, 23:33
Contact:

to do list of dotpups

#1 Post by bobwrit »

for everone this is a place to list dotpups you'd like to see made. my list for others is:
1. world of warcraft
2. warcraft III
3. adobe audition
4. jdk
I need help with my forum. [b][u]LINK:[/u][/b][url]http://www.programers.co.nr/[/url]
[url]http://www.freewebs.com/programm/iframe.html[/url] is my gateway page...

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#2 Post by MU »

I currently see no sense in jdk.
I'm learning Java/JSP at work, and also installed JDK in Puppy.
See:
http://www.murga-linux.com/puppy/viewto ... 49&t=16881

I think usually you will not only need jdk, but also a lot of other stuff, like additional beans, Jakarta Tomcat or Eclipse.

So a jdk dotpup usually would not be sufficient.
The size of several dotpups would be enormous, so a .sfs might be better.

But as shown in the mentioned message, it is not difficult to install the required Software on your own.
Those installers run in any Linux, so distribution-specific packages are not really needed.
And like that you can be shure, to have always the latest versions.
Another issue might be legal matters.
Sun is going to release most parts of Java under the GPL, but this process is not finished yet.
Especially Enterprise beans by third-party developers might not be free, so a packager had to read all those licenses carefully to avoid problems.

On the other hand nobody blamed us yet for packaging jre with some of our isos/dotpups, though you would need a permission to do that.
Sun seems to be very tolerant at least in regard of smaller projects like Puppletts.

Mark

User avatar
bobwrit
Posts: 283
Joined: Mon 12 Mar 2007, 23:33
Contact:

#3 Post by bobwrit »

the only part I want is the jar tool. any way I try to download jdk it dosn't work on puppy 2.13.
I need help with my forum. [b][u]LINK:[/u][/b][url]http://www.programers.co.nr/[/url]
[url]http://www.freewebs.com/programm/iframe.html[/url] is my gateway page...

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#4 Post by MU »

extract the attached archive.
Copy the file in /jar/lib to /usr/local/lib
Copy the files in /jar/bin to /usr/local/bin

Then it might work.

Taken from jdk 1.6.0

Mark
Attachments
jar.tar
(57.85 KiB) Downloaded 475 times
Last edited by MU on Fri 13 Apr 2007, 22:31, edited 2 times in total.

User avatar
bobwrit
Posts: 283
Joined: Mon 12 Mar 2007, 23:33
Contact:

#5 Post by bobwrit »

if the file was just a .tar mabey i could but i can't download the .gz archive
I need help with my forum. [b][u]LINK:[/u][/b][url]http://www.programers.co.nr/[/url]
[url]http://www.freewebs.com/programm/iframe.html[/url] is my gateway page...

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#6 Post by MU »

ok, zipped it in addition.

type:
unzip jar.zip
to get jar.tar.gz, then open that with pupzip.
Mark

User avatar
bobwrit
Posts: 283
Joined: Mon 12 Mar 2007, 23:33
Contact:

#7 Post by bobwrit »

tried didn't work. if you take the .tar.gz and then rename it without the .gz I'll be able to. I had to do that on a difrent forum, it works.
I need help with my forum. [b][u]LINK:[/u][/b][url]http://www.programers.co.nr/[/url]
[url]http://www.freewebs.com/programm/iframe.html[/url] is my gateway page...

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#8 Post by MU »

strange... ok, changed.
If you still encounter problems, I'll upload to puppyfiles.org.
Mark

User avatar
bobwrit
Posts: 283
Joined: Mon 12 Mar 2007, 23:33
Contact:

#9 Post by bobwrit »

I moved the files into the folder wich you specify and the jar tool won't do anythiing.
I need help with my forum. [b][u]LINK:[/u][/b][url]http://www.programers.co.nr/[/url]
[url]http://www.freewebs.com/programm/iframe.html[/url] is my gateway page...

wow
Posts: 1052
Joined: Fri 30 Jun 2006, 00:18
Location: Peru

Re: to do list of dotpups

#10 Post by wow »

bobwrit wrote:1. world of warcraft
2. warcraft III
You can play Winslows games with Cedega:
http://www.transgaming.com/index.php?mo ... ay&ceid=29

"Technical Requirements

TransGaming recommends the following specifications sufficient to achieve optimal game play:

* Linux Kernel 2.4 or higher
* XFree 86 4.0 or higher (4.3 is recommended) or Xorg
* glibc 2.2 or higher
* Suficient hard disk space for the installation of games plus 60MB for Cedega
* nVidia GeForce class video card (recommended)

In addition to the above listed requirements each game will have its own hardware specifications.
"
[url=http://www.puppylinux.com][img]http://i.imgur.com/M4OyHe1.gif[/img][/url]

User avatar
HairyWill
Posts: 2928
Joined: Fri 26 May 2006, 23:29
Location: Southampton, UK

#11 Post by HairyWill »

A jar file is just a renamed zip archive with some rules about what must be inside.
http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html
You could just try rolling your own META-INF and MANIFEST.MF and INDEX.LIST if your case is relatively simple.
Alternatively you could read up on java.util.jar which is included in the jre
http://java.sun.com/j2se/1.4.2/docs/api ... mmary.html
Will
contribute: [url=http://www.puppylinux.org]community website[/url], [url=http://tinyurl.com/6c3nm6]screenshots[/url], [url=http://tinyurl.com/6j2gbz]puplets[/url], [url=http://tinyurl.com/57gykn]wiki[/url], [url=http://tinyurl.com/5dgr83]rss[/url]

User avatar
lvds
Posts: 340
Joined: Tue 23 Jan 2007, 15:15
Location: Near the window

#12 Post by lvds »

Hi,

May someone help please at making the followings dotpups or dotPET packages:
as they are much needed...

- EtherApe (network tool)
- Teamspeak client (conferencing system)
- Teamspeak server (conferencing system)
- Democracy tv (videocast and podcasts reader like iTunes)

Best regards,
Laurent.

Matu
Posts: 48
Joined: Thu 08 Feb 2007, 11:42
Location: Europe, Hungary

#13 Post by Matu »

Dear DotPet Creators,

I have only one request. For me it would be useful to use the OpenOffice quickstarter application either with MU's KDE mini or -if it is possible- under icewm as I'm using 2.15CE now.

Thanks in advance,

Matu

User avatar
Gekko
Posts: 443
Joined: Sat 22 Jul 2006, 09:57
Location: Sydney, New South Wales

#14 Post by Gekko »

lvds wrote:Hi,

May someone help please at making the followings dotpups or dotPET packages:
as they are much needed...

- EtherApe (network tool)
- Teamspeak client (conferencing system)
- Teamspeak server (conferencing system)
- Democracy tv (videocast and podcasts reader like iTunes)

Best regards,
Laurent.
Okay, I'll look into this. I also plan to attempt to compile the new wine.

User avatar
gary101
Posts: 555
Joined: Sun 08 Oct 2006, 09:51
Location: Boston, Lincs. UK

#15 Post by gary101 »

I would love to see a dvbstream dotpet if anyone has the time.

:D
Gary

User avatar
Colonel Panic
Posts: 2171
Joined: Sat 16 Sep 2006, 11:09

#16 Post by Colonel Panic »

I'd like to see a GVim dotpup (and possibly one for Cream, a text editor based on and working in conjunction with GVim).

User avatar
bobwrit
Posts: 283
Joined: Mon 12 Mar 2007, 23:33
Contact:

#17 Post by bobwrit »

1. cedga
2. pear pc's mac emulator
:D
josh

User avatar
Gekko
Posts: 443
Joined: Sat 22 Jul 2006, 09:57
Location: Sydney, New South Wales

#18 Post by Gekko »

lvds wrote:Hi,

May someone help please at making the followings dotpups or dotPET packages:
as they are much needed...

- EtherApe (network tool)
- Teamspeak client (conferencing system)
- Teamspeak server (conferencing system)
- Democracy tv (videocast and podcasts reader like iTunes)

Best regards,
Laurent.
Teamspeak client is done here: http://www.murga-linux.com/puppy/viewtopic.php?p=110780

User avatar
lvds
Posts: 340
Joined: Tue 23 Jan 2007, 15:15
Location: Near the window

#19 Post by lvds »

sorry, wrong place... deleted message... Best regards,
Laurent
Last edited by lvds on Thu 19 Apr 2007, 05:15, edited 1 time in total.

User avatar
lvds
Posts: 340
Joined: Tue 23 Jan 2007, 15:15
Location: Near the window

#20 Post by lvds »

Hi,

I would like to request some help from anyone who knows how to build a PET package so to have SSL-EXPLORER package as this one is also much needed.

Any additional informations can be found from here
http://sourceforge.net/projects/sslexplorer/

I have read on the forum some of you are doing quite the same usage with SSH and VNC tools but i have not been able to have the "server way" work as yours. Anyway there happens often that behind an enterprise firewall only port 80 or 443 are open, and nothing else. That's why we would need for SSL-Explorer.

Best regards,
Laurent.

Post Reply