B4J Question Deploy with B4J J11 Packager

Patent

Member
Licensed User
Longtime User
Dear Guys,

Assuming i am building a package with the IDE Packager and deploying it to a User. (Works perfect!)
Which files do i have to change in the Package manually, if i am changing sometfing little in the sourcecode?
Only the two app.exe files? I think no, i had no success with.
Possible without Packaging the whole thing again?

thanks :)
greets
 

DonManfred

Expert
Licensed User
Longtime User
you need to create a new package as the source code has changed and the generated files needs an update due to your new Code.
 
Upvote 0

Patent

Member
Licensed User
Longtime User
thanks.
yes, new building is clear, but do i have to send all files to the user?
the jvm shouldnt change....
Assuming that no "big" changes in source take place...(new libs i.e.)
 
Upvote 0

KMatle

Expert
Licensed User
Longtime User
Good question as the used ressources do not change when you do changes without adding new libs or functions which need more.

On the other hand it would be more complicated to find those "3 files to update" and replace them.

So I think it's easier to use the new build completely as Manfred states. Take care not to store any data inside the package folder. Then it's easy.
 
Upvote 0

Patent

Member
Licensed User
Longtime User
i was afraid of this. šŸ˜Ÿ
Was a nice advantage with launch4j.
so in future i have to write code with no need to update.....:cool:

thanks to all
 
Upvote 0
Top