Java Application Error on iPhone
Hello there!
I’m working with an application for iPhone using Java application.
However, this error message occurred that says
More Information
Error: unexpected exception; java.lang.reflect.InvocationTargetException”
More Information
Error Unexpected exception: java.Iang.reflect.InvocationTargetException
Launch File Excepbon
<?xml version="1.0" encoding="utf8"?>
<!- JNLP File for the SocketClient Application ->
<jnlp
href="TwoFrarne.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">
</application-desc>
</jnlp>
Close
Do you know the cause of this error and how can I resolve this issue?








