06-21-2005, 06:50 PM
|
#1 (permalink)
|
| New Member
Join Date: Jun 2005 Model: none
Posts: 2
Post Thanks: 0 Thanked 0 Times in 0 Posts
| JVM Error 104 Please Login to Remove! I'm trying to create a Web page that is accessible to BlackBerries and have been stopped cold due to an annoying problem with the BlackBerry 7290 simulator (v. 2.1.0.76) running the RIM 4.0 OS. (At least I assume it's a problem only with the simulator. I don't own a BlackBerry.)
A very simple HTML page crashes the simulator and displays the following error:
JVM Error 104
Uncaught: ArrayIndexOutOfBoundsException
I have the page boiled down to:
<html>
<body>
<img src="http://www.sigalert.com/images/logo.gif">
<table>
<tr>
<td align="center">
<a href="map.asp">Map</a>
</td>
</tr>
</table>
</body>
</html>
Oddly, if you remove the image tag or the align="center" or the anchor tag, the simulator doesn't crash.
Any suggestions (other than buying a BlackBerry and paying for a wireless service plan)?
- Jon |
| Offline
| |