|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#226 |
|
Java 6_37 on 10.6
Is Java 1.6.0_37 on 10.6 affected by this malware update from Apple? If java is blocked on our 150+ machines, Im gonna have some very unhappy people trying to get into our Timeclock/Scheduler system.
|
|
|
|
0
|
|
|
#227 | |
|
Quote:
new build 1.7.0_11-b21 is out now (a higher one than apple required) Minimum system requirement is Mac OS X Lion 10.7.3. you can download from http://java.com/en/download/manual.jsp restart browsers after installing. the plugin is not blocked after updating. Official statement from oracle: http://www.oracle.com/technetwork/to...2-1896849.html Reuters article: http://www.reuters.com/article/2013/...90C0JB20130113 Last edited by tywebb13; Jan 13, 2013 at 07:24 PM. |
||
|
|
0
|
|
|
#228 |
|
Downloaded but still blocked.
|
|
|
|
0
|
|
|
#229 |
|
some of you have indicated that you use the jdk as well. This has also been updated to build 1.7.0_11-b21 and is available from
http://www.oracle.com/technetwork/ja...ads/index.html Last edited by tywebb13; Jan 13, 2013 at 04:24 PM. |
|
|
|
0
|
|
|
#230 | ||
|
Quote:
Firefox might work. You will still see it blocked but you have the option to run it on the block screen. ---------- Quote:
|
|||
|
|
0
|
|
|
#231 |
|
Yes. They should change it to at least say that the update IS available now.
It would be better to install the 1.7.0_11-b21 update though not the developer preview. The next update is scheduled for Feb. 19 as Java SE 7u13: http://www.oracle.com/technetwork/ja...e-1836624.html Last edited by tywebb13; Jan 13, 2013 at 04:50 PM. |
|
|
|
0
|
|
|
#232 |
|
Just got prompted that an update to Java is available
|
|
|
|
0
|
|
|
#233 | |
|
Quote:
|
||
|
|
0
|
|
|
#234 | |
|
Quote:
I would rather code in C++/QT and deal with platform issues than to deal with Swing. I would sooner code in Haskell and deal with monadic side effects than to code in Swing. The only relief from a large Swing project is quitting (or cyanide, either works). The only thing you build on Swing form builders is your own grave. If Swing had a baby it would be Hitler.
__________________
The only difference between an American and a Downunderian is that Americans only think they're free. Last edited by MorphingDragon; Jan 14, 2013 at 05:51 PM. |
||
|
|
1
|
|
|
#235 | |
|
Quote:
|
||
|
|
0
|
|
|
#236 | |
|
Quote:
__________________
The only difference between an American and a Downunderian is that Americans only think they're free. |
||
|
|
0
|
|
|
#237 |
|
This update is not out on Snow Leopard?
__________________
[Tutorial] Three Finger Drag on Non-supported Multitouch Macs (MAJOR UPDATES!!! (6/6/2013)) ![]() Front Row for Lion Now I know why the maps icon wants you to jump off of a bridge! |
|
|
|
1
|
|
|
#238 | |
|
Quote:
The hard part is not just splitting the code between the business logic and the code - this should be done irregardless - the hard part is the way all the GUI elements are handled in different operating systems. Windows, buttons, sliders, menus, etc. take different inputs, send different events, are different sizes, between all OSes. Specifying a size of 100x100 for a window, for example, will create a 100x100 window in OS X, but a 106x120 window in Windows 7 (Windows 7 adds room for the outside borders and title bar). And the inside of the window, the viewport, the part you can actually draw in, is 100x100 in Windows 7, but more like 96x92 in OS X. Scroll bars? OS X hides them, and you can draw beneath them, Windows 7, you can't draw beneath them. Some coordinate systems have (0,0) in the upper left, some have it in the lower left. And so on, and so on. You have to become an expert in both OSes. |
||
|
|
0
|
|
|
#239 | |
|
Quote:
Sounds like you've never actually wrote portable code and are trying to make up excuses for it.
__________________
"What you leave behind is not what is engraved in stone monuments, but what is woven into the lives of others." -- Pericles |
||
|
|
1
|
|
|
#240 |
|
Is this why I can't play my Sim City Social and I get a plug-in error?!
__________________
500GB Macbook Pro 2007 (OS X Mountain Lion) 16GB iPhone 4 (iOS 6) 16GB iPhone 5 (iOS 6) 32GB iPad 2 (iOS 6)
|
|
|
|
0
|
|
|
#241 | |
|
Quote:
I've been developing in my career for over 25 years. It has nothing at all to do with MVC. The GUI part between Operating Systems is VASTLY DIFFERENT. Even the concepts are different. Like, when you click a button, who gets the event first? The button or the window? What if the button handles the event, does the window still receive the event or not? What dialog boxes are modal, what aren't modal? Where is the File menu, on the top of the screen, or part of the window? Etc. Etc. That part is what makes Java so ideal for developers. I don't want to learn all the APIs to create GUIs in Unix , Microsoft and Apple. Just learn one API, and my code works in all those operating Systems. Sun/Oracle has spent years fine tuning this, so I don't have to code for lots of different systems. Business logic is usually 10% of the coding. The GUI is the other 90%. I don't want to multiply my GUI logic. For something simple, like you'd do in CS101 in college, you can definately use C++ with MVC, but not for something real, without multiplying your coding time by a factor of 2-3. |
||
|
|
0
|
|
|
#242 |
|
Guys I think that problably answer for my question is somewhere between pages 1 and 10 and I thought I will read all of this but in page 3 someone asking my question and then few of you started discussion why Java is good/bad so searching for my answer is liki looking for needle in the haystack...
I have Java unchecked in Safari but I have installed Java with Android SDK (version 1.6.0_37) so...is my Mac in danger? Please help!
__________________
MacBook Pro@2012. My first Mac.![]() iPhone 4. My first iPhone.
Last edited by sainsburys; Jan 14, 2013 at 02:54 PM. |
|
|
|
0
|
|
|
#243 |
|
|
0
|
|
|
#244 |
|
Thanks, I can sleep calm now. Just when I finish Android project I will uninstall this piece of *+%@
|
|
|
|
0
|
|
|
#245 | |||
|
Quote:
Quote:
I would hope if a programmer I was hiring actually knew about the platform I hired him to work for. If they don't they learn. Quote:
It's only the web plugin.
__________________
The only difference between an American and a Downunderian is that Americans only think they're free. Last edited by MorphingDragon; Jan 14, 2013 at 06:04 PM. |
||||
|
|
1
|
|
|
#246 | |
|
Quote:
Any software developer worth their salt can get pretty good at another OS in just a short time span and should always be learning. |
||
|
|
1
|
|
|
#247 |
|
Java discussion:
Being a software professional myself and having worked with Java + Flash/HTML4/HTML5 technologies for some 8 years my opinions may obviously be biased. My last dabblings for professional projects using .NET were some 5 years ago, and only recently have I actually been working on projects with PHP and Python codebases. My role is officially as 'the QA guy' but a lot of my time is also split with DevOps/versioning control guru/server ninja/build engineer/automation monkey. One of the things that I see is a HUGE benefit with Java is that the ecosystem is immensely mature in regards to DELIVERING software. Nothing else I have seen comes close in regards to static analysis (detecting bugs up front), frameworks for testing, dynamic analysis, research projects that may have great findings for your latest project, build tools (maven/gradle etc), continuous integration systems, hosting services. Closest is probably .NET and some of the stuff coming out of Microsoft Research All of the above (minus hosting/basic building) is quite often an oversight (IMO) for most people - but it makes the difference from going from a manual process to a fully automated process that catches issues upfront / ensures scalability. My experiments with XCode for building iOS Apps are not that great (but again I do not know the language well enough to dabble into the inner workings of it) - if everything works out of the box it is easy to initiate an xcodebuild - however I have never tried a situation in which it was that easy (due to xcode bugs/unsupported features that is req. for app provisioning etc) - and similarly the ecosystem is just not that great for Objective-C / iOS development. Where is my CheckStyle/FindBugs - closest is probably via OCLint and maybe a TeamCity/AppCode install, but without it getting me to where I would expect to be in Java environment. JavaScript seems similarly immature - I have build jobs running via Node.js and AMD - and it just requires way way more work to get the stuff up and running that enables fewer bugs to be released / way faster delivery (unless you are into 'live-hacking'). |
|
|
|
0
|
|
|
#248 | |
|
Quote:
But still doesn't work. The chart applet simply fails loading. It didn't work when I removed 1.7.10 and reverted to Java 6 too. It prompted me to install JRE which directed me to download 1.7.11. Any more ideas to get it working? How does Apple block our systems anyway? Update: After refreshing the page a few times. Its finally loading! |
||
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 01:11 AM.








500GB Macbook Pro 2007 (OS X Mountain Lion)
Linear Mode
