1. Equivalent for Java's System.getProperty("java.io.tmpdir") in C? stackoverflow.comAs the title says, the |
2. When embedding Java in a C++ application, which files do I need to take? stackoverflow.comOur C++ application hosts Sun's JVM and I need to upgrade it to the newest version on Windows. I downloaded JDK 6u20, but I have no idea which folders to take ... |
3. PDCurses.dll file stackoverflow.comI have downloaded the 3.4 version from here http://sourceforge.net/projects/pdcurses/files/pdcurses/. I copied the pdcurses.dll at System32 directory but i couldnt register it with regsvr32 or anyother prog... I was ... |
4. Windows Mobile: automatically copy files on reboot stackoverflow.comI have a Java app that runs on a Windows mobile device. At startup the app talks to our server to see if any files need updating and downloads them ... |
5. read exe file in memory and execute it stackoverflow.comIs it possible using Windows to read a file into memory (keep data in byte array), delete original file from filesystem and execute it from memory? EDIT My goals is to protect my ... |
6. Running C++ exe files coderanch.comHi, welcome to the ranch! Can you post some code around the way you launch your programs? I guess System.runtime.exec( something )? Do you know where that message comes from? Is it something in your C++ program? See if ProcessBuilder gives you an easier way to configure and start your other programs. |
7. How to package/inlcude C++ .exe and .dll files in a Java Web Start App? forums.oracle.comHello, I have a Java Web Start application that runs fine if the application is only 1 .jar file. But I have a need to also run C++ .exe and .dll file from my Java application. I wonder if someone could please tell me how to package/include C++ .exe and .dll files in my Java web start application? Thank you and ... |