![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
Join Date: Apr 2005
Posts: 17
Rep Power: 0
![]() |
The Logo?
Do all java executable files have the JAva Logo (the cup of steaming java) in the top left corner?
|
|
|
|
|
|
#2 |
|
Programmer
Join Date: Nov 2005
Posts: 35
Rep Power: 0
![]() |
Some do, some don't. Most users don't know how to launch a Java application on their system, and I think this is the reason. JAR files, which are essentially executable java zip files, on my system have a generic icon from Windows that most people wouldn't know they are related to Java. On the other hand, I know Jar files on Mac have the logo you describe, so it's a clearer indicator that it is an executable Java file.
|
|
|
|
|
|
#3 | |
|
Hobbyist Programmer
|
Quote:
__________________
Hoes telling me to calm down but I'm like fuck that shit!
|
|
|
|
|
|
|
#4 |
|
Newbie
Join Date: Apr 2005
Posts: 17
Rep Power: 0
![]() |
does the same apply in C++?
(is it there a similar sitiuation?) |
|
|
|
|
|
#5 | |
|
Programmer
Join Date: Nov 2005
Posts: 35
Rep Power: 0
![]() |
Quote:
At any rate, on Windows, executable programs have either an icon defined by the executable itself (look at any EXE file in Program Files), or will have an icon that looks like a box with a blue bar across the top (it looks like a window). |
|
|
|
|
|
|
#6 |
|
Programmer
Join Date: Nov 2005
Posts: 35
Rep Power: 0
![]() |
Curiously, do you have a specific reason for asking about the icons?
|
|
|
|
|
|
#7 |
|
Expert Programmer
|
On windows, after C++ goes through the compiler and linker without any errors it makes an executable file (.exe).
On *nix it doesn't need a file extension, i could call my executable binary hello.txt and it woudl still be a binary.
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|