You are here

DbVisualizer

4 posts / 0 new
Last post
5keeve
Offline
Last seen: 9 years 3 months ago
Joined: 2012-07-12 15:13
DbVisualizer

Hi!

I really like DbVisualizer and it's almost portable.

So I've created a Launcher using PortableApps' launcher and asked the dbvis guys whether I may post the launcher here.

I got permission to do so provided I do not include the actual code.

So I can only provide a launcher where one would have to unpack the official download to.

1) Do we already have examples for this?
2) Do you support this kind of launchers at all?
3) Maybe the installer could download the package?
4) How would I post my launcher for others to test?

Many thanks for any useful answer / hint in advance...

Lord_Theren
Lord_Theren's picture
Offline
Last seen: 2 years 3 months ago
Joined: 2013-10-24 16:11
Freeware

It's most likely that the author doesn't want you to publish the code, but you can still release the portable version here. This is what most PA.com developers do.

The two most important days of your life are the day you are born and the day you find out why.

5keeve
Offline
Last seen: 9 years 3 months ago
Joined: 2012-07-12 15:13
Free to use - not free to distribute

The EULA clearly states:

Licensee may not:
◾ distribute, copy, publish, assign, sell, bargain, convey, transfer, pledge, lease or grant any further rights to use the Software.
◾ modify or create derivative work based Software in whole or in part.

So as long as I do not get permission to provide the binaries...

I only got permission to include DbVisualizer's icon:

"We have no experience with PortableApps but if it works as you describe whereas only the DbVisualizer icon is in the package then there is no problem."

ororo
Offline
Last seen: 6 years 5 months ago
Joined: 2017-10-03 03:15
Workaround

DbVisualizer is almost portable. What you need is just to change the directory where it stores its data, i.e. user's home. I made it portable without the need to compile any source code. I have just modified the script dbvisgui.bat adding this:

set USER_HOME=%~dp0

and then, when Java is started:

%JAVA_EXEC% [...] -Duser.home="%USER_HOME%." [...]

Log in or register to post comments