JAVA PROGRAM FOR IPHONE: UNEXPECTED EXCEPTION ERROR
Hi!
I have written a Java program for iPhone with the help of HTML tags. I have completed writing an executable file. The file must run when clicked, however, there is an error came up. The error is about “UNEXPECTED EXCEPTION”. Please enlighten me on this matter. Any ideas will be accepted.
Thank you!
More Information
Error: Unexpected exception: java.lang.reflect.InvocationTargatException
Launch File
<?xml version = "1.0" encoding = "utf-8"?>
<! – JNLP File for the SocketClient Application – >
<jnlp
href="TwoFrame.jnlp">
<information>
<title>Frames</title>
<vendor>Shivesh Pathak</vendor>
<offline-allowed/>
</information>
<resources>
<j2se version = "1.6"/>
<jar href = "TwoFrame.jar"/>
</resources>
<application-desc main-class = "TwoFrame">