|
I have a Mac application bundle which is executing a shell script. The shell script calls java program 1 to do some stuff and then launches the main java application. This process leaves one icon in the Dock for the shell script which shows the name from...
Started by G_A on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Addendum
Maybe you can run the Java program in the background and then exit the shell script? Something like this:
#!/bin/sh first_java_program....
Yes, assuming the first Java program can run headless :
java -Djava.awt.headless=true ...
|
|
Hi I have created executable jar of my java program i want to create shortcut icon for that jar. Means may be my jar is in any other memory location of hard drive(eg- D or E drive for windows) but my icon must be at Desktop. So that if i double click ...
Started by Sunil Kumar Sahoo on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
On commandline you can type
C:> myprogram.jar
And if your jar is properly build that runs the program.
|
|
Hello,
Recently I was searching for icons(graphics), but I see a link that was very intersting, was a language called Icon , then I want to know:
There is someone here that have already tried to develop in Icon? It's a compiled or interpreted language...
Started by Nathan Campos on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
In particular, it has a yield tried to develop in Icon....
To worry about, but if you program today in Java, C#, Rebol or Ruby, then Icon may be a nice interruptionYes, I have used Icon and found it to be an interesting language.
|
Ask your Facebook Friends
|
If you look at files in Windows Explorer, a DOC file has it's icon, a PDF, etc. That is if the application is installed on the computer.
Are these icons copyright protected or can they be use in applications?
Reason is: I want to show a standard "Word...
Started by Holgerwa on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
In fact you....
Office icon gallery
Microsoft Corporation (or based on where you live, one of its and doesn't have to be asserted.
On my computers, I see an open office icon with .doc files.
The OS will provide some default representation.
|
|
I want to launch a program (Eclipse IDE, in this case), but I want to be able to launch multiple instances of it. I'm running Mac OS X 10.5.
I can add a script to the dock, which does this, but it has 2 drawbacks
it opens a console it doesn't have the...
Started by mike g on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
As for your script.
I'm not sure about a dock icon, but when I need to open two instances of Eclipse, I use on the icon, copy it, get info on your script, click on the icon and paste.
|
|
How can I change the target of a desktop icon (but not the displayed icon) with a "programming language" (vbscript or anything else) ?
for example:
C:\Program Files\Mozilla Firefox\firefox.exe
(with firefox-logo-icon-picture)
to
E:\start_firefox.bat
(...
Started by Jani on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Since the icon displayed by Windows (I'm assuming you're running Windows since you mention \Program extension determines what icon is displayed, this can't be done without reassociating a particular is to replace the link with an ....
|
|
Where are the windows7 icons? Want to make program use win7 icon. I want to change the icon for a program. I know I can right-click > properties > change icon > browse. But then, where to browse to select the win7 icon?
(I want to make cubicexplorer...
Started by carsten888 on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at windows7forums):
I copy pasted, but not on the ....
O, I see.
Select, when you have Expert Re: Where are the windows7 icons? Want to make program use win7 icon.
Re: Where are the windows7 icons? Want to make program use win7 icon.
|
|
Out of nowhere, strange programs called:
Adsheet
Fieldtest
iOS diagnostics
Setup
Have recently appeared on my springboard. The icons are totally white. Anyone have any idea what these are and if its ok to delete them? Or, is there a benefit to keeping...
Started by philip in al on
, 15 posts
by 9 people.
Answer Snippets (Read the full thread at macrumors):
Joking aside, I would have but I only have access to "Tapatalk" right now and it doesn't give me the ability to search.... .
Next time do a search and you'll find your answer Well thanks Jay after a few years of using these forums, I never thought of that .
|
|
Hi coders,
I owe much AHK, I am still learning and I can't solve some simple problems.
Well, this time I want to extract a program's tray icon in systray. I tried a few scripts to do that such as Sean's TrayIcon.ahk, Lexicos' MI.ahk, Maul.Esel's SaveHImage...
Started by kenn on
, 15 posts
by 3 people.
Answer Snippets (Read the full thread at autohotkey):
Which program's icon do you want to extract? Have you succeeded to identify either PID, program path, or window handle that owns the icon? And after extracting it, what do you want to do to automate it using its icon....
|
|
Hey
In some special occasions, I have the problem that when you press an pinned icon the program is not "grouped" with the pinned icon, but opens in a new icon, please see this image to better understand: http://misc.norphf.dk/PinnedIcon.bmp
As you can...
Answer Snippets (Read the full thread at microsoft):
Regards,
Miya Hi
Thank you for your and "Pin to taskbar....
Hope it explains may happened when you changed a pinned icon of a selfhost program.
Right arrow and properties window is for the icon where the program actually opens.
|