800.682.0200 | FAX: 360.568.2923 |  About Us  |  Downloads  |  Manuals  |  Home  |  Index

 
 Connectivity Applications
    Javelin Secure 320Pocket320MS3270MS5250MS92 Secure 92Pocket92 MS92/MAC
   
News  

Minisoft News

Javelin Now has Integrated File Transfer!

With Javelin, organizations can now easily integrate the wealth of mission-critical information residing on legacy systems with World Wide Web technologies.

 
Updates  

FREE Demo


Release Notes

Javelin Manual

 

 
Product Review  

Latest Reviews

Product Demonstrations

Features

FAQ

Support FAQ

 
See Also...

Javelin Encryption

Methods of Call Javelin

Known Issues

 
 

Known Issues

 

"class J92.class not found.java.lang.ClassNotFoundException: J92.class"

Sun's Java Run Time Environment (version 1.4.0) will install a Java plugin that Internet Explorer uses. This plugin does not support CAB files. You must then make the following changes.

Rewrite the java script in the noencrypt.html file so that in the event that a Java plugin is in use it will load the .jar archive. You must use a "archive" keyword in the <applet> tag and a "cabbase" parm together. The browsers (Internet Explorer and Netscape) will know which one they will need to load automatically when they find both. 

For example, if Internet Explorer finds a cabbase parm, even though a archive=xxx.jar exists as well, it will know automatically to load the CAB file. If Internet Explorer is using Sun's plugin then it will load automatically the .jar file.

Example script:

<html>
<head>
<title>
Javelin-HP demo by MiniSoft</title>
</head>
<body>
<script LANGUAGE
="javascript">
var an = navigator.appName;
var plat = navigator.platform; 

if (an != "Netscape") 
   {
     if (plat != "MacPPC") 
        {
          document.write("<applet code=\"J92\"  archive=\"j92.jar\" >");
          document.write("<param name=cabbase value=\"J92.cab\">");
        } 
    else 
        {
          alert("Netscape on Macintosh is not supported in non-encrypted version");
          history.back(1)
        }
   } 
else 
   {
     if (plat != "MacPPC") 
        {
          document.write("<applet codebase=\"./\" archive=\"j92.jar\" code=\"J92.class\">");
        } 
     else 
        {
          alert("Netscape on Macintosh is not supported in non-encrypted version");
          history.back(1)
        }
   }
     document.write("<param name=\"Config\" value=\"bkent80.j92\">");
     document.write("</applet>");

</script>
</body>
</html>

 

 

Minisoft Inc.  1024 First Street Snohomish, WA 98290  Phone: (800) 682-0200  Fax: (360) 568-2923
 Copyright ©2008 Minisoft, Inc.   
License Agreement