Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~748 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for WolfShield

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 …

Member Avatar for WolfShield
0
298
Member Avatar for JAVA4ME

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?

Member Avatar for JAVA4ME
0
115
Member Avatar for JAVA4ME

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 …

Member Avatar for pbl
0
108
Member Avatar for Kreative

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 …

Member Avatar for Akill10
-1
227

The End.