Compress JRE 1.4.2_03 to less than 5Mb

I've done some JRE compression experiments using free 7-zip file archiver (www.7-zip.org) and new Pack200 packer from JDK 1.5 beta (http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/pack200.html).
I took the standard JRE 1.4.2_03 folder and compressed with Pack200 format the next jar files:
jre\lib\applet\WMPNS.jar
jre\lib\charsets.jar
jre\lib\ext\dnsns.jar
jre\lib\ext\ldapsec.jar
jre\lib\ext\localedata.jar
jre\lib\ext\sunjce_provider.jar
jre\lib\im\indicim.jar
jre\lib\im\thaiim.jar
jre\lib\jce.jar
jre\lib\jsse.jar
jre\lib\plugin.jar
jre\lib\rt.jar
jre\lib\sunrsasign.jar
The Pack200 properties were the next:
Pack200 packer = new Pack200();
Map p = packer.getProperties();
p.put(Pack200.PACK_EFFORT, "9");
p.put(Pack200.PACK_KEEP_FILE_ORDER, Pack200.FALSE);
p.put(Pack200.PACK_MODIFICATION_TIME, Pack200.LATEST);
p.put(Pack200.PACK_DEFLATE_HINT, Pack200.FALSE);
p.put(Pack200.PACK_STRIP_DEBUG, Pack200.FALSE);
p.put(Pack200.PACK_UNKNOWN_ATTRIBUTE, Pack200.ERROR);
Then I archived JRE folder by 7-zip application using LZMA ultra compression mode (vocabulary size 32Mb, word size 128). The result size was 7362457 bytes or 7,02Mb.
After that I removed the next files (as I understand they can be removed from JRE distrib):
bin\keytool.exe
bin\kinit.exe
bin\klist.exe
bin\ktab.exe
bin\orbd.exe
bin\policytool.exe
bin\rmid.exe
bin\rmiregistry.exe
bin\servertool.exe
bin\tnameserv.exe
lib\audio\soundbank.gm
lib\cmm\PYCC.pf
lib\ext\dnsns.jar
lib\ext\ldapsec.jar
lib\ext\localedata.jar
lib\ext\sunjce_provider.jar
lib\font\LucidaBrightDemiBold.ttf
lib\font\LucidaBrightDemiItalic.ttf
lib\font\LucidaBrightItalic.ttf
lib\font\LucidaBrightRegular.ttf
lib\font\LucidaSansDemiBold.ttf
lib\font\LucidaSansRegular.ttf
lib\font\LucidaTypewriterBold.ttf
lib\font\LucidaTypewriterRegular.ttf
lib\charsets.jar
The new size became 4841096 bytes or 4,61Mb!
Of course, today such JRE compression way is inapplicable (we don't have standalone Pack200 unpacker - but it's included to JDK 1.5 as native library "bin\unpack.dll"), BUT this experiment demonstrated the REAL achievable JRE installation size. And I'm sure that if we have such distributable JRE pack, then java-based desktop applications will more popular and guys from SUN should pay more attention to such possibilities.

Dear All,
As per the following link, there are pack200.exe and unpack200.exe. I believe it is not available in JRE1.5 Beta.
http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/pack200.html#pack200_compression
Can we download it from somewhere? Because I want to compress my jars (built using jre1.4.2) and my application needs jre1.4.2.
I could not use jre1.5 beta since my application will work perfectly on jre1.4.2.
Is there any way to achieve this?
Thanks for your help.
regards,
MSKumar

Similar Messages

  • Less than Useless

    So for this newsgroup has been less than useless. Lots of questions, no
    answers at all.
    Has ANYONE gotten 6.0 to install under RH 7.1?
    Why do you end up with /tmp/install.dir.xxx/Solaris/resource/jre.tar.Z?

    For some reason not vouchsafed to us mortals, Red Hat 7.1 partitions the
    hard drive by major
    nodes in the directory tree - "/home" gets a partition, "/usr" gets one,
    "/var" gets one, etc.
    and the leftovers (such as /tmp) are crammed into a miniscule "/"
    partition. You can see this
    by issuing the "df" command. I did the following:
    mkdir /home/bea_tmp
    export IATEMPDIR=/home/bea_tmp
    then installed the package. Finally, a
    ulimit -s 2048
    is required before actually starting WebLogic - otherwise the Java VM's
    stack
    overflows and it segfaults.
    You can safely delete the IATEMPDIR after installation - it should be
    empty.
    Michael Girdley wrote:
    >
    Here's a workaround previously posted to the newsgroup:
    "Glen Austin" <[email protected]> wrote in message
    news:[email protected]...
    Found it. Same problem as on Oracle 8.1.7 on RedHat 7.1.
    1. Install the compat* RPMs from the RedHat 7.1 CD1 and CD2. These RPMs
    allow compatibility with RedHat 6.2.
    2. Put the following two statements in your environment prior to running
    the install.
    export LD_ASSUME_KERNEL=2.2.5
    . /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh
    These two statements will allow you to run your shell in a 6.2compatibility
    mode, for glibc 2.1.3 instead of the new glibc 2.2.2 libs.
    It sounds to me like Sun needs to update the JDKs to support the new glibc
    and the 2.4 kernel. I'm not sure this is even BEA's problem?
    Glen Austin
    OmniSYS, Inc.
    "Glen Austin" <[email protected]> wrote in message
    news:[email protected]...
    I installed jdk 1.3.1 from java.sun.com on a RedHat 7.1 O/S.
    Originally, I was not pointing to the JDK correctly. I fixed the PATH,
    CLASSPATH, JAVA_HOME, JAVA_PATH to point to the jdk1.3.1 dir.
    Then I got an error saying that cut could not be found in /usr/bin, so I
    ln -s /bin/cut cut in the /usr/bin directory.
    I ran the install script a 3rd time and I'm seeing a [<defunct>] for myJava
    VM in a ps -aef entry, which is in the process list along with the WLS
    6.0
    SP1 install bin file. I will try it one more time, but it's not looking
    good.
    Glen Austin
    "Henri Jubin" <[email protected]> wrote in message
    news:[email protected]...
    You need to install the JDK 1.3.1 to have wls 6.0 working.
    The JDK could be found at the developpers zone at javasoft.
    root <[email protected]> wrote:
    i tried installing the wls by using the command :
    sh weblogic600sp1_linux.bin
    i got the message ,
    "Preparing to install..."
    and thats where it stops !
    any ideas ??
    cheers
    Pac
    There's a couple other possible solutions listed here in the group as well.
    Michael Girdley
    BEA Systems
    Learning WebLogic? http://learnweblogic.com
    Buy the only book covering J2EE & WebLogic 6:
    http://www.amazon.com/exec/obidos/ASIN/0130911119/learnweblogic/102-1778325-
    4765749
    "Steve Ahlstrom" <[email protected]> wrote in message
    news:[email protected]...
    I've got 10G+ free -- that's not the problem.
    I've seen many, MANY messages complaining about this particular problem
    over the last few weeks and not seen one offering a resolution.
    In article <[email protected]>, [email protected]
    says...
    This may be because you don't have enough disk space allocated
    under the directory in which the installer is trying to unzip
    the JRE part of your install. How much free space do you have on
    the disk corresponding to your /tmp directory? You need 100s of
    Mb free. If you haven't got enough you can set the IATEMPDIR
    environment variable to a different directory which has more
    space (e.g. export IATEMPDIR=/usr/tmp).
    I agree with you this newsgroup tedns to be a bit short on answers. :-)
    Chris
    Steve Ahlstrom <[email protected]> wrote:
    So for this newsgroup has been less than useless. Lots of questions,
    no
    answers at all.
    Has ANYONE gotten 6.0 to install under RH 7.1?
    Why do you end up with /tmp/install.dir.xxx/Solaris/resource/jre.tar.Z?

  • Set mpeg resolution to less than half?

    Is there any way of setting the mpeg resolution to less than half? I ask this because I want to use the program strictly for HDV real time monitoring (not recording) and it seems like the latency is most affected by the mpeg resolution.

    No, Half-Res is the only option. Is your CPU getting pegged while monitoring HDV at half-res? If not, then a lower res setting wouldn't help.
    A major factor in latency with HDV is the interframe compression. There's a big random element to the extent of the latency depending on where in the GOP OnLocation starts getting frames. So if the latency is especially bad, cycling power on the camera might help. It's pure luck of the draw where you step into the GOP data stream.

  • How do you reduce image to less than 5 mb

    I need to reduce a simple image to less than 5 mb without losing too much quality.  How is this possible in Photoshop Touch?  I don't understand how to convert the size from pixels to mb etc
    Please help a beginner

    Well, a 4000 x 3000 (about 12 Megapixels) image saved as JPEG 100% quality will average about 2.5 MB in file size. (Note how I said average depending on image.) I can't remember offhand how much PS Touch compresses an image when saved as JPEG. Maybe someone from Adobe staff can comment. There's no way of adjusting how a project gets saved other than the file type when exporting.
    PS Touch can handle about 12 Megapixels max (though I've had it go as high as 4000 x 4000 in a new project).

  • How 2 EXPORT :30 seq into a QickTime that's less than 10mb?

    I'm trying to export a 30 second sequence (stereo music, some photos) to a quicktime that will allow me to email it via Yahoo..... of course, it needs to be less than 10 mb to do this.... any ideas?
    I've exported the Quicktime at Offline RT (PhotoJpeg) but it comes up as around 27mb. Exporting using QT conversion doesn't seem to be an option, since it's grayed out....
    Any ideas how to compress this baby down to nothing?
    Thanks.
    Mark

    Just a quick note about your post... although it is correct I just wanted to make sure everyone who reads it understands that Quicktime includes all of the compression formats. Like windows media formats, QT is the basis of ALL video on the mac. It is even what allows WMP to play on the mac machines.
    So -- yes, MP4 is quicktime... so is Mpeg1.
    But you are correct. If you do what I said with the Broadband High the default settings under OPTION will be h.264. People will need QT7 to see that format of QT, so you might want to change it to mp4.
    Good luck,
    CaptM

  • The initial heap size must be less than or equal to the maximum heap size.

    All,
    Please help!!
    I have tested my Application Client Project in WSAD on my pc and it works fine.
    I have 1gb RAM on my pc. When I deploy the same app on another xp pc(same as mine but 512mb RAM) I get a heap size error. Here is the exact error:
    Incompatible initial and maximum heap sizes specified:
    initial size: 268435456 bytes, maximum heap size: 267380736 bytes
    The initial heap size must be less than or equal to the maximum heap size.
    The default initial and maximum heap sizes are 4194304 and 267380736 bytes.
    Usage: java [-options] class [args...]
    (to execute a class)
    or java -jar [-options] jarfile [args...]
    (to execute a jar file)
    where options include:
    -cp -classpath <directories and zip/jar files separated by ;>
    set search path for application classes and resources
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version
    -showversion print product version and continue
    -? -help print this help message
    -X print help on non-standard options
    Could not create the Java virtual machine.
    Press any key to continue . . .
    Here is the batch file that runs my app:
    @echo off
    SET appClientEar=C:\corp\apps\mts\jars\MTSClientEAR.ear
    set JVM_ARGS=-Xms256M -Xmx256M
    set CLIENT_PROPS=C:\corp\apps\mts\jars\medicalclient.properties
    set APP_ARGS=
    call C:\bnsf\IBM\WebSphere\AppClient\bin\launchClientBNSF.bat "%JVM_ARGS%" %appClientEar% "-CCpropfile=%CLIENT_PROPS%" %APP_ARGS%
    @pause
    I have changed the value of Xms and Xmx of JVM_ARGS to different size but I sitll get error. Anyone knows what the problem is. Thanks..

    Don't know why, but the "maximum heap size: 267380736 bytes" value is just slightly less than 256*1024*1024, wheras the reported initial size is equal to that.
    Try setting the initial value to 255MB.

  • How to report only quantities less than zero on a calculated field

    I do not understand why my text will not work when it comes to reporting only 'Missing POs' less than zero, I assume it is because I am using 'int' on some fields?
    Any advice?
    SELECT
    t0.father as 'Parent Code',
    t2.itemname as 'Parent Description',
    t2.frgnname as 'Parent Status',
    t0.code as 'Child Code',
    t1.itemname as 'Child Description',
    t1.frgnname as 'Child Status',
    t0.comment as 'Master',
    cast(t3.onhand as int) as 'Child Uncommitted Stock',
    cast(t3.iscommited as int) as 'Child Committed Stock',
    (cast(t3.onhand as int) - cast(t3.iscommited as int)) as 'Child Free Stock',
    cast(t3.onorder as int) as 'Purchase Orders',
    (cast(t3.onhand as int) - cast(t3.iscommited as int)) + cast(t3.onorder as int) as 'Missing POs'
    FROM
    itt1 t0
    inner join oitm t1 on t0.code = t1.itemcode
    inner join oitm t2 on t0.father = t2.itemcode
    LEFT JOIN OITW T3 ON T3.WHSCODE = T0.Warehouse AND T3.ItemCode = T0.Code
    Where T3.WHSCODE Like '[%0]%' and 'Missing POs' < 0
    ORDER BY
    'Missing POs' asc, t0.father, t0.code
    Many thanks,
    Robin (I will be awarding points on all my outstanding questions shorlty - management time pressure at mo!)

    Try this:
    SELECT
    t0.father as 'Parent Code',
    t2.itemname as 'Parent Description',
    t2.frgnname as 'Parent Status',
    t0.code as 'Child Code',
    t1.itemname as 'Child Description',
    t1.frgnname as 'Child Status',
    t0.comment as 'Master',
    cast(t3.onhand as int) as 'Child Uncommitted Stock',
    cast(t3.iscommited as int) as 'Child Committed Stock',
    (cast(t3.onhand as int) - cast(t3.iscommited as int)) as 'Child Free Stock',
    cast(t3.onorder as int) as 'Purchase Orders',
    (cast(t3.onhand as int) - cast(t3.iscommited as int))
      + cast(t3.onorder as int) as 'Missing POs'
    FROM
    itt1 t0
    inner join oitm t1 on t0.code = t1.itemcode
    inner join oitm t2 on t0.father = t2.itemcode
    LEFT JOIN OITW T3 ON T3.WHSCODE = T0.Warehouse AND T3.ItemCode = T0.Code
    Where T3.WHSCODE Like '%0%' and (cast(t3.onhand as int) - cast(t3.iscommited as int))
      + cast(t3.onorder as int) < 0
    ORDER BY
    (cast(t3.onhand as int) - cast(t3.iscommited as int))
      + cast(t3.onorder as int),t0.father, t0.code

  • Less than a month and its already broken

    Dear BT and Forum users,
    I am not very happy with my BB service right now and have come on here in the hope that I might get more that platitudes and fob offs.
    So...  a few weeks ago my husband finally gave into the sales calls and agreed to have Infinity installed. Our reason - not so much faster internet but in the hope we might get a consistant service.The service we had before that was tempermental at best and we were sick of having to reset the router every other day.  (in hindsight we should have just gone with an alternative ISP).
    It was installed a couple of weeks ago and worked well until last Wednesday, since then the service has been a comedy of errors.  To start with my husband confirmed from the outset that they problem was not coming from inside the house but the customer service operator insisted on booking an engineer.
    We agreed to the Friday morning appointment. I booked the morning off work (using annual leave) and the engineer didn't show up. My husband called at 12.30 (they won't take calls from me as I'm not on the bill) and he was assured the appointment was booked in. Shortly after 1 I took a call at the home to say the "system" had lost the booking and the engineer wouldn't be coming.
    I said I was in all day, he could come now but that was clearly off script and the call centre operative wouldn't enterntain the idea (annoyingly there were 2 BT vans in my neighbourhood that afternoon). Instead they wanted me to rebook another 4 hour appointment. I couldn't stop in Saturday and wasn't going to lose more leave. I said I would discuss the options with my husband. 
    What followed that afternoon was a series of coversations with them, some with me at home and some with my husband at work offering the same options and us giving the same response. I don't know if the operatives weren't talking to each other or didn't understand but it was really irritating. In the end they said they would call my husband at 4pm. They called some time after 5 and said the would try the exchange first and call us Monday morning if they needed to access the property.
    Saturday 8.30 the engineer called to say they were on their way, we had the time so we waited. He arrived and was in the house all of 15 minutes before confirming the problem was in the exchange (all that time wasted for that!). We got a call Sunday to say they needed a new part at the exchange then today my husband got an undecipherable voicemail and a text saying the service will be fixed in the next 72 hours. He has spoken to them this evening and we're still non-the-wiser as now there's a fault further up the line. 
    Whilst all this is going on we have tried to find out if they expect us to pay for the Infinity and BT Vision whilst the services are not working. All they will say is they won't look at refunding losses until the issue is fixed. I realise they can't give us a total but it was a pretty straight forward question - am I paying for this non-service. One operator has said I can have £10 to cover the missed appointment (I value my time and annual leave a little higher).
    In all honestly the loss of internet and BT vision is frustrating but what has really dissapointed me is the lack of customer service. No one in the call centres seem to have a clue what's going on (we've had so many versions of what's wrong) and are too tied to a script. There's no sense of inconvenience - I'm supposed to be ready and waiting for 4 hours at a time but they will fix it sometime in the next 3 day. 
    Right now I'm not even sure its worth waiting to get this fixed.
    I'd love for someone to come on here and fix this for me but I'd settle for a little peer support/shared experience.
    Thanks
    L

    OK, so I was being a little optimisitic. We're back online (yay!) but now the bill is just more of the same. Apparently we have to wait 48 hours before they will tell us how they are adjusting the bill  I understand that they cannot confirm the problem si fixed yet because of some internal policy but they won't even tell us how much they would calculate as of now - a pretty straight forward question. 
    So with that, we threw in the towel... said if they can't asnwer a simple question we were off. Of course when I told then operator this he said he's put me straight through to his boss and then left me on hold for over 20 minutes before I gave up!
    Called back to leaver dept. to be told we have to pay £200 to cancel (funny they could give us that figure pretty easily). I don't know what was said when he signed up but I am going to be investigating this further. We've had the service less than a month and its been broken a week.

  • I am having trouble sending bulk emails (less than 100 at a time) on my gmail account using group names created from my address book.  I use Mail on my I-Mac.  When I try to send out a bulk email, the message shows up that my server can't send them, etc.

    I am having trouble sending bulk emails from a Mail Group (less than 100 at a time) on my gmail account.  They come back saying the server can't recognize the data and try again with selected server or try later or edit message, all of which I have attempted a number of times, including re-booting the computer.  I am wondering if there is something wrong in my Address Book?  I have check Apple Preferences, and Mail Preferences and all seems in order.  I can send to any of the individual addresses, but not in a group.
    Thanks for your help.

    Install ClamXav and run a scan with that. It should pick up any trojans.   
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

  • HT1212 My ipad mini has been crashing a lot recently so I started a system reset. However, it's now stuck with the progress bar less than a quarter gone: this has been the case for several days now. I have tried resetting from itunes but it needs the pass

    Now it's stuck with the progress bar less than a quarter full. I have also tried resetting through itunes which works right up to the point where itunes states that it needs the passcode to be inputted into the ipad to connect to it. At which point it then sticks at the same progress bar point. HELP!! please, this ipad is really important to my work.

    Well the term "hotlined" I have never heard before. In any case many states (like NY) just passed regulatory powers to the State Public Service Commission of which it may be called something different in your state. You could file a complaint with them. Or file a complaint with your state attorney generals office, they also take on wireless providers.
    The problem here is the staff you speak to are poorly trained, in days gone by it took one call to them and they pulled up your account and see the error and had the authority to remove any errors. They did not remove legitimate account actions, but used their heads instead of putting a customer off or worse lying to the customer.
    Its a shame you have to go through what you going through.
    Good Luck

  • HT1657 I rented a movie on Itunes last night and I watched half of it before falling asleep. Today I tried to open the movie and watch the last half but I cannot find it. It has been less than 24 hours since I rented it. Where can I find the movie?

    I rented a movie on Itunes last night and I watched half of it before falling asleep. Today I tried to open the movie and watch the last half but I cannot find it. It has been less than 24 hours since I rented it. Where can I find the movie?

    I found my answer in another Thread and it worked... so for anyone who needs it, here it is:
    https://discussions.apple.com/message/19134562#19134562
    Had the same problem and spoke with Apple Support. They had me reset the System Management Controller:
    Shut down the computer. With the computer off, on the left hand side of the keyboard press shift+control+option along with the power button simultaneously and release. Wait 5-10 seconds and restart the computer.
    This solved my problem and I was immediately able to purchase, download, and play an HD movie from iTunes w/o any error message.

  • Macbook (mid 2012, 9,2) has very poor performance since the day I bought it (less than 2 months ago)

    Problem description:
    My macbook is extremely slow since the day I bought it (which was less than 2 months ago)…Came preinstalled with Mavericks and 4GB of RAM. Upgraded it to 16GB hoping that would help, but that did very little…then upgraded to Yosemite. That just made it worse. Formatted the whole thing and installed clean Yosemite. Still, every time I right click, I get the rainbow loading icon and it hangs. Every time I open any file, or click any app, it hangs for a few seconds, again with a loading icon. Every time I play a song on iTunes or even VLC for that matter, it stops multiple times, every few seconds. Feels like it’s “buffering” while I’m playing a song off my hard drive. It’s been bothering me for too long now…Any idea what the issue is exactly?
    EtreCheck version: 2.0.11 (98)
    Report generated 12 November 2014 23:55:47 GMT-3
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,2
      1 2.5 GHz Intel Core i5 CPU: 2-core
      16 GB RAM Upgradeable
      BANK 0/DIMM0
      8 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      8 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 4000 -
      Color LCD 1920 x 1080
      LCD TV spdisplays_1080p
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 2 days 10:0:44
    Disk Information: ℹ️
      APPLE HDD TOSHIBA MK5065GSXF disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) /  [Startup]: 498.88 GB (374.54 GB free)
      Core Storage: disk0s2 499.25 GB Online
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      SIGMACHIP USB Keyboard
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
      /etc/hosts - Count: 6
    Gatekeeper: ℹ️
      Anywhere
    Kernel Extensions: ℹ️
      /Library/Application Support/VirtualBox
      [loaded] org.virtualbox.kext.VBoxDrv (4.3.18) Support
      [loaded] org.virtualbox.kext.VBoxNetAdp (4.3.18) Support
      [loaded] org.virtualbox.kext.VBoxNetFlt (4.3.18) Support
      [loaded] org.virtualbox.kext.VBoxUSB (4.3.18) Support
    Startup Items: ℹ️
      TuxeraNTFSUnmountHelper: Path: /Library/StartupItems/TuxeraNTFSUnmountHelper
      Startup items are obsolete and will not work in future versions of OS X
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [running] com.teamviewer.teamviewer.plist Support
      [running] com.teamviewer.teamviewer_desktop.plist Support
    Launch Daemons: ℹ️
      [loaded] com.macpaw.CleanMyMac2.Agent.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.teamviewer.Helper.plist Support
      [running] com.teamviewer.teamviewer_service.plist Support
      [not loaded] org.virtualbox.startup.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.google.keystone.agent.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist Support
      [not loaded] org.virtualbox.vboxwebsrv.plist Support
    User Login Items: ℹ️
      iTunesHelper Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      Dropbox Application (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
      AdobePDFViewerNPAPI: Version: 11.0.0 - SDK 10.6 Support
      SharePointBrowserPlugin: Version: 14.4.5 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.0 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      AdobeAAMDetect: Version: AdobeAAMDetect 1.0.0.0 - SDK 10.6 Support
      Default Browser: Version: 600 - SDK 10.10
    3rd Party Preference Panes: ℹ️
      Tuxera NTFS  Support
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          20% mds
          6% Google Chrome
          4% WindowServer
          1% hidd
          0% Dropbox
    Top Processes by Memory: ℹ️
      481 MB Coda 2
      258 MB Google Chrome
      189 MB softwareupdated
      189 MB loginwindow
      189 MB Finder
    Virtual Memory Information: ℹ️
      5.71 GB Free RAM
      7.22 GB Active RAM
      2.63 GB Inactive RAM
      1.62 GB Wired RAM
      25.24 GB Page-ins
      0 B Page-outs

    If it has been slow since it came out of the box, it's probably defective. The warranty entitles you to complimentary phone support for the first 90 days of ownership.

  • SALE ORDER QUANTITY LESS THAN DELIVERY QUANTITY ? NO CECK IN SAP ??

    Hello friends,
            I created a sales order of quantity  10 , having two material codes each having quantity 4 and 6 . i created delivery for the one by putting delivered quantity 4 and save , then i created delivery for second and put delivered quantity 8 which was greater than the sale order quantity left ,system saved the delivery and didn't popped any error message.  
                                     Does SAP have options to over come this mistake by end users.
    regards

    Dear Joshi,
                      Please get in touch with your abap er as there user exits which can be written to avoid this situation.
                      Let me explain you further one more situation.
    First one, Your query is if for  item A ord qty is 6 the system saved the delivery with 8 qty which is greater than ordered quantity.  I know the gives a warning doing this.
    Second Situation :
    Say item A ordered qty is 5, and i made a delivery for 3 and saved it. Now the open quantity on the order is only 2. (5 -3 =2).  But one of our users reduced the ordered quantity to 2 despite saving a delivery with quantity 3.
    so the situation is ord qty is 2 and delivered is 3 qty. which is again wrong. But while reducing the ordered quantity less than the delivered quantity the system gives a warning message telling "  ORDERED QUANTITY IS LESS THAN DELIVERED QUANTITY ".
    Also just imagine we made delivery for qty 5 and invoiced it.After which you reduced the delivered quantity to say 3. So delivered is 3 but invoiced is 5.
    Hence for these kinds of practical problems we have addressed them through user exits with the help of our ABAP'ers by turning those warning messages into error messages by selecting the suitable message class.
    Hope the explanation helps you. And thanks for all your patient reading.
    Reward points if useful.
    Thanks & Regards
    Sadhu Kishore

  • EPM 2013 Report is displayed as cut off and shows less than half the width of the report in IE 10 and IE 9.

    EPM 2013 Report is displayed as cut off and shows less than half the width of the report in IE 10 and IE 9.  This issue occurs for some users only.I tried the same url in google chrome and is working fine.
    Can you please help.
    Please find the attached screenshot.

    Hi BJ1986,
    According to your description, I think this issue is caused by the IE browser that runs the report. To trouble shoot this issue, I suggest that we can try to clear internet temporary files, cookies and others in IE browser. And also add this site
    as a trusted site in IE browser to check this issue again.
    If this issue is still existed, it can also be occurred due to the setting or third party add-ons of Internet Explorer (IE). In this scenario, you can try to run IE in compatibility mode to check the issue again. Or I suggest that you can refer to the
    steps below to troubleshoot the issue:
    Click Tools -> Internet options.
    Switch to the Security tab, click Local intranet, and then select Default level.
    Switch to the Advanced tab, and click Restore advanced settings.
    Temporarily disable third party add-ons. For detailed steps, please see the link below: 
    http://windows.microsoft.com/en-IN/internet-explorer/manage-add-ons#ie
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Less than or Equal to Variable on Calquarter is not working in Webi

    Hi Guru,
    I have Variable on Calquarter which brings the query result for all the cal quarters which are LESS THAN or EQUAL to entered one.
    But, when we execute the Webi Report of this Bex Query, we get data for all the Calquarters in the infoprovider.
    Its a "Single Value, Optional" variable with operand as LE.
    Thanks in advance,
    Deepak Jain

    In BEx side, calquarter is mapped as key or text?
    Maybe it is mapped as text and the variable in BO doesn't work correctly.
    Regards.

Maybe you are looking for

  • How to use XPath with Namespaces in the xml ?

    Hi all, I need to reference a certain Node in a Document using XPath notation. The problem is the the XML Document contains Namespaces inside it f.e. <xn:SubNetwork id="JRANM">     <xn:VsDataContainer id="1">        <xn:vsDataType>vsDataAreas</xn:vsD

  • Struts: passing form

    In struts we assign the formBean to form in the action class as following; FormBean formBean = (FormBean)form;is it possible to pass formBean as a parameter to another class? if yes, how can that be done?

  • Strange focus behaviour

    Every once in awhile (completely unreproduceable), some fields in my app will lose focus while typing in them. For example, I'll type a character, the field will lose focus, click on field again, type another character, lose focus, click on field aga

  • Having sap ecc6 ehp4 installation error...

    I have intel core 2 dou processor E7500 @2.94 GHz and 2 GB RAM ...I have installed VMWARE 10 and in VMWARE i have installed Windows Server 2003 Standard Edition sp2 64 bits as guest OS and Windows 7 as host OS. I want to install SAP ECC6 EHP4 on that

  • ITunes Library(Damaged).itl   =/

    So the library was damaged and the new library it made for me of course has about 1000 of my songs missing. I noticed most of them were ones that I had in my library but were not on my computer but were on my iPod. Is there anyway to possible repair