Why is charsets.jar not included in jre5?

hi,
i recently decided to using jre1.5.0_9-b01 and wondered why my application that has originally been developed with 1.4.2_12 doesn't support the cp850 encoding anymore.
so i browsed the docs at:
http://java.sun.com/j2se/1.5.0/docs/guide/intl/encoding.doc.html
and found out that beside others the cp850 belongs to an extended encoding set included in lib/charsets.jar.
straight to the point, there is no such charsets.jar in the lib directory of the jre5 installation.
as a temporary fix, i copied the charsets.jar from the 1.4.2 installation and my application works fine again.
so, why is charsets.jar not included in jre5?
best wishes,
r.

It is included...Just not installed by default (in a typical install).
You can go to "start/settings/control panel/add and remove programs" and select the JRE. If you get the option to modify or change and you have "supervisor" rights to your machine, then you can select the "modify or change" option (twice) and add support for additional languages. If there is a little yellow "1" in front of the drive icon, it is not installed. You must select the option and choose the first option on the drop down list...follow through to finish. Make sure you do not have any browser windows open (or anything else which may be using the JRE such as Tomcat). The install builds the charsets.jar. Good Luck

Similar Messages

  • Why plant gain (k) not included in tuning formulas table?

    hi,
    why plaint Gain is not included in tuning table, is there any specific reason.
    due to whic most of the students makes mistakes while calculating PID values using identified model manually and there calculated value doesnt match with the value frovided with labview.
    http://zone.ni.com/reference/en-XX/help/370401J-01/lvpidmain/ziegnichforms/

    Hi ,  
      This is a sort of performance issue , because your program takes more than the max time set for the program to execute in foreground.
    There are many stuff in program which will hamper your performance.
    I will list down a few
    1. SELECT *
    FROM konp
    INTO CORRESPONDING FIELDS OF TABLE konp_itab
    FOR ALL ENTRIES IN a363_itab
    WHERE knumh EQ a363_itab-knumh
    in this statement you are using for all entries a363_itab , but before this statement you are not checking if the table has any entry or not , please do remember that for all entries has this characterstic , that if you internal table does not contain any record , then all the records are selected from the database table. So in this case if you table a363_itab is empty , so what you want is no data must be seelcted from table konp , but what will happen is all the records in KONP will be seelcted.
    2. While retreiving data you are using seelct * even though you do not require all the fields , an example is
    <b>SELECT *
    FROM mkpf
    INTO CORRESPONDING FIELDS OF TABLE mkpf_itab
    FOR ALL ENTRIES IN mseg_itab
    WHERE mblnr EQ mseg_itab-mblnr.</b>
    in this your internal table contains only 2 fields
    <b>mblnr LIKE mkpf-mblnr, "Number of Material Document
    bldat LIKE mkpf-bldat, "Document Date in Document</b> , but to get these 2 fields you are selecting all the fields of the table.
    3. In select you are using into corresponding fields of table , it is not a good practice., so please avoidd it.
    Please understand that you must try to reduce the access to your database tables and try to keep it minimal , because this same thing may happen becasue data in DEV is very less compared to the volume of data in production , so a program working in DEV will take much more time in PRD if not written properly and may result in timeouts , as in your case.
    Please try to make chanegs to the prorgam and see if it works.
    In case you have more queries , please do revert back.
    Regards
    Arun
    *Reward points if replay is helpful

  • Jars not included in J2EE Library DC SDA

    I'm trying to create a J2EE Library DC that contains a few jar files (JUnit and JUnitEE) that I want to upload to the J2EE server for usage by a set of test classes. 
    I created an external library DC, imported the two jar files into the libraries folder, and added both jar files to both a compilation and assembly public part.  I then built the DC.  Great, the jar files are copied into the hierarchy under gen/default/public/assembly and gen/default/public/compliation.  Everything seems to be in order.
    I then created a J2EE Library DC, and added the external library DC as a used DC, with a build and run time dependancy.
    When I build the J2EE Library DC, the two jar files are NOT included in the SDA file.  Nothing I've tried can get the two jar files to be placed in the SDA file for deployment.
    Why why WHY are the jar files not in the SDA?  What am I doing wrong?  I've spent the last while reading everything I can find on SDN about j2EE Library DCs, and it seems that I'm doing everything correctly - or am I?
    I'm running SP16.  Can someone verify that a) my procedure above is correct, and b) that this does work under SP16?
    FYI, I have done this before, but not with SP16 - this is my first attempt.  That said, I've always had problems getting the imported jar files to appear in the final SDA file....it's frustrating to say the least.  DCs are wonderful things, but man, when they don't work, it's a royal pain in the rear end trying to figure out what's wrong.

    Hmmm, perhaps this is part of the problem:  here is the defLib.pp file which is automatically generated when you create a J2EE Library DC:
    <?xml version="1.0" encoding="UTF-8"?>
    <public-part ....>
         <name>defLib</name>
         <purpose>compilation</purpose>
         <caption></caption>
         <description></description>
         <entities>
              <entity>
                   <name>sap.com~test~lib</name>
                   <entity-type>SERVER_COMPONENTS</entity-type>
              </entity>
         </entities>
    </public-part>
    I created a new Server Library DC and changed the purpose to assembly, and then was able to create an entity reference. However, now I get this error:
    createPublicParts:
      [pppacker] Packing assembly public part 'defLib'
      [pppacker] Packed   0 files for entity sap.com~zzz~lib (SERVER_COMPONENTS)
      [pppacker] Packing entity reference zzz/jars (sap.com), assembly:  ()
      [pppacker] ERROR: java.util.zip.ZipException: Access is denied
    (sigh)
    I'm not sure what SP you're running, but perhaps the later SP's understand the structure of External Libraries, and automatically propagate the references for you....at least, that must be what was happening with SP15, since it worked properly.
    I think I'll install SP15 again, and have close look at the generated public parts, and see if I can't detect a difference.

  • Why simple functions are not included in iPhone?

    My iPhone is a wonderful piece of equipment I can't leave home without (in addition of my Amex card :-)) But for the life of me, I can't understand why Apple could not include functions which are pretty much standard with all other inferior mobile phones. Simple functions such as bluetooth transfer between phone or just saving important sms from iPhone to computer. Nokia has a great Nokia PCSuite; Motorola has very useful MobileTools which allows full sync between mobile phone and computer. I got to ask the question ... WHY? WHY? WHY? Is there any apps developer out there that can develop an apps similar to Nokia PCSuite or MobileTools. I will be the first one to pay for it.

    Abbafan1972 wrote:
    1. A better camera. For the cost of the phone I would expect at least a 5mp one.
    Read about the megapixel myth. More megapixels does not mean a better camera.
    2. A camera flash.
    Let Apple know - http://apple.com/feedback
    3. The ability to use your own custom message tone.
    I hope not but see answer to number 2. People's ringtones in public can be annoying enough without giving them more choices to be annoying.
    4. The way text messages are organised are a bit ar$e about face, no folder for sent messages, they are just in a continuous thread.
    It's called a conversation.
    5. A quicker way of sending text messages to a group of people.
    Pretty quick after you create the initial group but see my answer to number 2.

  • Why Oracle BPM Suite not included

    Why Oracle BPM Suite is not included in this event as it is part of OFM ? Thanks in advance.

    Hi,
    Thanks for your question!
    The Middleware track in this particular Virtual Technology Summit is focused on mobile application development and architectures. The sessions in this track will cover Oracle Mobile Application Framework, Mobile Suite, JDeveloper, Oracle Enterprise Pack for Eclipse, SOA Suite, Service Bus, and more, in sessions that specifically deal with various aspects of mobile computing.
    However, it is entirely possible that Oracle BPM will be included in a future Virtual Technology Summit.
    Bob Rhubart-Oracle

  • Why cAmera flash is not includEd oN new Nokia phon...

    can sOmeOne explain why nokia did nOt includE cAmera flash oN sOme nokia phOnes ruNning oN Symbian ANna OS.... I knOw that these phOnes (nokia 500, etc) arE madE for budgets (remOving / downgrading sOme fEatUres) bUt i cAn't get the point of nOt including even a single LED cAmera flash on it, that for sure wiLl nOt make the phOne that expensive.... These phOnes are great as they are, bUt tHis oNe reaLly botheRs me....
    want to say thanks? Just click on the star right there and i'll appreciate it, A LOT!
    Nokia 6120 Classic v 06.01
    S60v3 FP1 9.2
    Python 1.9.7
    Python scripts
    N-gage 1.20

    soRry for that maTter, i'm using mObile phOne.... I usEd to type oN tHis way.... Hehehe.... WeLl, i dOn't tHink xenOn flash is even useful.... On LED, you cAn make a torch oUt of it wHile oN xenOn is nOt.... BAsEd oN a survey madE by the website GSMArena, mOst people use the cAmera flash as a torch.... It is a helpful tOol for everyOne, sPeciaLly nOwadays that frequent blAckoUts are haPpening....
    want to say thanks? Just click on the star right there and i'll appreciate it, A LOT!
    Nokia 6120 Classic v 06.01
    S60v3 FP1 9.2
    Python 1.9.7
    Python scripts
    N-gage 1.20

  • Why is the wrapper not including divs

    would somebody tell me why the wrapper doesn't include the
    last two div elements? I am a complete newbie to this.. starting my
    Web design classes soon. Thanks
    http://www.marijuanalife.com/home.html

    YIKES! :-)
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > Yes. It's scary when that room is the bathroom....
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "Walt F. Schaefer" <[email protected]> wrote
    in message
    > news:[email protected]...
    > > Is that something like finding yourself standing in
    a room in your home
    > > and
    > > wondering why you're there?
    > >
    > >
    > > "Murray *ACE*"
    <[email protected]> wrote in message
    > > news:[email protected]...
    > >> If I lean over too far certain body parts have
    a way of doing that for
    > >> me....
    > >>
    > >> --
    > >> Murray --- ICQ 71997575
    > >> Adobe Community Expert
    > >> (If you *MUST* email me, don't LAUGH when you
    do so!)
    > >> ==================
    > >>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    > >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    > >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > >>
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > >> ==================
    > >>
    > >>
    > >> "Walt F. Schaefer"
    <[email protected]> wrote in message
    > >> news:[email protected]...
    > >> > The class may not be the answer. As best
    as I remember from my MJ
    days
    > > one
    > >> > could easily hit the space bar and then
    hold it down for 5-6 minutes
    > >> > without
    > >> > realizing it. =8-0
    > >> >
    > >> > Walt
    > >> >
    > >> > "Murray *ACE*"
    <[email protected]> wrote in message
    > >> > news:[email protected]...
    > >> >> Ewww. You need that class - SOON!
    > >> >>
    > >> >> Spaces are not a layout tool.
    > >> >>
    > >> >> --
    > >> >> Murray --- ICQ 71997575
    > >> >> Adobe Community Expert
    > >> >> (If you *MUST* email me, don't LAUGH
    when you do so!)
    > >> >> ==================
    > >> >>
    http://www.dreamweavermx-templates.com
    - Template Triage!
    > >> >>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    > >> >>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    > >> >>
    http://www.macromedia.com/support/search/
    - Macromedia (MM)
    Technotes
    > >> >> ==================
    > >> >>
    > >> >>
    > >> >> "Baz J"
    <[email protected]> wrote in message
    > >> >>
    news:[email protected]...
    > >> >> > </div>
    > >> >> > <div id="footer"><span
    class="style13"><strong>Contact</strong>
    > >> >> >
    > >> >
    > >
                &nbs
    > >> > p;&n
    > >> >> > bsp;<span
    class="style14">Disclaime</span></span><span
    > >> >> > class="style14">r</span>
    > >> >> > </div>
    > >> >> >
    > >> >> > As you can see your footer div is
    outside your wrapper div. You
    just
    > >> > need
    > >> >> > to
    > >> >> > take the closing </div>
    above your footer div and place it below
    it.
    > >> >> >
    > >> >> > Regards Baz
    > >> >> >
    > >> >>
    > >> >>
    > >> >
    > >> >
    > >>
    > >>
    > >
    > >
    >
    >

  • Why Tools list does not include the widget "Arrange documents"?

    Why in the Configurator’s Tools list was not included the widget “Arrange documents” from  Photoshop’s Menu Bar? It would be great  to find N-up view  buttons in the Configurator’s Tools  list in future.

    Abufarzana, this is a user to user forum and noone from Apple is here to address your request.  However, if you wish, you can submit your suggestion to the Apple feedback site at the following link:  http://www.apple.com/contact/feedback.html

  • Why is playerglobal.swc not included in trunk build of Flex 4.5

    Hi, i've downloaded the latest from the Flex SVN trunk, and built it with Ant in every way I can possibly think of (after running Ant -projecthelp). 
    I have Flex 4.5 configured as my Flex SDK in Flex Builder 3, but since playerglobal.swc is not there, I'm missing core libraries.  I'm adding playerglobal.swc from an old downloaded version of Flex 4, which seems to work, but why would this swc not get built from the trunk?
    Thanks,
    Peder J.

    Hmm, it's there but it seems to behave differently in flash builder. When I have the playerglobal.swc from 4.5 in my trunk, I can only access a few limited  packages in code assist in Flex Builder:
    But when I add playerglobal.swc from Flex 4 that I downloaded   a while back, Code assists gives me access to the full library
    Here is the version:
    <flex-sdk-description>
    <name>Flex 4.0</name>
    <version>4.0.0</version>
    <build>7219</build>

  • Why is Acrobat XI not Included in Creative Suite CS6?

    Our company has just purchased Creative Suite CS6, eLearning Suite CS6, & multiple copies of the Technical Communications Suite V4 (just released). None of these expensive packages include the new Acrobat XI, not even the Std version. In addition, PhotoShop has been removed from TCS V4, where it belongs. I see this as a callous marketing policy by Adobe to force companies to buy multiple product suites, or at least extra (expensive) essential programs (or be stuck with legacy programs). Even the so-called Master Suite CS6 does not include items in TCS. When you add the incredible cost of EU versions of Adobe products wrt to US prices, it is no wonder that customers are moving away from Adobe, or at least not upgrading as often as they used to.

    Good day gzhtub,
    Acrobat XI was announced today, but still hasn't shipped.  The ship date is still a few weeks out.  That said, CS6 will not include Acrobat XI.  However, Creative Cloud subscribers will have access to Acrobat XI if they would like to install it.  Per the Acrobat XI FAQ:
    Which version of Acrobat is available in the Adobe Creative Suite® editions?  
    Creative Suite 6 and CS5.5 editions include Acrobat X Pro. Acrobat XI Pro is available through Adobe Creative Cloud™, which provides access to the latest versions of Creative Suite applications on a membership basis.
    I can understand your concerns as it relates to the TCS products and the Master Collection.  The best way to influence change on that front is to provide feedback directly to the product teams via the Feature Request form.
    Please let me know if you have any questions. 
    -David

  • .jar not including .pngs

    I hope I am not asking in the wrong forum, I apologize if I am!
    I am working on a rather simple puzzle game and made custom .png files for the game pieces. Now that I finally figured out how to get Java to paint it on the board and work properly I'm having a new problem. If I make a .jar and run it from my machine it runs fine, presumably because the .pngs are stored locally on my machine. If I email the .jar to anyone, when they open the game everything is there except for the game pieces (the .pngs). I am not sure if there is a way to include the .pngs into the .jar file, or if I have to do something altogether different, such as encoding the .pngs. Since my question is faily generalized, and this project is written over many classes, I have decided not to include any code. Let me know what code you need to see and I will gladly and promptly post it.
    I greatly appreciate any help given or directions pointed.

    Drahkir wrote:
    ..I am working on a rather simple puzzle game and made custom .png files for the game pieces. Now that I finally figured out how to get Java to paint it on the board and work properly I'm having a new problem. If I make a .jar and run it from my machine it runs fine, presumably because the .pngs are stored locally on my machine. If I email the .jar to anyone, when they open the game everything is there except for the game pieces (the .pngs). I am not sure if there is a way to include the .pngs into the .jar file, Yes there is. A Jar can contain PNG, GIF, JPEG or BMP files, TXT, RTF, or HTML. In fact, Jars can store anything intended to be accessed by URL or (by virtue of that) InputStream. You will find that most Java methods that accept a File (or the ones that accept a String that represents a file path/name), will also accept an URL or InputStream. This is handy, since a File object can never point to a resource inside a Jar.
    So, to make this happen:
    - Put the images wherever you want in the Jar. A common approach would be to put them all into a sub-directory like 'images'.
    - When it comes time to access them, form an URL to the resource using ..
    URL url = myObject.getClass().getResource("images/image1.png");- Then use the URL in place of whatever you are doing now.
    ...Since my question is faily generalized, and this project is written over many classes, I have decided not to include any code. Let me know what code you need to see and I will gladly and promptly post it.For 3 reward points? No, please don't post your code.
    I hope you can figure it out from what I have put above, but I am not very inclined to revisit this thread.

  • Why is remote control not included with the purchase of macbook pro

    I purchased my 4th macbook pro (late 2013) to replace my 2010model, and to my surprise, there was no remote control included anymore. I don't know since when this started. But I just don't get that, why Apple has to cut corner on such expensive laptops with a price tag close to 3000usd(after tax). I have purchased three macbook pro before including the 2010 model. I found no remote control to be a big disappointment. I am not asking Apple to make anything cheap. But they should have treated generous customers with generosity.

    Follow this;
    http://support.apple.com/kb/PH7234
    Will allow you to disable the IR receiver on the Mac so the remote does not control it.
    Regards,

  • Why iPhone keyboard does not include the famous language Tamil? Obviously Tamil people are Apple lovers.

    Hello,
    Good Evening...
    I'm using iPhone 4S and I'm always Apple lover. I trust always this product blindly. By the by, now a days all other smart phones include the facility to type almost all main regional language around the world. My language is Tamil, a well known ancient language speaking by majority of the people around the world. Apple giving the facility typing with their product by more languages like Urdu, Arabic, Hindi, Chinish and so on... But Tamil language still not in the list. Why? More Tamil people are the Apple lovers. This will lead to enhance the increasing sales of Apple product in coming days. Android giving Tamil typing facility in any place directly in the mobile with the third party apps "Sellinam". iPhone also giving that apps Sellinam, but we can type and copy and paste to the place where we want to insert the text. Please do concern my community people. If you willing to fetch more sales with Tamil people, do first and most priority to set the language TAMIL in your KEYBOARD SETTINGS. Thanking you sir...
    ((( [email protected]  Jeddah, Saudi Arabia )))

    Abufarzana, this is a user to user forum and noone from Apple is here to address your request.  However, if you wish, you can submit your suggestion to the Apple feedback site at the following link:  http://www.apple.com/contact/feedback.html

  • Why are previous patches not included in major releases ?

    I will be attempting to raise a TAR for this but I think it is sufficiently serious to also raise in public.
    In forms 10.1.0.2 I am encountering a serious intermittent problem which EXACTLY matches the symptoms of Bug 3018714.
    Alledgedly it is fixed by 6i patchset 17
    ... and by 9.0.2.3 patch 3882050
    ... and by 9.0.4 patchset 1
    And now the bug has reappeared in the next major release.
    Why keep producing major releases which bring back previous bugs ?
    Doing it once is bad enough, but how can 3 times be acceptable ?
    Also the bug has not been revised for nearly a year and there is no mention of the latest release.
    Would be nice to hear from Grant on this one.

    Jan
    Are you saying the Sun JRE and Jinit are now the same ? Or are you saying we should no longer use Jinitiator. Do sun have a JRE which is preferable to the jinit which comes with 10gr2 ?
    kndwds
    We started web deployment on 6i then went to 10g then 10gR2 and saw the problem in each of those versions.
    As for progress on the TAR. Guess what. They want a test case based on the scott/tiger schema. What a surprise ! Not very helpful for a problem which appears seemingly at random and cannot be reproduced at will. Don't they realise that real applications are far more complicated than anything mr Scott ever dreamed of.

  • IPhoto 08: why Finder search does not include pictures in `iPhoto Library`?

    If I try and search with Finder for all the images in my HD, there is apparently no way to make it show the pictures contained in the iPhoto Library directory...why?
    Of course, if I start search INSIDE the iPhoto Library it will show them.......
    It seems like the iPhoto Library directory is somehow 'different' and kept hidden, forcing you to use iPhoto directly.
    Any hint on this and possibile workaround in finder?
    thank you
    Panoma

    Just got my new MacPro a week ago and had not yet launched iPhoto 08, so I just now did that, authorized it to update the iPhoto stuff already in my account, then dinked around with some things. Changed one photo, deleted some stuff, and so on. Then quit the program. I just did a Spotlight seach on the photo I had altered and it showed up just fine. A command click on the title in the Spotlight results opened up the folder the photo is now in:
    "/Users/francine/Pictures/iPhoto Library/Modified/2007/Pine Lake Resort/titlePLRF_2.psd"
    Must admit I was a bit startled by the fact that the iPhoto Library is no longer showing as a folder. Nonetheless its contents do seem to be updated--I imported two photos from an external drive, and they immediately showed up in Spotlight as being in the iPhoto Library.
    So the only thing I can suggest is that you try to get Spotlight to re-index your iPhoto Library. You do this by opening the Spotlight pane in System Preferences. Make sure there is a check mark in front of Images, the click the Privacy tab and add your iPhoto Library to the list, you can just drag and drop it into the list. Wait a minute, then select it in the Privacy list and click the minus button to remove it. Spotlight should start re-indexing it.
    Francine
    Francine
    Schwieder

Maybe you are looking for