The application is an open source code I downloaded. I don't see any java related code and don't understand where msjava. From dependency walker and run profiler. It complains: Failure starting the process. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem Is there a way to check which lib is related?
It seems that the vc runtime dlls are missing. Which version of VS do you use to build the open source project? Do you build as 32 or 64 bit? If it is a standalone exe you might want to switch to using the static runtime.
When it says application configuration, this has nothing to do with msjava. This is another Problem you have and i guess its a manifest binding to a special CRT Library you have.
First give them a try and then we will see, but i think this will solve your problem. Use another component that is still supported and exists in a 64 bit version. I recompile as a 64 bit application.
Thanks Peter. I use XP 64 bit and I installed redistributable x However, running the program has the same problem.
See my email to you with dll walk attachment. Dependency Walker shows which module depends on msjava. If msjava. Does the app run on the machine you compiled it on? If so, then you only miss the vc runtime on the target machine you copied your exe to. Sure this will never work. Once you have this installed and have re-booted your machine, then you need to go to the MS update site and install all the updates you do not currently have. The link to MS' site is:. When the updates are complete, you will need to re-boot one more time.
Microsoft had to take down their virtual machine because of some legal issues. But you don't even have to use the Microsoft VM, you can use Sun Microsystem's version, and it seems to work just fine. First, our system will check to see if automatic install works on your computer
0コメント