Quantcast
Channel: Fun – Dark Views
Viewing all articles
Browse latest Browse all 22

Oracle’s Java FAQ Displays in Chinese

$
0
0

I just looked at an article in the Oracle Java FAQ and I was a bit surprised to get this result:

         如何設定例外網站清單?


本文適用於:

  • Java 版本: 7.0

從 Java 7 Update 51 版本開始導入了例外網站清單功能。藉由將應用程式 URL 新增至「例外」清單,可讓使用者執行通常會被安全檢查封鎖的「豐富網際網路應用程式 (Rich Internet Applications, RIA)」。[...]

The solution was pretty simple: Append ?locale=en to the end of the URL: http://www.java.com/de/download/faq/exception_sitelist.xml?locale=en

That fixed it for me … sometimes.


Tagged: FAQ, Fun, Java

Viewing all articles
Browse latest Browse all 22

Trending Articles