Version: 2008

Comments on: Java glitch hits OS X update

Recent update causes Java-related headaches for some Mac owners, Apple has acknowledged.

Add a Comment (Log in or register) Showing 1 of 2 pages (44 Comments)
problem not affecting all Macs
by April 18, 2005 5:42 PM PDT
I have a G4-500 running the new 10.3.9 update and tried the
terminal test described in this article without any problems. It
just returned my Java version as it should. So it apparently
doesn't affect all machines.
Reply to this comment
No problem here with AL 15" PowerBook
by Ron Bischof April 18, 2005 6:17 PM PDT
YMMV.

Ron-Bischofs-G4-PowerBook:~ rbischof$ java -version
java version "1.4.2_05"
Java(TM) 2 Runtime Environment, Standard Edition (build
1.4.2_05-141.4)
Java HotSpot(TM) Client VM (build 1.4.2-38, mixed mode)
problem not affecting all Macs
by April 18, 2005 5:42 PM PDT
I have a G4-500 running the new 10.3.9 update and tried the
terminal test described in this article without any problems. It
just returned my Java version as it should. So it apparently
doesn't affect all machines.
Reply to this comment
No problem here with AL 15" PowerBook
by Ron Bischof April 18, 2005 6:17 PM PDT
YMMV.

Ron-Bischofs-G4-PowerBook:~ rbischof$ java -version
java version "1.4.2_05"
Java(TM) 2 Runtime Environment, Standard Edition (build
1.4.2_05-141.4)
Java HotSpot(TM) Client VM (build 1.4.2-38, mixed mode)
All good here
by liven2 April 18, 2005 7:26 PM PDT
My dual G4 tower and my 17 1.5GHZ G$ is all working good,
along with 17 macs at my work all up and running with no
errors. I guess this is a very isolated issue
Reply to this comment
All good here
by liven2 April 18, 2005 7:26 PM PDT
My dual G4 tower and my 17 1.5GHZ G$ is all working good,
along with 17 macs at my work all up and running with no
errors. I guess this is a very isolated issue
Reply to this comment
apple fix broken
by April 18, 2005 8:15 PM PDT
Unfortunately, this one hit me (667 TiBook), and it appears that
Apple hasn't even bothered to proofread its own posted fix. The
final step in the fix points to the same URL as the previous step.
In other words, the "Security Update 2005-002" link points to
the Java 1.4.2 update. However, the old security update can be
found under the same directory if you poke around:

<http://www.apple.com/support/downloads/
securityupdate2005002macosx1034orlater.html>

Hope this helps!
Reply to this comment
apple fix broken
by April 18, 2005 8:15 PM PDT
Unfortunately, this one hit me (667 TiBook), and it appears that
Apple hasn't even bothered to proofread its own posted fix. The
final step in the fix points to the same URL as the previous step.
In other words, the "Security Update 2005-002" link points to
the Java 1.4.2 update. However, the old security update can be
found under the same directory if you poke around:

<http://www.apple.com/support/downloads/
securityupdate2005002macosx1034orlater.html>

Hope this helps!
Reply to this comment
Poor baby
by April 18, 2005 8:31 PM PDT
Some spammer is inconvenienced and it's news? Slow news day.
Reply to this comment
Poor baby
by April 18, 2005 8:31 PM PDT
Some spammer is inconvenienced and it's news? Slow news day.
Reply to this comment
SecureRemoteR56 stopped working
by April 19, 2005 3:15 AM PDT
The application SecureRemoteR56 stopped working after
innstalling the update to 10.3.9. Both my macs , iBook and G5 is
affected. Any ideas?
Reply to this comment
SecureRemoteR56 stopped working
by April 19, 2005 3:15 AM PDT
The application SecureRemoteR56 stopped working after
innstalling the update to 10.3.9. Both my macs , iBook and G5 is
affected. Any ideas?
Reply to this comment
Catch a Tiger by the tail
by April 19, 2005 6:46 AM PDT
Conspiracy Theory Du Jour:
Last minute Panther update=>minor glitch=>gotta get Tiger
Reply to this comment
Not Likely
by shoffmueller April 19, 2005 8:12 AM PDT
eom
Catch a Tiger by the tail
by April 19, 2005 6:46 AM PDT
Conspiracy Theory Du Jour:
Last minute Panther update=>minor glitch=>gotta get Tiger
Reply to this comment
Not Likely
by shoffmueller April 19, 2005 8:12 AM PDT
eom
Can We not rid ourselves
by April 19, 2005 8:35 AM PDT
Of Java altogether? I mean, I don't want to start a flamewar with Java programmers, but it's definately not the greatest language. It's so buggy and slow and unstable. I shudder at the use of Java. Just me personally, maybe it can be useful, but I like my apps in Cocoa. I haven't actually seen if it's affected me yet... It'll get fixed soon I'm sure.
Reply to this comment
Sure--have you got an alternative
by Kelson April 19, 2005 9:50 AM PDT
that will let people write a program once and have it run on Windows, Mac and Linux?
View all 3 replies
Buggy, slow and unstable?
by pcLoadLetter April 19, 2005 12:42 PM PDT
What is the #1 cause of security exploits? Buffer overruns, and what languages let you overrun the buffer? C and C++(not as bad as C though).

Java can be nearly as fast as C++, and it does not have a bloated library, nor is it bogged down in a syntax swamp. C++ is not as fast as assembly can be, so why not write everything in assembly? They same reasons you would not do that are the same reasons why many things are better written in Java.

Unstable? What are you smoking?

There is no 'best language'. All have strengths and weaknesess. IMO, the biggest problem with Java is that you can't easily, nor reliably compile it into a single execcutable. If Sun would add native support for platform specific compilation, I think Java would start to take a decent chunk out of C++.

I like C++ as well, it is a very powerful language. But there is no getting around the fact that it is a jumbled mess and does stupid things like allowing one to overrun an array, even though it knows its size. The standard committee for C++ needs to stop adding to language and clean it up before it collapses into a black hole.
View all 2 replies
Can We not rid ourselves
by April 19, 2005 8:35 AM PDT
Of Java altogether? I mean, I don't want to start a flamewar with Java programmers, but it's definately not the greatest language. It's so buggy and slow and unstable. I shudder at the use of Java. Just me personally, maybe it can be useful, but I like my apps in Cocoa. I haven't actually seen if it's affected me yet... It'll get fixed soon I'm sure.
Reply to this comment
Sure--have you got an alternative
by Kelson April 19, 2005 9:50 AM PDT
that will let people write a program once and have it run on Windows, Mac and Linux?
View all 3 replies
Buggy, slow and unstable?
by pcLoadLetter April 19, 2005 12:42 PM PDT
What is the #1 cause of security exploits? Buffer overruns, and what languages let you overrun the buffer? C and C++(not as bad as C though).

Java can be nearly as fast as C++, and it does not have a bloated library, nor is it bogged down in a syntax swamp. C++ is not as fast as assembly can be, so why not write everything in assembly? They same reasons you would not do that are the same reasons why many things are better written in Java.

Unstable? What are you smoking?

There is no 'best language'. All have strengths and weaknesess. IMO, the biggest problem with Java is that you can't easily, nor reliably compile it into a single execcutable. If Sun would add native support for platform specific compilation, I think Java would start to take a decent chunk out of C++.

I like C++ as well, it is a very powerful language. But there is no getting around the fact that it is a jumbled mess and does stupid things like allowing one to overrun an array, even though it knows its size. The standard committee for C++ needs to stop adding to language and clean it up before it collapses into a black hole.
View all 2 replies
reinstall java 1.4.2 from Apple's website
by April 19, 2005 9:49 AM PDT
I was in a chat room shortly after I installed 10.3.9 and the chat room windows would continually close by themselves and when they started up did not completely work. I went to Apple's website and downloaded the Java 1.4.2 update and that resolved the problem.
Reply to this comment
reinstall java 1.4.2 from Apple's website
by April 19, 2005 9:49 AM PDT
I was in a chat room shortly after I installed 10.3.9 and the chat room windows would continually close by themselves and when they started up did not completely work. I went to Apple's website and downloaded the Java 1.4.2 update and that resolved the problem.
Reply to this comment
PREVIOUS UPDATES ARE THE "WORK AROUND"
by oo7curtis April 19, 2005 9:54 AM PDT
This isn't a "patch" glitch. It looks to me like skipping previous
updates or updating prebinding (a Unix thang) is all this is. This
isn't SP2. It isn't Windoze. It isn't a sloppy patch. If you've been
running software update regularly you likely won't notice
anything.
Reply to this comment
PREVIOUS UPDATES ARE THE "WORK AROUND"
by oo7curtis April 19, 2005 9:54 AM PDT
This isn't a "patch" glitch. It looks to me like skipping previous
updates or updating prebinding (a Unix thang) is all this is. This
isn't SP2. It isn't Windoze. It isn't a sloppy patch. If you've been
running software update regularly you likely won't notice
anything.
Reply to this comment
What's New?
by 201293546946733175101343322673 April 19, 2005 10:53 AM PDT
Mac is not as bug-free and as secure as PC. People just don't get it.

Oh, or Mac users will blame SUN for that matter, huh? It is never Apple's fault, then :)
Reply to this comment
Clueless
by pcLoadLetter April 19, 2005 12:47 PM PDT
You need to educate yourself instead of of being a rabid fanboy.

As was noted, this is not a patch error or security problem, it is a glitch, and easily fixed.
What's New?
by 201293546946733175101343322673 April 19, 2005 10:53 AM PDT
Mac is not as bug-free and as secure as PC. People just don't get it.

Oh, or Mac users will blame SUN for that matter, huh? It is never Apple's fault, then :)
Reply to this comment
Clueless
by pcLoadLetter April 19, 2005 12:47 PM PDT
You need to educate yourself instead of of being a rabid fanboy.

As was noted, this is not a patch error or security problem, it is a glitch, and easily fixed.
Showing 1 of 2 pages (44 Comments)
advertisement

Latest tech news headlines

RSS Feeds

Add headlines from CNET News to your homepage or feedreader.

More feeds available in our RSS feed index.

advertisement