Compiled program won't run, win7 win8 64 bit
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a compiled matlab application with GUI that I have regularly distributed when built with the 32 bit MCR. I recently compiled with the 64 bit MCR. The compiled program runs on the build system but will not run on the deployment machine. The deployment machine is Win8, but we have tried all compatibility modes. The program starts but the GUI never appears before the program crashes. When it crashes, MCRlog is empty, but I get an hs_err_ log file containing
- A fatal error has been detected by the Java Runtime Environment:#
- EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007f9501e4ca1, pid=6468, tid=5248#
- JRE version: 6.0_17-b04
- Java VM: Java HotSpot™ 64-Bit Server VM (14.3-b01 mixed mode windows-amd64 )
- Problematic frame:
- C [ntdll.dll+0x4ca1]
We updated Java to the latest version.
I am completely stumped, anyone have any ideas?
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Java Package Integration finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!