Recommended Posts

Java? SE 7 Update 3

The full internal version number for this update release is 1.7.0_03-b04 (b05 in Windows, where "b" means "build"). The external version number is 7u3.

Olson Data 2011l

Java SE 7u3 contains Olson time zone data version 2011l. For more information, refer to Timezone Data Versions in the JRE Software.

View: Release Notes

Download: Java? SE 7 Update 3 Runtime Environment

Link to comment
https://www.neowin.net/forum/topic/1058174-java/
Share on other sites

Because it's a bigger number of course :)

lol, i hope your being sarcastic. I haven't changed over from Java 6xx unless there is a good reason to. Performance is good but compatibility is far more important.

Link to comment
https://www.neowin.net/forum/topic/1058174-java/#findComment-594658774
Share on other sites

If it is final than why users of Java 6 aren't upgraded to Java 7 ?

Two reasons come to mind as to why - (I COULD BE WRONG)

Some Java applications do not see 7 as being a valid version. (I say this because I remember the going from 5 to 6 some java applications actually said I needed to upgrade my java... bad coded programs)

Sometimes auto-upgrade to major version change breaks applications that depend on it. (usually -- when you get a uXX x=some number it is security fixes only, however, if it is a version bump there have been major changes) or that is how it works in most applications....

But I could be wrong-- those are just the reasons why it would not default happen...

Link to comment
https://www.neowin.net/forum/topic/1058174-java/#findComment-594664460
Share on other sites

This confuses me - Java Runtime Environment 7 was out for a very long time now.

So where were you at update 2? At update 1?

Or at the original release of the long withstanding JRE7 (Aka Update 0)?

Keeping cutting edge is essential for security reasons that and the occasional gems like increases in performance and new features.

Although it can be me, I do look at people who still run Firefox 8 as outdated savages.

Link to comment
https://www.neowin.net/forum/topic/1058174-java/#findComment-594664494
Share on other sites

For devs, yes because you can code faster and do new things.

For users? yes it's faster.

For somebody who wants a secure PC, get rid of java :)

+1 to that last line!!

Haven't ever installed Java on any of my Windows systems. Not a gamer, so need for it there, and other than that, I obviously haven't found a need for it, if I've never had it!!

I do have the open source java installed in my Linux setups though.

Link to comment
https://www.neowin.net/forum/topic/1058174-java/#findComment-594664576
Share on other sites

If it is final than why users of Java 6 aren't upgraded to Java 7 ?

Compatibility issues. Same thing as almost any (base) software. Small programs are updated always as autoupdate but things like this (and *shivers* Flash) arent.

What kind of features does it have that Java 6 don't have? also are the features even worth an upgrade.

Depends on what you see as a worth it.

One I particularly like is now you can use Strings in swtiches. Thats my personal thought.

There is a entire changelog to look up.

Link to comment
https://www.neowin.net/forum/topic/1058174-java/#findComment-594665008
Share on other sites

For devs, yes because you can code faster and do new things.

For users? yes it's faster.

For somebody who wants a secure PC, get rid of java :)

Your logic is somewhat flawed so let me explain why. First you say "For somebody who wants a secure PC, get rid of java" but java is only one of many popular software that is out there. If you truly want a secure pc then: Try to use less popular software which has less security issues, but with that you will probably have to give up a feature of two of the software that you were using. This way can be beneficial but it can also work against you hence it can be "A double-edged sword". Many times,a non popular application could become popular and hence have the same issues. There are pros and cons to practically everything so you should decide if the pro outweighs the con or if they match up.

Compatibility issues. Same thing as almost any (base) software. Small programs are updated always as autoupdate but things like this (and *shivers* Flash) arent.

Depends on what you see as a worth it.

One I particularly like is now you can use Strings in swtiches. Thats my personal thought.

There is a entire changelog to look up.

I do check the changelogs before updating.

Link to comment
https://www.neowin.net/forum/topic/1058174-java/#findComment-594669806
Share on other sites

Your logic is somewhat flawed so let me explain why. First you say "For somebody who wants a secure PC, get rid of java" but java is only one of many popular software that is out there. If you truly want a secure pc then: Try to use less popular software which has less security issues, but with that you will probably have to give up a feature of two of the software that you were using. This way can be beneficial but it can also work against you hence it can be "A double-edged sword". Many times,a non popular application could become popular and hence have the same issues. There are pros and cons to practically everything so you should decide if the pro outweighs the con or if they match up.

Popular apps don't always mean that they are a huge vector of attacks.

The thing is that MS posted a report not so long ago (few week/months) showing that java is the most common way to infect a PC.

There are less and less java applications every day. Yes it's been used a lot in company, but at home I can barely tell you which apps are using it. Only Minecraft and JDownloader comes in mind, but beyond that, Java is quite useless, It won't bug me if I get rid of it :)

Link to comment
https://www.neowin.net/forum/topic/1058174-java/#findComment-594670988
Share on other sites

This topic is now closed to further replies.
  • Posts

    • Microsoft finally admits its default Windows 11 25H2, 24H2 action broke key legacy component by Sayan Sen Microsoft last week released Windows 11 KB5094126 and KB5093998 as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. So far the company has acknowledged two known issues that have popped up after the release which include bugged-out Office apps as well as the Recycle Bin; though there could be more at play too. Speaking of bugs and issues, Microsoft seems to have finally acknowledged a problem that probably has been around for close to a year. That's because back in July of 2025 the company made a default change to the latest Windows 11 versions, wherein it switched to JScript9Legacy on Windows 11 24H2 and later releases. Hence following the release of version 25H2 in October 2025, JScript9Legacy also remained default-enabled. As a result there has been a compatibility issue ever since then. For those wondering, by switching to JScript9Legacy Microsoft intended to improve the security of modern Windows PCs by reducing vulnerabilities tied to legacy scripting like cross-site scripting (XSS), among others. XSS exploits can allow cyber-attackers to attach malicious code onto legitimate websites and use them to execute the code when a potential victim loads such a website. Hence the new JScript9Legacy engine enforced stricter execution policies and improved object handling, which should help mitigate such attacks. Microsoft today has published a new support article detailing the problem. Neowin spotted it while browsing. The company says that JScript global definitions and execution context may fail to persist across scripts, potentially breaking older dependent apps and web-based components that relied on this legacy behavior. In the article Microsoft has confirmed that the issue stems from its move away from the older jscript9.dll engine in favor of jscript9legacy.dll. As mentioned above, while the newer engine was designed to address vulnerabilities and strengthen security it also changes how JScript handles execution context. As a result functions and definitions loaded by one script could no longer remain available to subsequent scripts once execution ended. The company notes that some applications worked correctly on earlier Windows versions because the older JScript engine automatically retained global definitions and execution state between scripts. Under the newer model though that behavior is disabled by default causing certain legacy workloads and polyfill-dependent scripts to fail. Microsoft says it addressed the problem via the KB5077241 update though the fix had not been enabled automatically in the following updates. As such admins must explicitly turn on persistent JScript execution context using a Registry setting that the tech giant shared today. The configuration can be applied to individual processes or system-wide through the FEATURE_ENABLE_PERSISTENCE registry key. The steps have been outlined below: Run the following command to create the feature control registry key: reg add "HKLM\Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ENABLE_PERSISTENCE" Under this key, create a new DWORD (32-bit) value. Configure the value as follows: To enable persistence for specific processes only: Set the value to 1 for each target process name. To enable persistence for all processes: Add * as the key name and set its value to 1. You can find the official support article here on Microsoft's website.
    • The possibility that milk gathers back into a glass implies that gravity can be 'reversed'.
    • VidCoder 12.20 by Razvan Serea  VidCoder is a DVD/Blu-ray ripping and video transcoding application for Windows. It uses HandBrake as its encoding engine. Calling directly into the HandBrake library gives it a more rich UI than the official HandBrake Windows GUI. VidCoder can rip DVDs but does not defeat the CSS encryption found in most commercial DVDs. You’ll need the NET 8 Desktop Runtime. If you don’t have it, VidCoder will prompt you to download and install it. The Portable version is self-contained and does not require any .NET Runtime to be installed. You do not need to install HandBrake for VidCoder to work. Feature list: Multi-threaded MP4, MKV containers Completely integrated encoding pipeline: everything is in one process and no huge intermediate temporary files H.264, H.265, MPEG-4, MPEG-2, VP8, Theora video Hardware-accelerated encoding with AMD VCE, Nvidia NVENC and Intel QuickSync AAC, MP3, Vorbis, AC3, FLAC audio encoding and AAC/AC3/MP3/DTS/DTS-HD passthrough Target bitrate, size or quality for video 2-pass encoding Decomb, detelecine, deinterlace, rotate, reflect, chroma smooth, colorspace filters Powerful batch encoding with simultaneous encodes Customizable Pickers to automatically pick audio and subtitle tracks, destination, titles and more Instant source previews Creates small encoded preview clips Pause, resume encoding VidCoder 12.20 changes: Updated HandBrake core to 1.11.2. Download: VidCoder 12.20 | 47.0 MB (Open Source) Download: Portable VidCoder 12.19 | 89.3 MB Link: VidCoder Home Page | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Week One Done
      Jordan Smith earned a badge
      Week One Done
    • Reacting Well
      BizSAR earned a badge
      Reacting Well
    • First Post
      AndreaB earned a badge
      First Post
    • Week One Done
      Huge Trailer earned a badge
      Week One Done
    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      590
    2. 2
      +Edouard
      185
    3. 3
      PsYcHoKiLLa
      76
    4. 4
      Michael Scrip
      73
    5. 5
      Steven P.
      66
  • Tell a friend

    Love Neowin? Tell a friend!