I am looking for help to find why a Java application in this website does not work correclty on my machine:
https://tramitesdigitales.sat.gob.mx...nea/Login.aspx
...sorry, it requires user and password.
The application works fine on IE6 over Windows and the website claims that it works also on Firefox 3, but they don't specify Linux or Windows.
I am using Fedora 10 x86_64, wtih Firefox 3.0.8, and tried both plugins:
* Open JDK -> java-1.6.0-openjdk-plugin.x86_64
* Sun JRE -> jre-6u13-linux-x64-rpm.bin
I got both plugins to work with other websites with Java content, I even verified the SunJRE plugin with the test applet at their website successfully. But when I used the site above the Java application crashes, and I don't know where to look to find the problem.
The status bar shows "Applet started", but the applet doesn't show up, only a a customized non-technical error message appears in its place stating that I provided incorrect data, which isn't the case.
So far I only found an error in the Java Console "_item is null" and by looking at the web page code it looks like an error in JavaScript, not in Java.
Any ideas? Is this applet tied to Windows somehow?