No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
I agree with Akill10. The easiest way to fix your issue is to use a try-catch. It's the java way of handling exceptions. Have a look at the java api on exceptions for the numerous different exceptions that can occur if your interested; [url]http://download.oracle.com/javase/1.4.2/docs/api/java/lang/Exception.html[/url] To handle an exception all you …
Hi, I'd like to know how to open for example a .doc file with java. I want word to open the file when I start my program. Any help?
Hi, I want to open programs such as word or excel which are pretty much default for windows users, but don't want to be restricted to the specific file location. For e.g. instead of rt.exec("C:\\Program Files\\Microsoft Office\\Office10\\POWERPNT.exe") is there a way of linking to powerpoint such that on a computer …
Kreative, your program is relatively simple... The hardest bit is getting to know how to work with java really. The easiest way is to create submethods: One for each calculation, so start by creating a class (preferably with a logical name and build up the methods). You also need to …
The End.
JAVA4ME