File associations (original) (raw)
? ?
Hi all,
Is it possible to associate a particular file extension with a particular executable jar or a Java Web Start application under Windows 2000/XP without creating a native executable?
For example, could I do something to double-click on a .foo file and have it open with FooViewer.jnlp?
I tried it the obvious way (under Windows XP), but got an strange error message that informed me that the bar.foo was not a valid Win32 application.
Thanks in advance.
I'm following this tutorial on the netbeans website for a simpleEE7App. I followed the instructions precisely but got an exception need help. :/…
anyone here?
It seems that you can override a concrete method and make it abstract. I actually came across some code that did this, so I had to check how it…