Are there any professional Java desktop applications in use? I'm asking this because I started to study Java and would like to know it's possibilities and/or domains in which java is used.
Asked
Active
Viewed 3,992 times
1
-
2Google reveals this: http://community.java.net/java-desktop. Why didn't you read that first and ask specific questions? Also a SO search reveals questions like this: http://stackoverflow.com/questions/168676/recommended-books-on-desktop-application-development-using-mvc and this: http://stackoverflow.com/questions/7720/packaging-java-apps-for-the-windows-linux-desktop. With all that information, why ask such a vague question? – S.Lott May 05 '10 at 10:17
-
@Lott Firstly I didn't want to read the contents of the web proposed by you mainly for the reason that I needed simple and quick answer which would basicaly list some of pro apps written in java instead of searching God knows how long to achive the same effect. Secondly what's vague about my question. All I'm asking for is to list professional apps written in java in order to be able to download them and check how they look like and behave. What's vague about it? – There is nothing we can do May 05 '10 at 10:26
-
2Seems we only get developer tools so far. A little surprising to me. – Dirk Vollmar May 05 '10 at 10:42
-
So basically one can say (based on answers below) that professional Java desktop apps virtually do not exists? Is that fair conclusion? So for what purpose is java used then? – There is nothing we can do May 05 '10 at 11:31
-
me knowing you: Vague as in "professional" is an undefined term. Do you mean "apps for which you pay"? If so, please update the question to define what you mean by "professional". The "possibilities" makes no sense -- Java has infinite possibilities. The "domains" makes no sense -- Java can be applied to any domain. What are you trying to find? – S.Lott May 06 '10 at 16:39
-
It seems most Java desktop apps are for developers. Android apps are written on Java, but it seems that nowadays (2019) there are few Java desktop (PC) apps targeted at end users. Related reading: https://www.reddit.com/r/java/comments/3tozqi/why_is_java_desktop_considered_to_be_dead/ – Antônio Medeiros Jul 18 '19 at 22:01
6 Answers
2
Some of the largest existing ones are from the software development space (thats also the primary domain for desktop applications) like Eclipse or Netbeans or Rational Software architect.
Another big one is the IBM DB2 Tools (not the database itself). (But if you want to see something as a reference better not take these because they are slow as hell).

Foxfire
- 5,675
- 21
- 29
0
DumpHD is a well-written application in Java; it works perfectly in Windows and Linux.

Delan Azabani
- 79,602
- 28
- 170
- 210
0
It's worth noting that both Eclipse and Netbeans also offer a platform for developing applications on and not just an IDE. Here is a sample of applications written using the Netbeans Platform

Dominic
- 11
- 1