I want my Java application to install automatically to windows toolbar so that I can just execute it from the toolbar. If not, is it possible to configure windows to achieve this?
If you are not clear on what I mean, I will try to explain this little bit.
With a mouse just right click on windows taskbar, you can find an option called 'Toolbars'. If you navigate your mouse to point 'Toolbars', it will further expand and show up options, viz
Links
Address
Desktop
Quick Launch
New Toolbar
I even tried to create a New Toolbar using the above option but nothing worked.
I have already converted my Java application (standalone jar executables) into an exe, which I want to invoke from my toolbar supplying some arguments as credentials.
[Note:- Please note that even though I converted my application into an exe it requires the presence of JVM in the system]
How can I make it work in Java? Any ideas/thoughts? Do I need to write native code to achieve this? I would be pleased even if you point me to some third party tools/libraries which can provide me a solution.
Any help is highly appreciated.
Start Free Trial