cant pin openrcoekt to taskbar
I put "java -jar " in the target of the shortcut on the desktop, then I was able to drag it to the taskbar. However, does anybody have a good icon for it?
View attachment 309028
Thanks! I didn't convert it to an ICO file; I just opened it in Paint, saved as a BMP, then pointed the shortcut to it as a filetype "All Files". I don't know why I couldn't use a PNG file.
Thanks!
No problem.
Now... Tell me more about how to do that little bit of "Java - Jar" voodoo you did so well.
I assume you have a link to the jar file on your desktop. Right click on it and open up the Properties dialog.
Then click on Target and insert "java -jar" without the quotes, ahead of the opening quote of the existing target. Click OK. Windows will replace the target with the fully defined path which is C:\ProgramData\Oracle\Java\javapath\java.exe -jar "C:\Program Files\OpenRocket15.03\OpenRocket-15.03.jar" on my computer.
Now click on it. It should open. If it does, right click on it again and point to the icon image you want. When that's done just drag it to your task bar.
Steve Shannon
That's because OpenRocket is not a Windows program and Java runs as a command prompt program. OpenRocket has to run as a Java task. There may be a parameter similar to the -jar parameter for Java that will cause the command window to not appear. I'll look for that, but in the meantime if it bothers you, minimize it, but don't close it.
I undid the changes, and will live with it "as is" until you can come up with a solution.
How about these instructions: https://superuser.com/questions/257467/windows-7-how-to-pin-a-jar-to-the-taskbar
but you can create an alias (shortcut) and add it to the side of the Dock. I know splitting hairs.
Actually you can pin it on OSX/Mac....but to the RIGHT of whatever that line is,on task bar.
Document....Download side of line, it will slide right in-between
View attachment 309042
It would probably be possible to implement an app wrapper for OR in OSX, I'll noodle around if I get a chance.
OK, it is quite easy to use Automator to create a script that will run OR, and that script can be an APP that will show up in the left side of the dock. However, when you click on it, OR will then open separately, so you'll have two items in the dock. That may or may not get you what you're looking for.
It can be fully appified using Xcode; frankly someone oughta do it and host it somewhere. Dunno if the license for OR allows this sort of thing or not. I haven't tried this before with Xcode, but it's not super hard and I'll do so if I get a chance.
Instructions for doing this with Automator:
1) Open Automator, new document
2) Choose "Application" as document type
3) From the big long list, double-click "Run Shell Script"
4) In the window on the right, replace the text with "java -jar ".
5) Then drag your OR JAR file into that window. When done, it should look something like this (not exactly the same since your JAR file might be elsewhere):
![]()
6) Save the file to your Applications folder, call it "Run OR.app" or whatever you like.
7) Profit!
Okay, change java.exe -jar to javaw.exe -jar
That worked for me.
That works for me too... Though the icon is a tad small. Still, it's nice to have it pinned.