# Java turned off?

**URL:** https://boards.straightdope.com/t/java-turned-off/443629
**Category:** Factual Questions
**Created:** [April 2, 2008, 2:39am UTC](https://boards.straightdope.com/t/java-turned-off/443629 "2008-04-02T02:39:58Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![Guinastasia](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/guinastasia/32/5751_2.png) [@Guinastasia](https://boards.straightdope.com/u/Guinastasia)
#### Post date: [April 2, 2008, 2:39am UTC](https://boards.straightdope.com/t/java-turned-off/443629/1 "2008-04-02T02:39:58Z")

</div>

So I went to YouTube earlier, and I keep getting the following message:

> [@](#):
>
> Hello, you either have JavaScript turned off or an old version of Adobe’s Flash Player. Get the latest Flash player.

So I updated the Flash player, but it’s _still_ giving me that message. What gives, and how can I fix it, or turn Java back on?

---

<div class="post-metadata">

### Author: ![TimeWinder](https://avatars.discourse-cdn.com/v4/letter/t/bcef8e/32.png) [@TimeWinder](https://boards.straightdope.com/u/TimeWinder)
#### Post date: [April 2, 2008, 2:42am UTC](https://boards.straightdope.com/t/java-turned-off/443629/2 "2008-04-02T02:42:03Z")

</div>

First, Java is not the same as Javascript. They’re only barely-related technologies. You want Javascript.

Second, there’s a setting in your browser’s tools to turn it (Javascript) on or off. If you want more specifics, you’ll need to tell us what browser and OS you’re using.

---

<div class="post-metadata">

### Author: ![Guinastasia](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/guinastasia/32/5751_2.png) [@Guinastasia](https://boards.straightdope.com/u/Guinastasia)
#### Post date: [April 2, 2008, 2:54am UTC](https://boards.straightdope.com/t/java-turned-off/443629/3 "2008-04-02T02:54:41Z")

</div>

Oh, thanks.

Let’s see, I’m using Firefox 2.0.0.13 and WindowsXP.

---

<div class="post-metadata">

### Author: ![scr4](https://avatars.discourse-cdn.com/v4/letter/s/59ef9b/32.png) [@scr4](https://boards.straightdope.com/u/scr4)
#### Post date: [April 2, 2008, 2:44pm UTC](https://boards.straightdope.com/t/java-turned-off/443629/4 "2008-04-02T14:44:01Z")

</div>

I think it’s Edit menu-\> Preferences -\> Content -\> Enable Javascript.

Also, are you running any ad blocking software? You may need to edit its settings (e.g. add Youtube to its “allowed” list).

---

<div class="post-metadata">

### Author: ![Harmonious\_Discord](https://avatars.discourse-cdn.com/v4/letter/h/74df32/32.png) [@Harmonious\_Discord](https://boards.straightdope.com/u/Harmonious_Discord)
#### Post date: [April 2, 2008, 3:14pm UTC](https://boards.straightdope.com/t/java-turned-off/443629/5 "2008-04-02T15:14:52Z")

</div>

Try this add on. [Quick Java](https://addons.mozilla.org/en-US/firefox/addon/1237)  
You can click on and off Java and Javascript for the browser. It’s more convenient.

---

<div class="post-metadata">

### Author: ![Mangetout](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/mangetout/32/19_2.png) [@Mangetout](https://boards.straightdope.com/u/Mangetout)
#### Post date: [April 2, 2008, 3:18pm UTC](https://boards.straightdope.com/t/java-turned-off/443629/6 "2008-04-02T15:18:59Z")

</div>

I’ve seen this complaint in relation to other video websites - it sometimes happens even if you _do_ have JavaScript turned on, and the latest version of flash installed. Not sure what the problem was in complete detail, but the solution was to uninstall Flash and reinstall it again.  
If all else fails, you might want to try that.

---

<div class="post-metadata">

### Author: ![Guinastasia](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/guinastasia/32/5751_2.png) [@Guinastasia](https://boards.straightdope.com/u/Guinastasia)
#### Post date: [April 2, 2008, 3:23pm UTC](https://boards.straightdope.com/t/java-turned-off/443629/7 "2008-04-02T15:23:51Z")

</div>

[QUOTE=scr4]  
I think it’s Edit menu-\> Preferences -\> Content -\> Enable Javascript.

Also, are you running any ad blocking software? You may need to edit its settings (e.g. add Youtube to its “allowed” list).  
[/QUOTE]

No, I don’t believe so. Also, I don’t see a “preferences” anywhere.

I tried the Java add-on. It’s still not working. I’m going to test and see if it does on Netscape.

Huh-Java Script is on my tool bar (where the date is), and it’s STILL not working. Da’hell?  
**Mangetout** thanks-I’ll try that.  
Yes, it works on Netscape. Go figure.

---

<div class="post-metadata">

### Author: ![Duckster](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/duckster/32/1244_2.png) [@Duckster](https://boards.straightdope.com/u/Duckster)
#### Post date: [April 2, 2008, 4:37pm UTC](https://boards.straightdope.com/t/java-turned-off/443629/8 "2008-04-02T16:37:28Z")

</div>

You are still missing a critical point. Don’t worry, it’s not just you.

> [@](#):
>
> Java, developed under the Sun Microsystems brand, is a full-fledged object-oriented programming language. It can be used to create standalone applications and a special type of mini application, called an applet. Applets are downloaded as separate files to your browser alongside an HTML document, and provide an infinite variety of added functionality to the Web site you are visiting. The displayed results of applets can appear to be embedded in an HTML page (e.g., the scrolling banner message that is so common on Java-enhanced sites), but the Java code arrives as a separate file.
> 
> JavaScript, developed by Netscape, is a smaller language that does not create applets or standalone applications. In its most common form today, JavaScript resides inside HTML documents, and can provide levels of interactivity far beyond typically flat HTML pages – without the need for server-based CGI (Common Gateway Interface) programs.

Source: [http://www.dannyg.com/ref/javavsjavascript.html](http://www.dannyg.com/ref/javavsjavascript.html)

While the two languages share similar (and confusing) names, their pedigrees come from different creators.

You must have Java installed on your computer to take advantage of it. Javascript is a browser functionality that already exists within the browser.

To check of whether you have Javascript enabled in FF, go to [Tools | Options | Content] and then make sure Javascript is enabled.

---

<div class="post-metadata">

### Author: ![ticker](https://avatars.discourse-cdn.com/v4/letter/t/d07c76/32.png) [@ticker](https://boards.straightdope.com/u/ticker)
#### Post date: [April 2, 2008, 5:37pm UTC](https://boards.straightdope.com/t/java-turned-off/443629/9 "2008-04-02T17:37:11Z")

</div>

[QUOTE=scr4]  
I think it’s Edit menu-\> Preferences -\> Content -\> Enable Javascript.

Also, are you running any ad blocking software? You may need to edit its settings (e.g. add Youtube to its “allowed” list).  
[/QUOTE]

Tools-\>Options-\>Content-\>Enable Javascript on version 2.0.0.13

---

<div class="post-metadata">

### Author: ![Soul](https://avatars.discourse-cdn.com/v4/letter/s/e9bcb4/32.png) [@Soul](https://boards.straightdope.com/u/Soul)
#### Post date: [April 2, 2008, 5:40pm UTC](https://boards.straightdope.com/t/java-turned-off/443629/10 "2008-04-02T17:40:51Z")

</div>

Also, if you’ve recently installed NoScript (a Firefox addon), you’ll run into this problem frequently until you define allowed sites to your liking. The utility of the addon is worth it though, at least in my humble opinion.

---

<div class="post-metadata">

### Author: ![Guinastasia](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/guinastasia/32/5751_2.png) [@Guinastasia](https://boards.straightdope.com/u/Guinastasia)
#### Post date: [April 2, 2008, 7:36pm UTC](https://boards.straightdope.com/t/java-turned-off/443629/11 "2008-04-02T19:36:26Z")

</div>

[QUOTE=ticker]  
Tools-\>Options-\>Content-\>Enable Javascript on version 2.0.0.13  
[/QUOTE]

Yep, that’s there too.

☹

I tried reinstalling Flash-no such luck.

---

<div class="post-metadata">

### Author: ![Guinastasia](https://sea3.discourse-cdn.com/straightdope/user_avatar/boards.straightdope.com/guinastasia/32/5751_2.png) [@Guinastasia](https://boards.straightdope.com/u/Guinastasia)
#### Post date: [April 2, 2008, 10:23pm UTC](https://boards.straightdope.com/t/java-turned-off/443629/12 "2008-04-02T22:23:33Z")

</div>

It’s WORKING!!! It must have just needed my computer to be turned off and on.

Thank you guys so much! _mwaa_

---

<div class="post-metadata">

### Author: ![LouisB](https://avatars.discourse-cdn.com/v4/letter/l/dfb087/32.png) [@LouisB](https://boards.straightdope.com/u/LouisB)
#### Post date: [April 3, 2008, 5:15am UTC](https://boards.straightdope.com/t/java-turned-off/443629/13 "2008-04-03T05:15:56Z")

</div>

[QUOTE=Soul]  
Also, if you’ve recently installed NoScript (a Firefox addon), you’ll run into this problem frequently until you define allowed sites to your liking. The utility of the addon is worth it though, at least in my humble opinion.  
[/QUOTE]  
The same problem as the OP is having drove me insane until I got this figured out.
