• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

Java not working

Joined
Dec 13, 2011
Messages
433 (0.10/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: 472
Joined
Oct 24, 2004
Messages
1,294 (0.18/day)
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:
Joined
Dec 13, 2011
Messages
433 (0.10/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
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
 
Joined
Aug 20, 2007
Messages
20,787 (3.41/day)
System Name Pioneer
Processor Ryzen R9 7950X
Motherboard GIGABYTE Aorus Elite X670 AX
Cooling Noctua NH-D15 + A whole lotta Sunon and Corsair Maglev blower fans...
Memory 64GB (4x 16GB) G.Skill Flare X5 @ DDR5-6000 CL30
Video Card(s) XFX RX 7900 XTX Speedster Merc 310
Storage 2x Crucial P5 Plus 2TB PCIe 4.0 NVMe SSDs
Display(s) 55" LG 55" B9 OLED 4K Display
Case Thermaltake Core X31
Audio Device(s) TOSLINK->Schiit Modi MB->Asgard 2 DAC Amp->AKG Pro K712 Headphones or HDMI->B9 OLED
Power Supply FSP Hydro Ti Pro 850W
Mouse Logitech G305 Lightspeed Wireless
Keyboard WASD Code v3 with Cherry Green keyswitches + PBT DS keycaps
Software Gentoo Linux x64
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.
 
Joined
Oct 24, 2004
Messages
1,294 (0.18/day)
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 :)
 
Joined
Aug 20, 2007
Messages
20,787 (3.41/day)
System Name Pioneer
Processor Ryzen R9 7950X
Motherboard GIGABYTE Aorus Elite X670 AX
Cooling Noctua NH-D15 + A whole lotta Sunon and Corsair Maglev blower fans...
Memory 64GB (4x 16GB) G.Skill Flare X5 @ DDR5-6000 CL30
Video Card(s) XFX RX 7900 XTX Speedster Merc 310
Storage 2x Crucial P5 Plus 2TB PCIe 4.0 NVMe SSDs
Display(s) 55" LG 55" B9 OLED 4K Display
Case Thermaltake Core X31
Audio Device(s) TOSLINK->Schiit Modi MB->Asgard 2 DAC Amp->AKG Pro K712 Headphones or HDMI->B9 OLED
Power Supply FSP Hydro Ti Pro 850W
Mouse Logitech G305 Lightspeed Wireless
Keyboard WASD Code v3 with Cherry Green keyswitches + PBT DS keycaps
Software Gentoo Linux x64
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...
 
Joined
Oct 24, 2004
Messages
1,294 (0.18/day)
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: 493
  • upload_2015-1-21_14-16-28.png
    upload_2015-1-21_14-16-28.png
    139.7 KB · Views: 467
Last edited:
Top