• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

Java not working

Joined
Dec 13, 2011
Messages
433 (0.09/day)
Processor Core i5 3470 (3.20 GHZ)
Cooling Intel OC27vv
Memory 16 GB DDR3 667mhz
Video Card(s) XFX Radeon HD 5670
Storage Seagate - 500GB | 7200RPM | 32MB Cache | Sata-3G
Display(s) BenQ RL2455
Case Dell Tower
Audio Device(s) On-board
Power Supply Corsair 600w
I'm trying to look at the trajectory of NEO's (Near Earth Objects) at JPL website. To do so, requires Java. I have the latest version installed and it is enabled to run content in the browser (I checked with the Java control panel). I even added JPL web address to the exception list to no avail. I've tried five different web browsers and they all spit back the error. Adding the JPL web address to the exception list was the only workaround that they provided. This is so frustrating!
 

Attachments

  • Java.PNG
    Java.PNG
    24.7 KB · Views: 491
Same here with firefox and Java 8 update 31.
I even tried to trick the system by editing the default Java security policy (changing deployment.config and deployment.properties to artificially lower the security level ), to no available.

At this point, it seems the only resolution is to roll back to an older (obsolete, unsecured,buggy, whatever...) version of Java. talk about a major annoyance

Nice one Oracle ! :banghead:

edit : btw, starting with Java 8 Update 20, the Medium security level has been removed from the Java Control Panel. Only High and Very High levels are available.
 
Last edited:
Same here with firefox and Java 8 update 31.
I even tried to trick the system by editing the default Java security policy (changing deployment.config and deployment.properties to artificially lower the security level ), to no available.

At this point, it seems the only resolution is to roll back to an older (obsolete, unsecured,buggy, whatever...) version of Java. talk about a major annoyance

Nice one Oracle ! :banghead:

edit : btw, starting with Java 8 Update 20, the Medium security level has been removed from the Java Control Panel. Only High and Very High levels are available.


I thought it might have been just me, now I can relax a little. However, it sucks to know that it's causing you frustration as well. I'm too afraid to use an older version. because I get side tracked easily and I might end up forgetting and get hit with a virus. I wonder if Java works in Linux
 
At this point, it seems the only resolution is to roll back to an older (obsolete, unsecured,buggy, whatever...)

Java 7 is still an actively supported platform, just FYI. It's just in feature freeze, but it's not any less secure than Java 8.
 
Java 7 is still an actively supported platform, just FYI. It's just in feature freeze, but it's not any less secure than Java 8.

i know that, hence the word "whatever"

Mind you, my adaptec 3405 raid controller is powered with Java 6 update 16, and is working flawlessly :)
 
Heck, minecraft was built on Java 5 just so it could run on oldish PowerPCs until just last year. I know because I also ran it on an OS/2 box for a bit. Just so happens there's a Java 5 build for OS/2 as well. The more you know I guess...
 
I thought it might have been just me, now I can relax a little. However, it sucks to know that it's causing you frustration as well. I'm too afraid to use an older version. because I get side tracked easily and I might end up forgetting and get hit with a virus. I wonder if Java works in Linux

Yes it does. Debian Wheezy and Ubuntu 14.04 are both using the latest 1.7 version

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update

#this one for java 1.8
sudo apt-get install oracle-java8-installer
sudo apt-get install oracle-java8-set-default

#in case you want java 1.7 instead
sudo apt-get install icedtea-7-plugin openjdk-7-jdk openjdk-7-jre

and you should be good to go.

upload_2015-1-21_14-26-32.png


upload_2015-1-21_14-26-49.png
 

Attachments

  • upload_2015-1-21_13-3-17.png
    upload_2015-1-21_13-3-17.png
    146.1 KB · Views: 509
  • upload_2015-1-21_14-16-28.png
    upload_2015-1-21_14-16-28.png
    139.7 KB · Views: 487
Last edited:
Back
Top