You are here

Move Portable Java Folder inside App

1 post / 0 new
corratge
Offline
Last seen: 7 years 2 weeks ago
Joined: 2017-03-29 11:28
Move Portable Java Folder inside App

I make a java application portable with PortableApps.comLauncher
The structure is the follow :
+Base Portable Dir
|---CommonFiles (here java)
|---MyApp
|--MyApp.exe
|--Etc ...

I wan to change to this way:

MyApp
|---CommonFiles (here java)
|--MyApp.exe
|--Etc ...

It is posible?