Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
clickable link in a java applet
Name: mitra Date: May 12, 2005 at 12:49:43 Pacific OS: independent CPU/Ram: enough
Summary: I use a java-applet that I grabbed from the web for my website. It's a navigation system. The maker of the applet didn't supplied the sourcecode, and added a link to his website to it. Is there a way ...
Summary: Yeah, you can do it. Have a look at classes in java.io: InputStream and DataInputStream. They offer 'read' methods which reads data from disk and put it into byte arrays. You can use these classes in...
Summary: Well, off the top of my head, I can think of a few options. 1) Add command-line argument support and console output for your Java app, then have the C++ front-end run your Java app with the required a...