Multi-language JRE via auto-download?

It seems that the JRE installed via the auto-download cab file for Windows is not the multi-language version. If I install the JRE by hand and then launch my Web Start application, I have no issues accessing other encodings like JIS_X0201. However, if I use the auto-download feature described in the Java Web Start tutorial (using http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=6,0,0,0...) I get an English-only version and end up with UnsupportedCharsetExceptions when I access other encodings.
So, in short: Is there a way to get the multi-language JRE via auto-download?
Thanks!

Thats the GUI I am talking about
Confirmation Needed - Print
Print Request
Applet would like to print . Do you want to proceed?
Don't show this dialog box again?
Yes No
I want this to be in Portuguese, my native language.
I changed the code like this:
import java.util.Locale;
import java.util.ResourceBundle;
private String language = "br";
private String country = "BR";
Locale currentLocale;
ResourceBundle messages;
currentLocale = new Locale(language, country);
messages =ResourceBundle.getBundle("MessagesBundle",currentLocale);
( I included )
( I algo created those files )
MessageBundle.properties
Dialog = Confirmation Needed - Print
Title = Print Request
Text = Applet would like to print. Do you want to proceed?
Warn = Don't show this dialog again
MessageBundle_br_BR.properties
Dialog = Confirma��o Requisitada - Impress�o
Title = Requisi��o de Impress�o
Text = O Applet deseja imprimir. Deseja prosseguir?
Warn = N�o mostre esta caixa de di�logo novamente.
Everything according to tutorial.
But I did not understand how this change a dialog that came from the JRE!!
Angel Portal

Similar Messages

  • Why isn't there a JRE Multi-Language for LInux

    I can find the Multi-Language JRE for Windows but not Linux. Doesn't JRE support I18N in Linux?

    Not having downloaded any special version of JDK, it seems that my installation supports i18n just fine on Linux (for example: JOptionPane uses localized default answers, based on the locale).

  • Auto download from internal servers?

    How do I setup an internal server to provide the JRE for auto download?
    Our web start application runs on an private intranet with no internet access.
    I need to know what files need to be loaded on the server. I understand that the .cab file is one of them.
    What are the other files that need for be placed on the server for auto download to function?

    How do I setup an internal server to provide the
    JRE for auto download?AFAIU, it only requires that you have the installer
    available on the intranet, and provide an HREF
    that points to it.

  • JavaWebStart JRE 1.4.2 auto-download installer sample

    Environment: WinXP - Pro SvcPack2, jdk1.5.0_08
    I am a JAVA newbie attempting to learn more. In trying to learn more about the JRE auto-download installer, I tried to build the sample installer using the README found in the jdk1.5.0_08\sample\jnlp\jreinstaller directory as a guide -- without success.
    I went the GNU website and got a copy of "gnumake". I then went to the jreinstaller\build\win32\jreinstallers directory and ran 'gnumake'. I got the following error;
    process_begin: CreateProcess(NULL, uname, ...) failed.
    process_begin: CreateProcess(NULL, uname, ...) failed.
    process_begin: CreateProcess(NULL, uname, ...) failed.
    for i in j2re1_4_2/GNUmakefile ; do \
    echo ">>>Recursively making "$i" "all"..."; \
    C:/Program Files/Java/jdk1.5.0_08/sample/jnlp/jreinstaller/build/win
    32/gnumake -f $i bundle || exit 1; \
    echo "<<<Finished Recursively making "$i" "all"." ; \
    done
    i was unexpected at this time.
    gnumake: *** [all] Error 255
    I "assume" the problem I am having is a "setup" issue. Can anyone help point me in the right direction to compile this.
    Thank you!!!

    Well, I got over one hurdle by using a SUN document that describes setting up the environment for building a JDK under Windows.
    I am using the Cygwin command binaries for compilation.
    Now when I try to build the sample, I get the following error;
    C:\Program Files\Java\jdk1.5.0_08\sample\jnlp\jreinstaller\build\win32\jreinstallers>C:\cygwin\bin\make all
    for i in j2re1_4_2/GNUmakefile ; do \
    echo ">>>Recursively making "$i" "all"..."; \
    /usr/bin/make -f $i bundle || exit 1; \
    echo "<<<Finished Recursively making "$i" "all"." ; \
    done
    Recursively making j2re1_4_2/GNUmakefile all...make[1]: Entering directory `/cygdrive/c/Program Files/Java/jdk1.5.0_08/sample/jnlp/jreinstaller/build/win32/jreinstallers'
    cl /IC:/Program Files/Java/jdk1.5.0_08//include /IC:/Program Files/Java/jdk1.5.0_08//include/win32 -c -o bin -Fobin/WindowsInstaller.o ../../../src/win32/jreinstallers/WindowsInstaller.c
    make[1]: *** [bin/WindowsInstaller.o] Error 53
    make[1]: Leaving directory `/cygdrive/c/Program Files/Java/jdk1.5.0_08/sample/jnlp/jreinstaller/build/win32/jreinstallers'
    make: *** [all] Error 1
    Any idea what the 'Error 53' means?

  • JRE 1.4.1 auto-download URL?

    If it is available, what is the "codebase" URL for the auto-download of JRE 1.4.1 for use in the <object> tag?
    Thanks all,
    Mark

    I found it:
    http://java.sun.com/products/plugin/autodl/jinstall-1_4_1-windows-i586.cab#Version=1,4,1,0

  • Auto Download JRE from Intranet using JWS

    I'm pretty new to JWS, I want to download a specfic JRE version from my Intranet or from a directory on the Unix server (webserver). I have downloaded 1.4.2_11 from Sun web site to http://webserver01.intra.xyzabc.com:8000/sample. What step I must do to autoload when the user does not have any JRE installed on desktop
    please help me.
    Thanks
    Baski
    Sample.jnlp:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File for Sample Program -->
    <jnlp
    spec="1.0+"
    codebase="http://webserver01.intra.xyzabc.com:8000/sample"
    href="Hello.jnlp">
    <information>
    <title>Java Web Start, Sample Program</title>
    <vendor>Java Web Start Home Page</vendor>
    <!--homepage href="docs/help.html"/ -->
    <description>This is a Sample Program</description>
    <offline-allowed/>
    </information>
    <resources>
    <jar href="Sample.jar"/>
    <j2se version="1.4.2_11" href="http://webserver01.intra.xyzabc.com:8000/sample"/>
    </resources>
    <application-desc main-class="Sample"/>
    </jnlp>

    Note that only certain version are available for
    auto-download, and the published list may be
    out-of-date (it was the last time I checked.)
    (grumble) I'd have thought Sun might be able to get
    the technology together to generate the list of available
    versions actively (e.g. using JSP/servlets).
    There was recently a question why no version
    NN available?, my reply linked to the list of
    available versions and asked Do you see
    your requested version, listed here?
    I probably led the questioner entirely astray.

  • Auto download JRE

    Hello,
    One of the described features of webstart is the auto-download of the specified JRE (if not yet installed)
    I want to place the JRE on my local server to prevent downloads from the Sun site when the JRE is not yet installed on the client PC.
    How can I do this ?
    Thanks for the info,
    Piet

    As I said in previous response, the complete jre installer source is included in the JDK/samples directory.
    You cannot use the standard tag: href="http://java.sun.com/products/autodl/j2se" alone, because this directs java web start where to download the jre from.
    if you wan to accept either a jre downloaded from sun, or one loaded from your company server, but want only to force autodownload only from your companies server you would need to list multiple j2se elements:
    <j2se version="1.4.2*" href="http://yourcompany.com/products/autodl/j2se">
    <j2se version="1.4.2*" href="http://java.sun.com/products/autodl/j2se">
    then if either are there it will use it, otherwise it will try to download from the first one.
    It sounds more like most people want a local client configuration, that says where to download jre from when the standard href (href="http://java.sun.com/products/autodl/j2se") is given.
    there is the config entry: deployment.javaws.installURL , but that won't do what you want. (that will cause platform version specifications (those w/o href) to download from it's value, but it will also set that value in the location field of jre's discovered on the system (as on windows thru the registry), which will cause a non-match on jnlp files specifying sun product version (ie: with href="http://java.sun.com/products/autodl/j2se")
    What we really need is a configuration parameter that means "alternative download url" so that anyone requesting either a product version, or a platform version with the href equal to the value of the property deployment.javaws.installURL, will go to the alternative url to attempt the download.
    I'll file such an RFE for the next version.
    /Dietz

  • Can the JRE auto download support in Vista using Java 5?

    Hi,
    I am investigating the JRE auto download and upgrade in intranet on Vista. But it seems the JRE auto download is disabled in Java 6.
    http://pscode.org/jws/upgrade.html
    Is it possible I achieve this in Java 5?
    Thanks a lot!

    a sample of the jreinstaller is provided in the samples directory go the 1.5 JDK.
    /Dietz

  • Lightroom 6 english version isn't downloading; I don't want the multi language version, which is available

    My serial number from version 5 shows up on download page so I can download Lightroom 6 at the upgrade price, but English vesion (where serial number is located) says "not applicable". I see I can download the multi language version, but I don't want that version.
    How do I get the English version?

    Hi There,
    If you have purchased Lightroom 5 in the past, then you have to purchase LR 6 seprately to use it, here is the link:  Products
    In order to get the trial, here is the link: https://www.adobe.com/products/photoshop-lightroom.html
    This comparision link might also help you make up your mind : Compare Lightroom versions | Adobe Photoshop Lightroom CC
    Thanks,
    Atul Saini

  • 1.4.2 not available for auto download via JWS

    I just tried to change my jnlp to use 1.4.2 and it will not auto download from Sun. Does anyone know if/when this will be available?
    The application has requested a version of the Java 2 platform (JRE) that is currently not locally installed. Java Web Start was unable to automatically download and install the requested version. The JRE version must be installed manually.
    <j2se version="1.4.2*" max-heap-size="144M"/>

    Yeah, I'd rather not have had to do all this work too.. I'm not clear on wether Sun intend to deprecate this JWS feature in favour of Java Update which should arrive with the next 1.4.2 revision. It's certainly true the support was even worse than I feared before I pinged the autodl server responses - jvms that used to work have vanished, indeed the whole international jvm request service ("http://java.sun.com/products/autodl/j2se/international") seems to have been suspended.
    As of tonight the a request for all the 1.3 & 1.4 Sun runtime products returned:
    <pre>
    Checking for version (1.3.0) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.0_01) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.0_02) - Download version 1.3.0_02 available
    Checking for version (1.3.0_03) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.0_04) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.0_05) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.1) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.1_01) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.1_01a) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.1_02) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.1_03) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.1_04) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.1_05) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.1_06) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.1_07) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.3.1_08) - Download version 1.3.1_08 available
    Checking for version (1.4.0) - Download version 1.4.0 available
    Checking for version (1.4.0_01) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.4.0_02) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.4.0_03) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.4.0_04) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.4.1) - Download version 1.4.1 available
    Checking for version (1.4.1_01) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.4.1_02) - Download version 1.4.1_02 available
    Checking for version (1.4.1_03) - Not Available, error message "11 Could not
    locate requested version"
    Checking for version (1.4.2) - Not Available, error message "11 Could not
    locate requested version"
    </pre>
    Pretty poor support, hence my continued griping in: http://www.javadesktop.org/forums/thread.jspa?threadID=84&tstart=0
    - Richard

  • 1.4.2 JRE auto-download signature problem

    Hi,
    When I try to use the 1.4.2 cab file for auto-download, I find that there is a certificate signature problem when it installs. It comes up with a message:
    "Warning: The authenticity of this content cannot be verified, therefore it cannot be trusted.
    Problem listed below:
    Content does not match the signature."
    I'm not sure that it happens every time, but at least half of the time.
    This is a problem because we will supply this cab file with our product, so that the customer has an option to install it. However, it will look like we're supplying something unsecured.
    Here's the location of the cab file in question:
    OBJECT CODEBASE="http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab"
    Anyone else experienced this? Is this a bug?
    Thanks,
    Mike.

    This seems to the same problem as in bug 4908234, which currently has status "In progress, bug".

  • Java web start unable to auto download java 1.6.0_14

    Hi,
    My application runs on java 1.6.0_14 and i want clients to use either 1.6.0_14 or higher while running the application. In the JNLP file i have mentioned j2se version as 1.6.0_14+
    If the client machine has a java version lesser than 1.6.0_14, Java web start is not automatically downloading the given version from sun auto download site.
    Isn' t this version supported by Sun for auto download? If yes, how to get around this problem?

    Thanks..
    We do have a web page from which we access the jnlp and that web page has javascript to force download of a specific version of JRE. Once it downloads the application on client machine, it creates an icon on the desktop.
    If the application and jnlp is changed on the server, we want clients to go through the icon on desktop and still get the version of jre mentioned in the updated jnlp rather than having them go through the web page again do download the new JRE required...

  • Javaws 64-bit fails to installer newer JRE  (Java7u6 auto-upgrading to u7)

    Hi,
    I have a machine with an previous version of java installed (tried with 1.7.0_06).
    My Jnlp file is set to automatically download the latest JRE. This works fine if the JRE installed is 32-bit. But if the user has downloaded the x64 bit version (on windows 7), everything works, except when I change the required version spec to 1.7.0_07.
    The confirmation dialog to install 1.7.0_07 comes up but fails, as it tries to download and run the 32-bit installer while the javaws is 64-bit. Shouldn't the 64-bit version download a 64-bit version when auto-downloading?
    The user is running javaws from the commandline
    javaws.exe http://myserver/myapp.jnlp
    h3. This is the jnlp file generated by javaws to auto download the JRE
    <jnlp codebase="http://javadl.sun.com/webapps/jawsautodl/AutoDL/j2se">
    <information>
    <title>J2RE 1.7.0_07 Installer</title>
    <vendor>Sun Microsystems, Inc.</vendor>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.3+" href="http://java.sun.com/products/autodl/j2se"/>
    <jar href="javaws-j2re-inst-w.jar" download="lazy" size="70700"/>
    <property name="installerLocation" value="jre-7u7-windows-i586-iftw.exe"/>
    <property name="installerSize" value="894952"/>
    <property name="javaVersion" value="1.7.0_07"/>
    <property name="platformVersion" value="1.7"/>
    <property name="msvcrt.versionMS" value="60000"/>
    <property name="msvcrt.versionLS" value="20910000"/>
    <property name="osplatform" value="windows-i586"/>
    </resources>
    <installer-desc main-class="com.sun.webstart.installers.Main"/>
    </jnlp>
    h3. Console output:
    Java Web Start 10.6.2.24
    Using JRE version 1.7.0_06-b24 Java HotSpot(TM) 64-Bit Server VM
    User home directory = C:\Users\myuser
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    0-5: set trace level to <n>
    Could not launch from cache. Will try online mode. [Some of required resources are not cached.]
    Match: beginTraversal
    Match: digest selected JREDesc: JREDesc[version 1.3+, heap=-1--1, args=null, href=http://java.sun.com/products/autodl/j2se, sel=false, null, null], JREInfo: JREInfo for index 0:
    platform is: 1.7
    product is: 1.7.0_06
    location is: http://java.sun.com/products/autodl/j2se
    path is: C:\Program Files\Java\jre7\bin\javaw.exe
    args is: null
    native platform is: Windows, amd64 [ x86_64, 64bit ]
    JavaFX runtime is: JavaFX 2.2.0 found at C:\Program Files\Java\jre7\
    enabled is: true
    registered is: true
    system is: true
    Match: ignoring maxHeap: -1
    Match: ignoring InitHeap: -1
    Match: digesting vmargs: null
    Match: digested vmargs: [JVMParameters: isSecure: true, args: ]
    Match: JVM args after accumulation: [JVMParameters: isSecure: true, args: ]
    Match: digest LaunchDesc: null
    Match: digest properties: [-DinstallerLocation=jre-7u7-windows-i586-iftw.exe, -DinstallerSize=894952, -DjavaVersion=1.7.0_07, -DplatformVersion=1.7, -Dmsvcrt.versionMS=60000, -Dmsvcrt.versionLS=20910000, -Dosplatform=windows-i586]
    Match: JVM args: [JVMParameters: isSecure: false, args: -DinstallerLocation=jre-7u7-windows-i586-iftw.exe -DinstallerSize=894952 -DjavaVersion=1.7.0_07 -DplatformVersion=1.7 -Dmsvcrt.versionMS=60000 -Dmsvcrt.versionLS=20910000 -Dosplatform=windows-i586]
    Match: endTraversal ..
    Match: JVM args final: -DinstallerLocation=jre-7u7-windows-i586-iftw.exe -DinstallerSize=894952 -DjavaVersion=1.7.0_07 -DplatformVersion=1.7 -Dmsvcrt.versionMS=60000 -Dmsvcrt.versionLS=20910000 -Dosplatform=windows-i586
    Match: Running JREInfo Version match: 1.7.0.06 == 1.7.0.06
    Match: Running JVM args match the secure subset: have:<> satisfy want:<-DinstallerLocation=jre-7u7-windows-i586-iftw.exe -DinstallerSize=894952 -DjavaVersion=1.7.0_07 -DplatformVersion=1.7 -Dmsvcrt.versionMS=60000 -Dmsvcrt.versionLS=20910000 -Dosplatform=windows-i586>
    #### Java Web Start Error:
    #### java.lang.UnsatisfiedLinkError: C:\Users\myuser\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\ext\E1349249798698\j2re-installer.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
    h3. My JNLP file
    <?xml version="1.0" encoding="UTF-8" ?>
    <jnlp spec="6.0.10+" version="1.5-SNAPSHOT.431" href="hello.world.ApplicationStarter.jnlp" codebase="http://myserver/myapp">
    <information>
    <title>MyApp</title>
    <vendor>MyCorp</vendor>
    <homepage>http://myserver/myapp</homepage>
    <icon href="img/applicationIcon.png" />
    <icon href="img/applicationIcon.png" kind="splash" />
    <icon href="img/applicationIcon.png" kind="shortcut" />
    </information>
    <resources>
    <j2se version="1.7*&1.7.0_07+" href="http://java.sun.com/products/autodl/j2se" />
    <jar href="myapp.jar" main="true" version="1.5-SNAPSHOT.431"/>
    <property name="jnlp.versionEnabled" value="true"/>
    </resources>
    <application-desc main-class="hello.world.ApplicationStarter">
    <argument>http://myserver/myapp</argument>
    </application-desc>
    <security>
    <all-permissions />
    </security>
    <update check="always" />
    </jnlp>
    Edited by: 889232 on Oct 4, 2012 7:13 AM

    Hi outpaddling,
    Remember, you tried the "cacls" command and it did not work for you. I spent sometime on it and found that on Win7, there's command called "takeown" on Win7, which allows an administrator to recover access to a file/folder that was denied by re-assigning file ownership.
    Could you try the following?
    Note: You must elevate the level of permissions for Win 7 with UAC enabled.
    On Windows 7
    Choose Start > Programs > Accessories.
    Right-click on Command Line and select Run As Administrator.
    If Error 1321 is being caused due to some file e.g. if it's ACE.dll, then it's containing folder e.g. "C:\Program Files (x86)\Adobe\Reader 9.0" is to be mentioned in the below command line. The below command in blue can be typed at the command line and the end press Enter Key.
    C:\Windows\system32>takeown /f "C:\Program Files (x86)\Adobe\Reader 9.0" /r /d y && icacls "C:\Program Files (x86)\Adobe\Reader 9.0" /grant administrators:F SYSTEM:F /t
    After running the command, you should be seeing something like this,
    Successfully processed 1367 files; Failed processing 0 files
    And then try installing Reader 9.3.3 from http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.3.3/enu/AdbeRdr933_en_US.exe
    Hope, it helps.

  • Do I need to manually back up my iphone photos if I have auto downloads already set up in iphoto?

    I'm a relatively new iPhone user. I don't take a ton of photos, but the ones I take are important to me. I've been trying to make sure that photos I take with my phone are backed up and in iPhoto. I have a few questions regarding how it all works.
    1) If I take a picture with my iPhone it goes to both my camera roll and my photostream (yes, photostream is on)... is this correct?
    2) My photostream is limited to 1000 photos. These photos exist on the cloud aren't necessarily saved to my computer... is this correct?
    3) I have automatic downloading set up via iPhoto on my MacBook Pro. When I do this ALL photos I take are downloaded by my computer as long as I've connected it to the internet at some point recently... is this corret? If they are downloaded, are they downloaded from my photostream, or are they downloaded as they come in?
    4) If I go over 1000 photos in a month in my photostream, does it save ALL of them to iPhoto or just the 1000 most current? In other words, in iPhoto I see a section labeled, for example, "May 2013 Photostream". If I took 1500 photos during that May timeframe, would they ALL be there or would only the 1000 that constituted my photostream at the time of download be in there?
    5) If a photo is show in iPhoto it is permenantly downloaded to my computer's harddrive... is this correct?
    6) This is the biggest one. If I have auto downloads set up between my iPhone and iPhoto, is there any reason to download photos manually? Everytime I download photos manually it says I have a bunch of duplicates. They all seem to be duplicated in my photo stream, BUT others are not duplicated and seem to download at the time of the manual operation, which makes me think that they autodownloads aren't downloading everything.
    7) Do photos I edit in Snapseed or Instagram get downloaded automatically or do I have to put them somewhere for that to happen?
    Sorry for the barrage of questions. This stuff is super confusing if you've never used it before. I just want to be sure I haven't lost anything and don't delete anything.

    Good questions!
    SInce you are having Photo Stream, you may want to backup your iPhone to iCLoud. to be on the safe side,  see:  iCloud: Backup and restore overview
    1) If I take a picture with my iPhone it goes to both my camera roll and my photostream (yes, photostream is on)... is this correct?
    Yes, photos you take with the iPhone will be stored in the camera roll, and the camera roll will be automatically added to iCLoud and synced to your devices.
    2) My photostream is limited to 1000 photos. These photos exist on the cloud aren't necessarily saved to my computer... is this correct?
    My photo stream is limited to max 1000 photos and only the last month of photos.
    If you enable automatic import on your mac, these photos will be stored on your mac automatically in monthly events in iPhoto. Or you can import manually, what you are seeing in the My Photo Stream album.
    See:  iCloud: Photo Stream FAQ
    3) I have automatic downloading set up via iPhoto on my MacBook Pro. When I do this ALL photos I take are downloaded by my computer as long as I've connected it to the internet at some point recently... is this corret? If they are downloaded, are they downloaded from my photostream, or are they downloaded as they come in?
    All photos currently in iCloud will be visible in the Photo Stream, when it is enabled on your mac, and with automatic import they will be added to the monthly events, as soon as the mac syncs with iCloud.
    4) If I go over 1000 photos in a month in my photostream, does it save ALL of them to iPhoto or just the 1000 most current?
    When you reach 1000 photos in My Photo Stream, the oldest photos will automatically deleted, so you should sync your phone before that happens.
    iCloud: Photo Stream limits
    In other words, in iPhoto I see a section labeled, for example, "May 2013 Photostream". If I took 1500 photos during that May timeframe, would they ALL be there or would only the 1000 that constituted my photostream at the time of download be in there?
    You can sync more than a 1000 photos per month, only make sure, you sync often.
    5) If a photo is show in iPhoto it is permenantly downloaded to my computer's harddrive... is this correct?
    It is downloaded permanently, as soon as you are seeing it in an event in iPhoto, not if it is only showing in the "My Photo Stream" album.
    6) This is the biggest one. If I have auto downloads set up between my iPhone and iPhoto, is there any reason to download photos manually? Everytime I download photos manually it says I have a bunch of duplicates. They all seem to be duplicated in my photo stream, BUT others are not duplicated and seem to download at the time of the manual operation, which makes me think that they autodownloads aren't downloading everything.
    One good reason to download manually would be the download speed. It is just quicker, and you are not risking transmission errors. Also, you may have more photos in your camera roll than in the photo stream, because you could have deleted photos from the photo stream. The duplicates should be no problem, if you exclude them from importing.
    7) Do photos I edit in Snapseed or Instagram get downloaded automatically or do I have to put them somewhere for that to happen?
    I do not use these apps, so I cannot be sure, but usually you will have to save edited photos back to the camera roll, to be able to sync them, either with Photo Stream or by manual sync.
    Regards
    Léonie

  • Multi language, how to approach this?

    Hi everyone,
    I have a website on which I want to offer multi language, but no idea what is the best way to do this.
    There 2 plans I have:
    1:
    Of course all content (text) is in a database.
    If a user would want a different language, the user would click on a link/flag, this would put the requested language in a session variable, for example: session.language = "es"
    In the database I would have 2 columns (every language has 1 column) and then select the text which belongs to 'es'
    Every page would then do a request to the database to get the text beloging to the session.language.
    PROS: Relatively simple to implement
    CONS: SEO wise I don't think this could be very good. http://www.domain.com/page.cfm would give an english text or spanish text (or other language). Google will not add duplicate URL's
    2:
    Do something with http://www.domain.com/en/page.cfm for english and http://www.domain.com/es/page.cfm for english.
    With a URL rewrite rule the language value in the URL http://www.domain.com/en/page.cfm would actually be a page http://www.domain.com/page.cfm?language=en
    The url.language variable will then select the correct language from the database.
    PROS: Unique URL for each language. Good for SEO and Google indexing.
    CONS: A bit more difficult to implement. (I think)
    Or does anyone have other / better ideas?
    Thanks!!

    You kind of mix two different considerations partially in your two options here: how to identify the language (mentioned in both points), and how the data is stored (only mentioned in the first one).
    We use the second approach for identifying which language site one is on, except we use a subdomain instead of an element in the path (eg: we have es.domain.com, fr.domain.com etc, rather than www.domain.com/es/ and www.domain.com/fr/).  However I think that's neither here nor there.  The rewrite is simple to set up, and a one-off, so there's no real penalty there.
    As for how the data is stored, we've got a bit of a hotch-potch depending on which text it is.  Structural stuff which is fairly static (eg: in the breadcrumbs the text saying "You are here") we have in .properties files.  Slightly more frequently "managed" text like SEO-sensitive stuff is stored in a slightly different text-file-based system, due to who maintains said content.  Other (more volatile) content still is managed via a CMS.  This is basically down to which dept manages which text (as well as legacy issues like different people having different ideas as to how things ought to be done,if I'm honest).  The text-file-based stuff is loaded once at app-start-up, and the DB-stored stuff is called as necessary (with some CF & DB-side caching depending on what it is).
    The text-file-based stuff is applied to a page in the way Steve suggests.  The DB stuff is just output as per normal fetched-query content.
    You might want to read up on how Java handles this sort of thing, to get a fairly coherent picture of an accepted / standardised approach to such things.  Start with http://docs.oracle.com/javase/6/docs/api/java/util/ResourceBundle.html and google "java ResourceBundle".
    Adam

Maybe you are looking for

  • Non-functioning cross-dissolves with FCP 5.1 on intel

    I am having trouble with FCP 5.1 running on my macbook. My cross dissolves work when used between two clips but as a fade to black, it doesn't work, or rarely does. I have 8 hours to finish this project to be showed at a wedding reception tomorrow. I

  • RMAN Restore is asking for 3 days tapes in place of 1 day tape

    Hi All, I'm doing oracle disaster recovery through RMAN and VERITAS on Solaris machine. Version detail is as follows: Oracle: 8i (8.1.7.4) Veritas: 5.1 Solaris: 8 (5.8) Script to restore and recover database run { allocate channel c1 type 'sbt_tape';

  • Hierarchy node variable - successor node data not displayed

    Hello, I have a query with a hierarchy in the ‘rows’ section. This hierarchy is restricted by a hierarchy node variable with the following settings: variable type ‘hierarchy node’; customer exit; single value; mandatory; not ready for input; cannot b

  • Is it possible to call the members of the CFMapping dimension from a EVDRE?

    Hello experts, I am working with the application Cashflow. This application uses the dimension CFMapping to match the dimension CFAccount with the dimension Account, when the package "Cash Flow Recalculation" is run. I would like to know how could I

  • Starting an SSL instance automatically

    Hello, how is it possible to automatically start the ssl instance, version 7.0.12 ? # svcadm enable https-webdesk # svcs -a|grep http maintenance 8:57:42 svc:/network/http:https-webdesk +# tail -f network-http:https-webdesk.log+ +.+ +.+ +[ Nov 18 08: