DICOMUX Version 0.1 published
2010-06-30 13:02 by Norbert Stroh (comments: 13)
We are proud to present version 0.1 of DICOMUX the free DICOM viewer!
Go and get it at the download section.
2010-06-30 13:02 by Norbert Stroh (comments: 13)
We are proud to present version 0.1 of DICOMUX the free DICOM viewer!
Go and get it at the download section.
Add a comment
Comment by David | 2010-07-01 22:26
Hello. I Downloaded your dicomux_version_0.1 and made doble click to open it, but it doesn't do anything, it doesn't open the application. I tried in different computers. One with Windows 7, another with Windows Vista, Windows XP and Windows server 2003. I already have installed the java 6 update 20. I don't know what I'm doing wrong.
Please, could you help me?
Thanks!
Comment by Tobi | 2010-07-02 12:47
Hello David,
is it possible that your java bin folder is not in the Path variable?
Herefore goto (XP):
You can also execute DICOMUX from the comandline like this:(replace with your java folder) \java.exe -jar dicomux_0.1.jar
I hope this solves your problem.
Comment by Tobi | 2010-07-02 13:08
...It is also possible that jar files are not connected with the java binary.
-> right click on the *.jar
-> change "open with:" to the Java binary
Comment by David | 2010-07-02 14:26
Hello Tobi. Thanks for your quick answer
. I tried what you said but it gives me an error on Command Prompt (which I don't understand very well). So I made a capture and uploaded here: http://img32.imageshack.us/img32/6204/problemopeningdicomux.jpg .
.
Do you have any idea of what could be the problem?
Thanks!
Comment by Tobi | 2010-07-02 15:25
Thanks for your detail error message :)
I was able to reproduce your error.
The problem is the language setting(because your language setting is spain).
You can fix the problem by creating a file named "language.setting" in the same folder than dicomux. After creating the file open it with the editor, write "en" and save it !
That should work ;)
Comment by David | 2010-07-02 16:16
That works!
thank you very much Tobi 
Comment by Marcus | 2010-07-05 16:08
Hello, I can
not open a DICOM file, could look at it (file) and tell me what's the
problem? address to send the file?
thanks,
Comment by Stefan | 2011-11-11 19:25
Worked for me too, thank you Tobi!
Comment by flash chat | 2011-12-13 09:14
AW,this was a really quality post.I am very happy to see your article.
Comment by achat viagra | 2012-04-06 10:55
I think youve made some actually interesting points. Not too many people would essentially think about this the way you just did. Im really impressed that theres so a lot about this topic thats been uncovered and you did it so well, with so very much class. Very good 1 you, man! Seriously wonderful things here.
Comment by Denise | 2012-04-24 12:06
Thank you .You saved my day with this solution .
Comment by legionmaster | 2013-07-26 12:21
I downloaded sample general ecg file from nema website. Your viewer is not opening it. Do you have sample file to try it?
Comment by Cristian Brunelli | 2014-09-09 14:58
Launching from linux or windows (both with JRE6.0_32) I get the same error with command java -jar dicomux.jar:
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:622)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56)
Caused by: java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key openDialogTitleText
at java.util.ResourceBundle.getObject(ResourceBundle.java:404)
at java.util.ResourceBundle.getString(ResourceBundle.java:364)
at dicomux.View.initializeJFileChooser(View.java:244)
at dicomux.View.initializeLanguage(View.java:236)
at dicomux.View.<init>(View.java:151)
at dicomux.Main.main(Main.java:15)
... 5 more