JavaFX JavaScript bridge on Snow Leopard

Hello,
Installed Snow Leopard and tested the javafx/js bridge example at: http://javafx.com/docs/articles/dice/.
It loads fine, but when i click any of those Set D1/D2/Both buttons, I get a "http://javafx.com exception occured" dialog. There are no exceptions on the java console per se. When I enabled applet life cycle errors logging, i did see one exception at load time (see below).
I have tried both the 32-bit and the 64-bit versions (through the java preferences UI on snow leopard) for java-plugins but don't see any difference. The platform version is 1.6.0_15 (if i am not wrong), and the bridge requires only 0_10 to work.
Please let me know if you are able to roll the dice fine enough and how..
thanx,
;-p r a b u!
network: Connecting socket://dl.javafx.com:80 with proxy=DIRECT
network: Connecting http://dl.javafx.com/emptyJarFile-1252659334740__V1.2.1_b28.jar with cookie "gpChannel=javafx%3Adocs%3Aarticles%3Adice; gpName=javafx%3A/docs/articles/dice/; gpServer=javafx.com; s_cc=true; s_sq=%5B%5BB%5D%5D"
network: CleanupThread used 1 us
network: Downloading resource: http://dl.javafx.com/emptyJarFile-1252659334740__V1.2.1_b28.jar
     Content-Length: 22
     Content-Encoding: null
network: Wrote URL http://dl.javafx.com/emptyJarFile-1252659334740__V1.2.1_b28.jar to File /Users/prabu/Library/Caches/Java/cache/6.0/1/724dd901-27f87184-temp
java.util.zip.ZipException: ZIP file must have at least one entry
     at java.util.zip.ZipOutputStream.finish(ZipOutputStream.java:304)
     at java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:146)
     at java.util.zip.ZipOutputStream.close(ZipOutputStream.java:321)
     at com.sun.deploy.net.HttpDownloadHelper.download(HttpDownloadHelper.java:224)
     at com.sun.deploy.cache.Cache$1.run(Cache.java:414)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sun.deploy.cache.Cache.downloadResourceToCache(Cache.java:393)

On the Dice example page, I see this warning:
Note: JRE6u10 software ships with two versions of the Java Plug-In software (classic and next generation). The applet in this page requires functionality only available in the "next generation" version.
It then says that Mac users doesn't have yet the next version. I'm not sure if this still applies, but I'm having the same problem for both the example apps and my own apps.
--Cameron                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Bridge CS4 / Snow Leopard - No Raw Preview

    I am shooting with a Nikon D200 - in raw my files show but I am not seeing the image previews only the .nef icon.  I have searched and searched for information on this and I am getting nowhere.  I have already downloaded the latest camera raw update and restarted to no avail.  Any thoughts?

    The Raw plug in should not be in Bridge but in the library at root level.
    Here is a link to the pdf with the install manual in all languages. Also in
    PS go to the menu Photoshop - about plug in and choose Camera Raw. Inhere it
    should show only one version of Camera Raw and in your case it should be
    version 5.5
    http://www.adobe.com/special/photoshop/camera_raw/Camera_Raw_5.5_ReadMe.pdf
    am not able to select the camera raw preferences.  Yet going through the
    library and checking for multiple files checks out - there is only one - and
    there are no extra raw files in the cs4 folders either.  The file in bridge is
    raw 5.5.

  • Use Your MacBook as a Network Bridge in Snow Leopard (10.6.2)

    Hey everybody,
    I am trying to use my MacBook as a network bridge for my Sony Blu-Ray (BDP-S350) player so it can receive the updates that it needs. I need to know the steps to make your Mac a network bridge. Any Suggestions?

    BradleyBrandon wrote:
    I am trying to use my MacBook as a network bridge for my Sony Blu-Ray (BDP-S350) player so it can receive the updates that it needs. I need to know the steps to make your Mac a network bridge. Any Suggestions?
    I'll guess that your MacBook connects wirelessly and that your player needs an Ethernet connection. In that case, in OS X 10.5 the way you'd do what you need to is to open the "Sharing" panel of System Preferences, then enable "Internet Sharing" by clicking on the checkbox next to it. Set "Share your connection from" to "AirPort" and below that check the box for Ethernet. The steps for OS X 10.6 are probably similar if not identical.

  • Adobe bridge cc is not working on my mac snow leopard version 10.6.8. In other words the program will not open all other programs work fine

    Adobe bridge cc is not working on my mac snow leopard version 10.6.8. In other words the program will not open, but all other programs i have been able to open just fine

    Moving this discussion to the Bridge General Discussion forum.

  • Solve the JavaFX crashing issue (libjogl.jnilib) on Mac Snow Leopard

    This is what happening to me and how did it get fixed.
    This issue concerns running JavaFX programs on Mac machines with Snow Leopard installed.
    Here is the story.
    I have two Mac machines: one is MacBook and the other is [Mac mini|http://www.apple-history.com/body.php?page=gallery&model=mac_mini_early_09&sort=date&performa=off&order=ASC]. Before I installed Snow Leopard, JavaFX programs were good at both machines. After upgrading to Snow Leopard, every JavaFX program on my MacBook crashed with messages saying that "libjogl.jnilib" causing an bad memory access. But they are still all good on my Mac mini. It's very annoying because if I accidentally went to a page with JavaFX applets on it, Safari got killed.
    I think there might be something wrong in my MacBook so I backup my data and did a clean install of Snow Leopard. Things remain unchanged. It still crashes all the time. Can't figure out why.
    So, I decided to get rid of the cause directly. I tried to search "libjogl.jnilib" on the disk but found that it is downloaded by need (one of the Java Web Start mechanisms), not a pre-existing file in the system. That is why reinstalling the system did not help.
    Then I went to the JOGL sample page, running a few samples through Java Web Start. They are good on my MacBook! So I compared the .jnlp files of the problematic JavaFX programs and JOGL samples. I found that if I put
    <extension name="jogl-all-awt" href="http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl-all-awt.jnlp" />in the .jnlp files of JavaFX programs, they will get healthy "libjogl.jnilib" and run good. Hooray!
    But I can't intervene in every JavaFX execution this way. So I download the latest JOGL binary, put them (.jar and .jnilib files) under "/System/Library/Java/Extensions/". Everything is fine now.

    kmacdona wrote:
    Do we know who is responsible for patching this for end users? i.e. does Apple need to push this in a system update?
    Thanks,
    KeithI believe if something needs to be done, Mike will do it. He is very active in Apple's Java forum and after all he is the guy in Apple.
    I am still wondering why JavaFX is okay on my Mac mini. Maybe what happened to my MacBook is an extremely corner case because I can hardly find any other one seeing the same problem when I tried to google "crash", "libjogl.jnilib", "javafx", such keywords.

  • RAW CR2 files cause Bridge / PS CS3 to quit after Snow Leopard

    OS: Snow Leopard Fresh Install
    Camera: Canon XTi
    Files: Canon RAW CR2
    Issue: Access of ANY kind to a RAW file causes the app(s) to quit.
    Detail: Everything was fine in Leopard but for various reasons I did a fresh install of Snow Leopard. Wiped the drive and installed clean. Installed iLife 09 and then did any Apple updates. I then installed CS3 and did all the Adobe updates (Almost 600 MB). Used PS for some graphic stuff with no issue and thought everything was good until today. Went to Bridge and simply tried to navigate to my RAW photos and it quit. Tried opening a RAW in PS... same thing. Checked the ACR version and is was 4.6 but I reinstalled anyway... same. So, I uninstalled the fresh copy of CS3 and reinstalled to be safe... same. OK, now it was testing time. Navigated to the RAW files in Finder and can view them fine. I can quick preview them, open them in preview etc, so the OS raw support is fine. Same thing happens just trying to open the file with PS CS3 since it open using RAW.
    I removed the RAW plugin and Bridge stayed open fine and displayed the files as generic thumbs. Put the plugin back and it dies again.
    In Leopard the RAW Prefs were set to store the settings in the RAW database instead of sidecar files and I have tried putting the database file in from the pre-snow leopard backup. No luck. I am totally stumped any any ideas are welcome. I am about to restore the Leopard image.
    Thanks in advance,
    Razz

    Thanks for the idea Carolyn.
    Unfortunately it did not fix it. I had tried it before and tried it again after your post. Thing is, it can't be the cache since the install of bridge has never been used. As soon as I load it and try to go view my files it quits. I would expect this from an upgraded SL install but an erase & install with fresh CS3 and all the OS and Adobe updates should be smooth. I really don't want to go back to Leopard but have to be able to mess with my photos. Why would removing the raw plugin stop the failure? It is 1 file, the correct version and fresh installed. Not sure what to do except maybe start over and yet that could still fail and takes a LONG time. I hate to upgrade to CS4 since I am not sure where the issues is.
    Maybe install SL again over the top as an upgrade?
    Any other ideas?
    Thanks, Razz

  • My operating system is Snow Leopard Version 10.6.8.  I moved files in Adobe Bridge, how do I sinc to Finder?

    My operating system is Snow Leopard, Version 10.6.8.  I rearranged files in Adobe Bridge, how do I sinc my Finder?

    10.5.8 is Leopard, not Snow Leopard. You need the Snow Leopard DVD;
    You can get it only by phone now from Apple.
    In the US, call 1-800-MY-APPLE and ask for a sales assistant. Last quoted price was $19.99 for the single-user and $29.99 for the family licence.
    For other countries, check here; http://support.apple.com/kb/HE57
    Don't forget to ask for Sales; the tech support guys can't help.
    If you want Lion, rather than Mountain Lion, the same Sales team can give you a download code to use at the Mac AppStore.
    To get the App Store, you need to update your new Snow Leopard from 10.6.3 (which is the version on the installer) to 10.6.8 with the combo update; http://support.apple.com/kb/DL1399
    Be warned that the upgrades will render a lot of older software unusable, and will need new drivers for printers and scanners in all likelihood.

  • JavaFX/NetBeans not working after installation of Mac OS X Snow Leopard

    Hi guys!
    I'm sort of in a hurry to get this working since I'm gonna demo my project tomorrow.
    I just installed the new Mac OS X, and now my project won't run anymore!
    I get the following dialog saying something like this (translated from Swedish):
    com.sun.javafx.runtime.Main accidentally exited when using the plug-in file libjogl.jnilib.And the error that I get in the NetBeans console is:
    Invalid memory access of location 0x0 rip=0x113750a14
    /Users/calle/.netbeans/6.5/javafx-sdk/bin/javafx: line 138:  1889 Segmentation fault      "$JAVA_CMD" "-Djava.library.path=/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop" -classpath '.:/Users/calle/NetBeansProjects/Robust/dist/Robust.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/shared/javafxrt.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/eula.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-anim.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-geom.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/decora-runtime.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/decora-sse.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/decora-d3d.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/decora-j2d-rsl.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/decora-ogl.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/decora-j2d-jogl.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-sg-common.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-sg-swing.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-ui-common.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-ui-desktop.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-ui-swing.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/jogl.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/gluegen-rt.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/fxdloader.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/jmc.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/websvc.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-ui-controls.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-ui-charts.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/script-api.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-common.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-io.jar' com.sun.javafx.runtime.Main "robust.RobustMain"
    /Users/calle/.netbeans/6.5/javafx-sdk/bin/javafx: line 138:  1889 Segmentation fault      "$JAVA_CMD" "-Djava.library.path=/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop" -classpath '.:/Users/calle/NetBeansProjects/Robust/dist/Robust.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/shared/javafxrt.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/eula.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-anim.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-geom.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/decora-runtime.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/decora-sse.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/decora-d3d.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/decora-j2d-rsl.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/decora-ogl.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/decora-j2d-jogl.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-sg-common.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-sg-swing.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-ui-common.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-ui-desktop.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-ui-swing.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/jogl.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/gluegen-rt.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/fxdloader.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/jmc.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/websvc.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-ui-controls.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-ui-charts.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/script-api.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-common.jar:/Users/calle/.netbeans/6.5/javafx-sdk/bin/../lib/desktop/javafx-io.jar' com.sun.javafx.runtime.Main "robust.RobustMain"
    BUILD FAILED (total time: 37 seconds)Can it be somthing about that the installation installed a new version of Java? Right now, the properties of my project says Java 1.6. Can't remember if I had 1.5 before or not... But maybe it changed anyway somehow.
    What can I do, any ideas?

    I'm seeing this exact same problem. After upgrading to Snow Leopard JavaFX simply fails with a segmentation fault. Any suggests?
    standard-run:
    [EL Info]: 2009.10.05 20:04:01.701--ServerSession(1968604756)--EclipseLink, version: Eclipse Persistence Services - 1.0.1 (Build 20080905)
    [EL Info]: 2009.10.05 20:04:02.492--ServerSession(1968604756)--file:/Users/billbrown30188/NetBeansProjects/RoysterGroupFX/dist/lib/RoysterDB.jar-RoysterDBPU login successful
    Starting app
    Invalid memory access of location 0x0 rip=0x113d36a14
    /Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/javafx: line 138: 732 Segmentation fault "$JAVA_CMD" "-Djava.library.path=/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop" -classpath '.:/Users/billbrown30188/NetBeansProjects/RoysterGroupFX/dist/RoysterGroupFX.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/shared/javafxrt.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/eula.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/javafx-anim.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/javafx-geom.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/decora-runtime.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/decora-sse.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/decora-d3d.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/decora-j2d-rsl.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/decora-ogl.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/decora-j2d-jogl.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/javafx-sg-common.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/javafx-sg-swing.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/javafx-ui-common.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/javafx-ui-desktop.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/javafx-ui-swing.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/jogl.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/gluegen-rt.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/fxdloader.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/jmc.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/websvc.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/javafx-ui-controls.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/javafx-ui-charts.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/script-api.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/javafx-common.jar:/Applications/NetBeans/NetBeans 6.7.1.app/Contents/Resources/NetBeans/javafx2/javafx-sdk/bin/../lib/desktop/javafx-io.jar' com.sun.javafx.runtime.Main "com.ingresssoftware.roystergroupfx.Main"

  • Why can't I open InDesign Docs in Bridge since Installing Snow Leopard?

    I have CS3 Indesign. I have recently installed Snow Leopard. Since doing that I am unable to open Indesign files within Bridge. I get a very strange message that says 'missing required parameter 'from' for event open. What does that mean and can I fix it. If I drag my document to my desktop, most of the time it opens but sometimes it does not. I have to go up to the file menu and open from there. Is it a Bridge problem or is it an InDesign problem. Very annoying! Does anyone know if there is a fix for this?
    Also since installing Snow Leopard, I am unable to open multiple files in Photoshop. Once again I am doing this from Bridge.
    Any information would be most appreciated.
    Lynda

    Does this older thread http://forums.adobe.com/thread/486185?tstart=90 solve your problem? Apparently, some characters are not (anymore!) allowed in file names.

  • Snow Leopard Installation Problems with Bridge

    I just installed Snow Leopard, after having the CS4 Suite with Bridge CS4 previously installed. When I tried to open Bridge after the insallatin of Snow Leopard, I got four error messages in succession, one right after the other when hitting "ok":
    1. PiPL Endian Swap Error
    Please Update PALoadMacPlugins.ccp with prop.
    Unable to Swap PiPLprop 'ms32"   øms325 §'
    2. PiPL Endian Swap Error
    Please Update PALoadMacPlugins.ccp with prop.
    3. PiPL Endian Swap Error
    Please Update PALoadMacPlugins.ccp with prop.
    Unable to Swap PiPLprop 'ms32"   øms325 §'
    4. PiPL Endian Swap Error
    Please Update PALoadMacPlugins.ccp with prop.
    After that, the program opens normally. I re-installed Bridge CS2, which works, but when I tried to use the update for Bridge CS4, it wouldn't allow me to put it in. On the installation disc for CS4, the place to select Bridge for installation was grayed out.

    I didn't get any fix advice.
    When I reinstalled CS4 I didn't install the any of the bonus packs/updates and haven't had the problem.
    I also had (for other reasons) to do a complete reinstall of my system software, which may be why it's fixed.  I'm afraid to install the bonus pack and find out, in any case.

  • JavaFX 2.x support on Mac OSX Snow Leopard

    All,
    Does anyone know if a standalone JavaFX 2.x application can run on Snow Leopard? After digging into the system requirements, I know it's not "officially" supported however it seems odd to me that the largest installed Mac desktop user base is still running Snow Leopard and the premier Java desktop GUI development technology doesn't support it. Are there any show stopping technical reasons why Snow Leopard is being excluded?
    I'm asking only because I'm developing a commercial desktop application and want to fully embrace JavaFX for the presentation layer but Snow Leopard is a requirement at least for the near term.
    Thanks in advance for your thoughts!
    - Zep

    Richard,
    Thanks for the insight, that makes complete sense to me. The best estimate I can find puts Lion adoption at about 50% of the total Mac desktop install base hence my confusion about the lack of support (even if Apple has moved on). I do understand that you need to draw the line somewhere with OS support, especially if there are critical API's available only in Lion. Hopefully, moving forward from Lion, this will be less of an issue as I want to really push this technology as our cross-platform solution.
    Regards,
    - Zep

  • Snow Leopard upgrade broke bridged networking through hardware VPN in a VM

    I have been using an Ubuntu VM through Parallels to connect into work through a Cisco hardware VPN box. When I upgraded to Snow Leopard this past Sunday I noticed that bridged networking no longer worked. I reproduced this problem using VirtualBox so this isn't a Parallels problem. I can connect fine with bridged networking and no hardware VPN box. I can also connect fine through the hardware VPN if I use shared networking. Sadly I need bridged networking for various tools I use. Is this a known issue?
    thanks much
    Rick

    After power cycling the VPN box and rebooting Snow Leopard a couple of times things seemed to have sorted themselves out. Chaulk it up to a stray alpha particle...

  • TS2959 Snow Leopard Server "invalid serial number" due to bridged ethernet

    Help,,
    Snow Leopard server continues to claim "invalid Serial number"
    due to bridged ethernet.  (It is valid when I unbridge..invalid when I bridge,)
    Apple claimed to fix this bug here
    http://support.apple.com/kb/TS2959
    But has not.
    I need bridged ethernet for multiple servers within virtualbox.
    Any ideas?

    You'll want to figure out why you have both 10.0.2.2 and 192.168.1.113 addresses here for the same host (and particularly where the host doesn't know about the second and separate subnet as "itself"); that's incorrect, and that's the likely trigger.    I'm guessing there's NAT here, and NAT gets ugly in general.
    This isn't so much a problem with Apple's serial number licensing, it's with the disparate addressing configuration combined with a NAT "device" that's also passing Ethernet multicasts.   Taken together, you're seeing exactly what is expected with that.  The OS X Server licensing is doing exactly what it should be doing.
    What's happening is that the network configuration error here means that OS X Server is detecting itself via a typical Ethernet multicast, and with a different NAT'd address that it doesn't recognize as its own; as being itself, via a NAT.   Other stuff that uses Ethernet multicasts, too, so protocols including Bonjour will likely be cranky within this configuration, too.  DNS, as was mentioned earlier, must also be configured for this; if you have a host with its own self-IP and visibility to a NAT'd IP visible, then DNS will get cranky.  Security, too, will get cranky when DNS is cranky.  And Open Directory, being based on DNS and IP and security, will very likely get confounded, too.
    You can either block the Ethernet multicasts from crossing at the NAT device (which is what a NAT firewall does), or can switch to a routed network configuration and get rid of NAT (which is what a router and IP subnet routing does).
    And irrespective of the rest of the discussion around licensing and multicasts, having anything in 192.168.1.0/24 is a bit messy, if you're planning on getting VPNs involved.  Using another subnet (in this case) within the 10.0.0.0/8 block would be a better choice, rather than 192.168.0.0/24 or 192.168.1.0/24 subnets.

  • Cannot open RAW file from Canon 1DX in CS6. I updated Camera Raw, PS, and Bridge. Also, I do not now see how to determine the version of Camera Raw that is installed. I have Mac Pro 1,1 running Snow Leopard.

    I

    Thanks, ssprengel!
    Updates did not install a version of ACR that would handle the files. I found the link to ACR 8.7 on another thread, but it wouldn't install on Snow Leopard.
    Camera Raw plug-in installer
    Fortunately I had an available install of Lion, and that did the trick -- ACR 8.7 is now installed and I can see my images! Thanks for your help.
    cheers,
    Bob

  • New Java Update w/Snow Leopard Firefox leads to broken javascript functionality?

    I'm using Snow Leopard with the current Firefox... and after the new java update downloaded from Apple -- just today -- I'm finding that a site that I use regularly no longer works when a link for a java scripted small pop up informational window no longer pops open.
    Clicking the link does nothing.

    I'm using Snow Leopard with the current Firefox... and after the new java update downloaded from Apple -- just today -- I'm finding that a site that I use regularly no longer works when a link for a java scripted small pop up informational window no longer pops open.
    Clicking the link does nothing.

Maybe you are looking for