applet setup
The actionItem.php script is not directly accessible from a URL of a browser since it's a utility script.
The JAR file appears to be correctly placed under the dicomviewer sub-directory where the PHP scripts are located.
If you see the Show button but got error loading the JAR file, then it's possible that the JAR file is corrupted or your Java Runtime Environment does not recognize the content of the JAR file. You can try download the package again from the website and install it again to see if the problem goes away.
The JAR file appears to be correctly placed under the dicomviewer sub-directory where the PHP scripts are located.
If you see the Show button but got error loading the JAR file, then it's possible that the JAR file is corrupted or your Java Runtime Environment does not recognize the content of the JAR file. You can try download the package again from the website and install it again to see if the problem goes away.
-
- Posts:28
- Joined:Wed Mar 31, 2004 11:08 pm
- Location:SF, CA en route to Washington DC
- Contact:
viewer.php
I am looking through the applet.php code.
There is a file called viewer.php. Is this supposed to reside in my PacsOne/php directory?
I actually cannot find this file. Was it supposed to be downloaded with the applet or is this part of the original pacsone install?
-g
There is a file called viewer.php. Is this supposed to reside in my PacsOne/php directory?
I actually cannot find this file. Was it supposed to be downloaded with the applet or is this part of the original pacsone install?
-g
Yes, 'viewer.php' should be under the php sub-directory where PacsOne was installed. If you can't find such file in the directory, you should probably download again from the PacsOne website and do another install. (Remember to un-check the Drop and create database tables checkbox if you're re-installing, since this is an upgrade instead of a fresh install.)
-
- Posts:28
- Joined:Wed Mar 31, 2004 11:08 pm
- Location:SF, CA en route to Washington DC
- Contact:
viewer.php not in install!
I have the Basic Edition. Is viewer.php supposed to be there?
-g
-g
Ok, I think we finally found where the problem is:
The file viewer.php was not included in the applet.zip package, nor was it included in the php.zip web user interface package for the PacsOne Server Basic Edition.
The bug has been fixed and the file is now included in both the php.zip and applet.zip packages, you can now download either package and get the missing file.
Thanks for reporting this problem.
The file viewer.php was not included in the applet.zip package, nor was it included in the php.zip web user interface package for the PacsOne Server Basic Edition.
The bug has been fixed and the file is now included in both the php.zip and applet.zip packages, you can now download either package and get the missing file.
Thanks for reporting this problem.
-
- Posts:28
- Joined:Wed Mar 31, 2004 11:08 pm
- Location:SF, CA en route to Washington DC
- Contact:
viewer.php loaded
Thanks pacsone. I installed viewer.php and tried to run the applet. The problem still persists that dicomviewer.Viewer is not found.
Any suggestions at this point? I tried launching another applet and it launches fine. I reloaded applet.jar from the current applet.zip file from the pacsone download page.
Still no luck.
Any suggestions at this point? I tried launching another applet and it launches fine. I reloaded applet.jar from the current applet.zip file from the pacsone download page.
Still no luck.
Hmm, that's indeed puzzling, I'm assuming you have the following directory structure:
{PacsOne Install Dir}\php\*.php
{PacsOne Install Dir}\php\dicomviewer\applet.jar
If so, can you send your applet.jar file to:
mailto:pacsone@pacsone.net
and I'll take a look.
{PacsOne Install Dir}\php\*.php
{PacsOne Install Dir}\php\dicomviewer\applet.jar
If so, can you send your applet.jar file to:
mailto:pacsone@pacsone.net
and I'll take a look.
-
- Posts:28
- Joined:Wed Mar 31, 2004 11:08 pm
- Location:SF, CA en route to Washington DC
- Contact:
applet java files
pacsone,
I found that for MSIE 6.0, the class files need to be built for JRE 1.1 (so either use the target flag set to 1.1 or use a 1.1 JRE).
Could you furnish me with the java files?
Still haven't been able to run it. Although, I have integrated ImageJ to open up the files. I now have the capabilities to do measurements and can even install my own plugins.
if anyone would like the integration, I can post it somewhere.
I found that for MSIE 6.0, the class files need to be built for JRE 1.1 (so either use the target flag set to 1.1 or use a 1.1 JRE).
Could you furnish me with the java files?
Still haven't been able to run it. Although, I have integrated ImageJ to open up the files. I now have the capabilities to do measurements and can even install my own plugins.
if anyone would like the integration, I can post it somewhere.