You are here

Apps for Java Portable Launcher

6 posts / 0 new
Last post
Emka
Offline
Last seen: 4 months 3 days ago
Joined: 2010-10-04 13:25
Apps for Java Portable Launcher

Hi!
I'm wondering about the information on the Java Portable Launcher. It reads:

Java Portable Launcher does not portablize the settings of all your Java programs within JAR files. Some JAR apps will either store their settings alongside the JAR or provide an option to store the settings portably. Other JAR apps will look to the user.home setting and store data there. The launcher configures these to use your portable device for settings storage.

Does that mean that the launcher cannot portablize all Java apps (first sentence) or that it can portablize all Java apps (last sentence)?
If the first is true, does anyone know or have a selection/database of Java apps that can be portablized?
Cheers.

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
Depends on the app

The way I read it is this:

It doesn't portabalise all java apps that come in *.jar (first sentence).
It does redirect the user.home variable to your usb drive and so it portabalises all apps that use this variable to store their settings.

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

Emka
Offline
Last seen: 4 months 3 days ago
Joined: 2010-10-04 13:25
Hum,...

...and how do I know that an app can be portablized? I assume I have to test myself. Or does anyone here have some experience with the launcher and some apps?

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
yes

You'll have to find out by yourself. I use Regshot Portable for monitoring what an app does.

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

Guard13007
Offline
Last seen: 13 years 1 month ago
Joined: 2010-10-17 16:41
I Think You Might Have Read The Quote Wrong

"Java Portable Launcher does not portablize the settings of all your Java programs within JAR files."

It's saying that it doesn't modify the JAR's themselves to become portable. (Note the keyword "within")

"Some JAR apps will either store their settings alongside the JAR or provide an option to store the settings portably. Other JAR apps will look to the user.home setting and store data there."

This is what JAR's normally do.

"The launcher configures these to use your portable device for settings storage."

This is what the PortableApp does, it takes what they would normally do and configures it to go on your portable drive instead of wherever.

At least, that's what this seems to be saying to me.

Do deedy do...what?

Emka
Offline
Last seen: 4 months 3 days ago
Joined: 2010-10-04 13:25
Oh right, I think I get it

Oh right, I think I get it now. Still, I would be thankful for a database of java based software that works really portably with this launcher.

Log in or register to post comments