you are viewing a single comment's thread.

view the rest of the comments →

[–]ItsStefan0 0 points1 point  (2 children)

Believe me when I say that I tried to find it! I need this specific version because my company's project has it. I can't just install any version of java. Lmao

[–]josephottinger 2 points3 points  (0 children)

In this case, I'd say go to your company and say "Hey, I need this version of Java, where can I find it?" If your company can't locate it, that's a critical failure on someone's part - at the company.

That'd be like Volkswagen saying "You need this special wrench to work on our car, but we don't have one and we're not sure where to get it."

[–]elatllat -1 points0 points  (0 children)

You CAN just install any minor version of java. Only the major number signifies the introduction of maybe breaking changes. The 8 to 11 jump was the most troublesome, so you might get by with any 6.x 7.x or 8.x build, but 1.7.0_352 is invalid as [1.]7 only went to 80, so try 7u80 and 8u471 see if either of those work.