c  « Windows « Java I/O Q&A





1. Equivalent for Java's System.getProperty("java.io.tmpdir") in C?    stackoverflow.com

As the title says, the java.io.tmpdir property in Java is really nice, and I can't find an equivalent for C. I'm writing for Windows and in Visual Studio. I don't want ...

2. When embedding Java in a C++ application, which files do I need to take?    stackoverflow.com

Our 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.com

I 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.com

I 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.com

Is 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.com

Hi, 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.com

Hello, 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 ...