Doesn't work still.
It seems to be referring to src/Viewer/class.class

The applet HTML (single file viewer) is as below:
  <APPLET
    CODEBASE = "."
    CODE = "dicomviewer.Viewer.class"
    NAME = "Viewer.java"
    WIDTH = 100%
    HEIGHT = 100%
    HSPACE = 0
    VSPACE = 0
    ALIGN = middle >
  <PARAM NAME = "tmpSize" VALUE = "1">
  <PARAM NAME = "NUM" VALUE = "1">
  <PARAM NAME = "currentNo" VALUE = "0">
  <PARAM NAME = "dicURL" VALUE = 
"http://localhost/modules/radiology/dicomviewer/Dicom.dic";>
  <PARAM NAME = "imgURL0" VALUE = 
"http://localhost/uploads/radiology/dicom_img/10000001/1/1002_IM-0001-0003.dcm";>
  </APPLET>  

The error in the multi file viewer is:

Java Plug-in 1.6.0_21
Using JRE version 1.6.0_21-b06 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Administrator

load: class src.Viewer.class not found.
java.lang.ClassNotFoundException: src.Viewer.class
 at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
 at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
 at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
 at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
 at java.lang.ClassLoader.loadClass(Unknown Source)
 at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
 at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
 at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown 
Source)
 at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection 
failed:http://domain.com/modules/radiology/src/Viewer/class.class
 at sun.plugin2.applet.Applet2ClassLoader.getBytes(Unknown Source)
 at sun.plugin2.applet.Applet2ClassLoader.access$000(Unknown Source)
 at sun.plugin2.applet.Applet2ClassLoader$1.run(Unknown Source)
 at java.security.AccessController.doPrivileged(Native Method)  ... 9 more
Exception: java.lang.ClassNotFoundException: src.Viewer.class


Regards,
Ap.Muthu


>  hi all,
> 
> can somebody please test out the new code for the dicom viewer ?
> 
> thanks
> 
> gj.
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Care2002-developers mailing list
Care2002-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/care2002-developers

Reply via email to