Forum Discussion
AndrewMason
Jul 27, 2021Copper Contributor
Packing Apps with built in JRE...
I have a couple of applications that I am trying to capture that install their own JRE however after creating the MSIX they complain that the JRE can't be found and suggest setting JAVA_HOME. ---...
Aug 28, 2021
I found the installer, and it seems to install natively without a JRE. Can you provide detail on what version JRE you use, and how to test if the app is working?
Aug 28, 2021
AndrewMason - Never mind. I just reread your original post which had at least the first half of that question answered. I'll test it soon and report back.
- Sep 01, 2021
I have looked into UVC. It is an odd thing...
I don't have it working yet, but getting closer.
What I know:
- DynamicLibraryFixup is needed for a number of dlls..
- vcruntime140.dll and vcruntime140_1.dll must still be copied to the Program Files\UVC folder (as the app uses fileexists before loadlibrary so DynamicLibraryFixup doesn't help.
The app makes use of FindFirstFile and gets confused. This is something that I am investigating as a potential edge-case bug in the FileRedirectionFixup. I'll drop a note back here if fixable.
- AndrewMasonSep 02, 2021Copper Contributor
Thanks for the update TIMOTHY_MANGAN
- PollewopsSep 21, 2021Iron ContributorIs this resolved now? I also got a package which require (Zulu) Java 1.8 and got the JVM.DLL loading error. Also here i guess the variables are not set, but I can't find the solution to get it working.