the content of the letter lists as following
**********************************
Hi everyone,
many students have installed solaris os but without driver detected ,sometimes.On Hardware Compatibility Lists , sun shows us the devices which support the solaris, as well ,we may download the driver required by our devices.By the way,there is a tool,Sun Device Detection Tool ,which is based on jnlp protocol, can tell us in just a few minutes whether the Solaris OS supports the devices that are detected in our x86 system, in advance.What's more ,it can provide an interface that enables a user to select the Solaris version for which the user wants to retrieve the driver availability information.
I have attached the tools in the attachment.u may refer to
http://www.sun.com/bigadmin
Regards,
Nicky
QuQiang, CA of DaLian University of Technology,R.P. of China
************************************
u can try the tool named sddt_11.jnlp and try the solaris system,a unix system.
or u can copy the code and name the file sddt_11.jnlp then run it after u have installed the jre.
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://java.sun.com/">
<information>
<title>Sun Device Detection Tool v1.1</title>
<vendor>Detect Component Driver Availability</vendor>
<description></description>
</information>
<update check="always"/>
<security>
<all-permissions />
</security>
<resources>
<j2se version="1.4+" java-vm-args="-client"/>
<jar href="/webapps/download/GetFile/vvv4/multiple-i586/sddt_11.jar" main="true" download="eager"/>
</resources>
<application-desc main-class="com.sun.vvv2.func.VVV2">
<argument>http://java.sun.com/</argument>
<argument>/webapps/download/GetFile/vvv4/multiple-i586</argument>
<argument>dblocation.xml.zip</argument>
</application-desc>
</jnlp>
<jnlp spec="1.0+" codebase="http://java.sun.com/">
<information>
<title>Sun Device Detection Tool v1.1</title>
<vendor>Detect Component Driver Availability</vendor>
<description></description>
</information>
<update check="always"/>
<security>
<all-permissions />
</security>
<resources>
<j2se version="1.4+" java-vm-args="-client"/>
<jar href="/webapps/download/GetFile/vvv4/multiple-i586/sddt_11.jar" main="true" download="eager"/>
</resources>
<application-desc main-class="com.sun.vvv2.func.VVV2">
<argument>http://java.sun.com/</argument>
<argument>/webapps/download/GetFile/vvv4/multiple-i586</argument>
<argument>dblocation.xml.zip</argument>
</application-desc>
</jnlp>