Java Platform: 21st Century Users Deserve Better

In summary, the software instructions say it needs minimum Java SE 6. I first installed the latest Java 8, then uninstalled it and installed Java 6.The software instructions say it needs minimum Java SE 6. I first installed the latest Java 8, then uninstalled it and installed Java 6.The software instructions say it needs minimum Java SE 6. I first installed the latest Java 8, then uninstalled it and installed Java 6.I first bought the software 10 years ago.After many iterations of computers and OS's, I've decided it makes sense to re-buy it, rather than trying to dig up an old version.So I bought it again. Fresh and new in it's shiny zipfile.
  • #1
DaveC426913
Gold Member
22,497
6,168
< rant >
For ten years I've had a particular program that has only been released in a version to run on Java 6.
That's spanned multiple incarnations of Windows, culminating in Win 10.
The developers still don't seem to realize what a giant PITA barrier-to-entry Java is.
It's ten years later, Java is suppsood to be ten years more mature, and here I am spennig my evening trying to get the thing working instead of actually running my program.

I hate it I hate it I hate it.

I've uninstalled and reinstalled it twice now. It TELLS me it's installed successfully.
My program doesn't run.
Java has nothing to say about this.

Gonna give up in disgust. Demand my money back for my program.

Wake up Oracle - this is the 21st century. Some of your users are not IT techs and hackers.
< /rant >

It is just a rant because I can't even ask for help!
What would I ask?
Why is my program not launching?
Useless question.
 
Technology news on Phys.org
  • #2
DaveC426913 said:
My program doesn't run.
Why doesn't the program run? Do you have the source code, or are you attempting to run code that was compiled for v. 6 on whatever the current Java version is now?

DaveC426913 said:
Gonna give up in disgust. Demand my money back for my program.
Good luck on trying to get your money back for a program you've had and used for ten years.
 
  • #3
Perhaps you can install an older JRE from a time you know the application was running? Years back I always kept the older versions around for testing and those applications that broke when Oracle changed stuff around, but I don't know if that is still a feasible approach. If it is, you should probably give thoughts to any security risks that you might open yourself for before going full in.

Seems Oracle still offer http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase6-419409.html (as long as your are willing to create an account with them) so in some sense it must still be supported.
 
Last edited by a moderator:
  • #4
Mark44 said:
Why doesn't the program run?
How would I, as a consumer, know?

Mark44 said:
Do you have the source code, or are you attempting to run code that was compiled for v. 6 on whatever the current Java version is now?
What would I, as a consumer, do with the source code?

The software instructions say it needs minimum Java SE 6. I first installed the latest Java 8, then uninstalled it and installed Java 6.

Mark44 said:
Good luck on trying to get your money back for a program you've had and used for ten years.
I first bought the software 10 years ago.
After many iterations of computers and OS's, I've decided it makes sense to re-buy it, rather than trying to dig up an old version.
So I bought it again. Fresh and new in it's shiny zipfile.

(If I were trying to spin up an app that's ten years old, I'd be a little less bitter. :wink:)
 
  • #5
Realizing this is a rant. I can't imagine what's wrong with your program since I don't know if you're on Windows, some variant of Linux or Macos. Each OS has its own peculiarities. If you tell us more about the program you're trying to run like its name... and the OS you're trying to run it on we might have a chance of diagnosing the problem and give a course of action.

Is this like you click on an icon and it doesn't come up or are you using the java command or some script to launch the program?

This may not even be a Java issue.

Could this be related to the move from 32-bit to 64-bit application models?
 
Last edited:
  • #6
What was going wrong:
The program would show its launch window, which listed what it was installing, then it would just never complete. No warning, errors or anything.The vendor got back to me pretty quick. I was installing it in the Program Files folder, which requires write permissions. It needs to be installed in a folder over which it has write permissions. That was ultimately the problem.So, the remaining question is: why did they not write a proper installer that can install itself?

The download is a zipfile, which simply contains the necessary files, including the .exe. You run the exe to launch the app. So there is no installer here.

The exe needs to create a few files and folders every time you launch the app. That was being prevented.I suspect the answer to the mystery is that the developers are hold-outs from the DOS/early windows era, when programs were truly standalone collections of files - and installers were merely self-extracting zip files.You could extract them anywhere you wante and they would simply run in their own little space.
 
  • #7
DaveC426913 said:
What was going wrong:
The program would show its launch window, which listed what it was installing, then it would just never complete. No warning, errors or anything.The vendor got back to me pretty quick. I was installing it in the Program Files folder, which requires write permissions. It needs to be installed in a folder over which it has write permissions. That was ultimately the problem.So, the remaining question is: why did they not write a proper installer that can install itself?

The download is a zipfile, which simply contains the necessary files, including the .exe. You run the exe to launch the app. So there is no installer here.

The exe needs to create a few files and folders every time you launch the app. That was being prevented.

I suspect the answer to the mystery is that the developers are hold-outs from the DOS/early windows era, when programs were truly standalone collections of files - and installers were merely self-extracting zip files.You could extract them anywhere you wante and they would simply run in their own little space.
I doubt that this is the case, since Windows 3 goes back more than 20 years, and about the same for most DOS-based software. As you said, the problem was one of permissions -- the .exe needed to be installed in a directory that wasn't read-only. When you install many programs, they will show a default location where the files will be written, but allow you to modify this location. Did the installer give you this choice?

Also, most software comes with a README file that lists possible problems and workarounds. Did your software come with any such information?
 
  • #8
So from what you said, its not a java problem. The developers should have created a windows installer for their product. It sounds like a mom and pop operation.
 
  • #9
jedishrfu said:
So from what you said, its not a java problem.
Yes. It wasn't specifically a Java issue after all. It was an issue that the programmers chose Java as their platform, (meaning I also had to install a giant platform on top of the OS just to run this one program.)

jedishrfu said:
The developers should have created a windows installer for their product. It sounds like a mom and pop operation.
Well, they're board game designers whose board games became so popular (and complex) that there was a demand for software for character configuration software.
 
  • #10
DaveC426913 said:
It was an issue that the programmers chose Java as their platform

Actually it was that the programmers chose to assume write access to the program storage location. That has been forbidden for all modern Windows/Mac/Linux distributions for about 15 years now (longer for Linux). They are doing it wrong. If I try to fix my watch with a 15lb sledge hammer I don't call Stanley tools and complain they sold me a defective hammer when my watch get smashed.

BoB

EDIT PS: You will get the same mal-operation with any tool-set. Java is not the problem here.
 
  • #11
The most likely reason they chose java is to keep their options open. They can write one program that can run wherever java can run. Of course when you do that there will be overhead for java libraries and executables.
 

1. What is the Java Platform?

The Java Platform is a computing platform that provides a runtime environment for developing and running Java applications. It consists of a Java Virtual Machine (JVM), a set of standard libraries, and development tools. It is used for creating a wide range of applications, from mobile and desktop to web and enterprise applications.

2. Why do 21st century users deserve better?

In the 21st century, technology and user expectations have evolved significantly. Users now expect faster, more efficient, and more user-friendly applications. The Java Platform has been around for over 25 years and needs to adapt to meet the demands of modern users.

3. What are the limitations of the current Java Platform?

The current Java Platform has several limitations, including slow startup time, high memory usage, and lack of support for modern technologies such as containers and microservices. These limitations make it challenging to create and run high-performance applications that meet the expectations of 21st century users.

4. How can the Java Platform be improved for modern users?

To improve the Java Platform for modern users, it needs to be updated with new features and capabilities, such as improved startup time, reduced memory usage, and support for modern technologies. It also needs to be more flexible and easier to use, allowing developers to create and deploy applications quickly and efficiently.

5. What are the benefits of updating the Java Platform?

Updating the Java Platform will bring numerous benefits, including faster and more efficient applications, improved user experience, compatibility with modern technologies, and increased productivity for developers. It will also help to keep Java relevant and competitive in the rapidly evolving technology landscape of the 21st century.

Similar threads

  • Programming and Computer Science
Replies
1
Views
1K
  • Programming and Computer Science
Replies
33
Views
8K
  • Programming and Computer Science
Replies
1
Views
1K
  • Programming and Computer Science
Replies
2
Views
9K
  • Programming and Computer Science
Replies
1
Views
2K
  • Programming and Computer Science
Replies
5
Views
2K
  • Programming and Computer Science
Replies
17
Views
3K
Replies
27
Views
13K
  • Programming and Computer Science
Replies
29
Views
3K
  • New Member Introductions
Replies
1
Views
579
Back
Top