Portability with MS VM: ClassNotFoundException

All jittery and fizzing with excitement, I uploaded my first non-trivial Java applet here: http://home.sc.rr.com/doradus/bzar.html
It works fine on my computer, from either Netscape or IE 6. However, the people with whom I intended to share the applet could not access it, apparently because they used the Microsoft VM:
[quote from the user]
In IE6 I get the following message in the Java console (Microsoft VM):
Error loading class: Bzar
java.lang.NoClassDefFoundError
java.lang.ClassNotFoundException: Bzar
at com/ms/vm/loader/URLClassLoader.loadClass
at com/ms/vm/loader/URLClassLoader.loadClass
at com/ms/applet/AppletPanel.securedClassLoad
at com/ms/applet/AppletPanel.processSentEvent
at com/ms/applet/AppletPanel.processSentEvent
at com/ms/applet/AppletPanel.run
at java/lang/Thread.run
Works fine in Mozilla 1.0 (Sun VM).
I don't think the problem lies in MS VM's signature-requiring security measures, as another Java newbie posted a similar, unsigned applet that this same user could access from IE. The author of that applet was also unable to view my applet.
Can anyone tell me what's going on and how to fix this problem?
(If you're interested, this thread might give you more context: http://www.greylabyrinth.com/Forums/Forum5/HTML/004316.html )

compile with
javac -target 1.1 <filenames>
the jdk 1.4 uses a new type of bytecode (.class file) so old versions don't understand it, I don't know what the new bytecodes do, but I've found that if you want compatability you shoud -target the lowest common denominator (I think the MS VM is 1.1 or 1.2 compatible, partially 1.3 but no higher)
also you missed a " in the source code link, it shows as
<a href="bzar.java>
Shish
====================
Support the Water Cooler!

Similar Messages

  • Delete Files %portable% with SCCM 2012 R2.

    I need to delete all files portable%% of my environment. I can do this using rules compliance and auto-remediation?
    Thanks!!!!!!
    Atenciosamente Julio Araujo

    I'm not sure exactly what you are trying to do, but there are tons of examples of how to find and delete files with scripts:
    https://www.google.com/search?q=powershell+script+to+find+and+delete+a+file&sourceid=ie7&rls=com.microsoft:en-US:IE-Address&ie=&oe=
    I hope that helps,
    Nash
    Nash Pherson, Senior Systems Consultant
    Now Micro -
    My Blog Posts
    If you've found a bug or want the product worked differently,
    share your feedback.
    <-- If this post was helpful, please click "Vote as Helpful".

  • Lookup form standalone client  fails with java.lang.ClassNotFoundException

    Hi,
    I have an issue under Weblogic 11g when a standalone client tries to lookup for an ejb deployed in an ear.
    The ear is correclty deployed without any errors and the EJB is correctly defined in the jndi tree (i see it using the jndi browser through the weblogic console).
    When my client tries to lookup the EJB using its correct JNDI name, the client receives the following exception :
    java.lang.AssertionError: java.lang.ClassNotFoundException: com.gemalto.contactless.securearm.services.api.IRepositoryServiceRemote
         at weblogic.ejb.container.internal.RemoteBusinessIntfGenerator.generateRemoteInterface(RemoteBusinessIntfGenerator.java:57)
         at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.readObject(RemoteBusinessIntfProxy.java:205)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1849)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
         at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:197)
         at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:564)
         at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:193)
         at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:62)
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:240)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
         at weblogic.jndi.internal.ServerNamingNode_1030_WLStub.lookup(Unknown Source)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:392)
         at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:380)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at com.gemalto.contactless.securearm.client.SarmProv.main(SarmProv.java:167)
    Caused by: java.lang.ClassNotFoundException: com.gemalto.contactless.securearm.services.api.IRepositoryServiceRemote
         at weblogic.ejb.container.deployer.RemoteBizIntfClassLoader.loadClass(RemoteBizIntfClassLoader.java:116)
         at weblogic.ejb.container.internal.RemoteBusinessIntfGenerator.generateRemoteInterface(RemoteBusinessIntfGenerator.java:54)
         ... 26 more
    No error found in the server logs !
    If you have an idea that can helps mee ....
    Thank you
    Franck.

    Yes it is in my classpath. You can take a look at my command line generated by my IDE :
    D:\bea11g\jdk160_11\bin\java -Xrunjdwp:transport=dt_socket,address=127.0.0.1:15251,suspend=y,server=n -Dfile.encoding=windows-1252 -classpath "D:\bea11g\jdk160_11\jre\lib\charsets.jar;D:\bea11g\jdk160_11\jre\lib\deploy.jar;D:\bea11g\jdk160_11\jre\lib\javaws.jar;D:\bea11g\jdk160_11\jre\lib\jce.jar;D:\bea11g\jdk160_11\jre\lib\jsse.jar;D:\bea11g\jdk160_11\jre\lib\management-agent.jar;D:\bea11g\jdk160_11\jre\lib\plugin.jar;D:\bea11g\jdk160_11\jre\lib\resources.jar;D:\bea11g\jdk160_11\jre\lib\rt.jar;D:\bea11g\jdk160_11\jre\lib\ext\dnsns.jar;D:\bea11g\jdk160_11\jre\lib\ext\localedata.jar;D:\bea11g\jdk160_11\jre\lib\ext\sunjce_provider.jar;D:\bea11g\jdk160_11\jre\lib\ext\sunmscapi.jar;D:\bea11g\jdk160_11\jre\lib\ext\sunpkcs11.jar;_D:\cless2009\classes\production\SecureARM_;D:\cless2009\classes\production\Util;D:\cless2009\classes\production\Shared;D:\cless2009\CoreBuild\res\gemalto\telecom\FRWK\v4.0\FRWK_4.0_patch07\api\FRWK\ci_api.jar;D:\glassfish\domains\domain1\lib\ext\vbsec.jar;D:\glassfish\domains\domain1\lib\ext\common.jar;D:\glassfish\domains\domain1\lib\ext\container.jar;D:\cless2009\CoreBuild\res\gemalto\telecom\FRWK\v4.0\FRWK_4.0_patch07\api\FRWK\ci_extends.jar;D:\glassfish\domains\domain1\lib\ext\lm.jar;D:\glassfish\domains\domain1\lib\ext\vbjorb.jar;D:\glassfish\domains\domain1\lib\ext\basesystem.jar;D:\cless2009\CoreBuild\res\ext\Log4j\v1.2.13\lib\log4j-1.2.13.jar;D:\cless2009\CoreBuild\res\ext\commons-lang\v2.3\commons-lang-2.3.jar;D:\cless2009\CoreBuild\res\ext\junit\v4.1\junit-4.1.jar;D:\cless2009\CoreBuild\res\gemalto\telecom\OTA_IPInfra\v1.0\OTA_IPInfra_1_0_2_0016_090701_0926\lib\glassfish\api\oti_cmdmgr-api.jar;D:\cless2009\CoreBuild\res\gemalto\telecom\OTA_IPInfra\v1.0\OTA_IPInfra_1_0_2_0016_090701_0926\lib\glassfish\tools\oti_linqusconnector-mock.jar;D:\cless2009\CoreBuild\res\gemalto\telecom\OTA_IPInfra\v1.0\OTA_IPInfra_1_0_2_0016_090701_0926\lib\glassfish\install\OTA_IPInfra_1.0.2.0016_sun.jar;D:\cless2009\CoreBuild\res\gemalto\telecom\OTA_IPInfra\v1.0\OTA_IPInfra_1_0_2_0016_090701_0926\lib\glassfish\api\oti_history-api.jar;D:\cless2009\CoreBuild\res\gemalto\telecom\OTA_IPInfra\v1.0\OTA_IPInfra_1_0_2_0016_090701_0926\lib\glassfish\core\OTAIPInfra.ear;D:\cless2009\CoreBuild\res\gemalto\telecom\OTA_IPInfra\v1.0\OTA_IPInfra_1_0_2_0016_090701_0926\lib\glassfish\api\oti_connectivity-api.jar;D:\cless2009\CoreBuild\res\gemalto\telecom\OTA_IPInfra\v1.0\OTA_IPInfra_1_0_2_0016_090701_0926\lib\glassfish\api\oti_shared-api.jar;D:\cless2009\CoreBuild\res\gemalto\telecom\OTA_IPInfra\v1.0\OTA_IPInfra_1_0_2_0016_090701_0926\lib\glassfish\api\oti_notification-api.jar;D:\cless2009\CoreBuild\res\gemalto\telecom\OTA_IPInfra\v1.0\OTA_IPInfra_1_0_2_0016_090701_0926\lib\glassfish\core\libext.zip;D:\cless2009\CoreBuild\res\gemalto\telecom\OTA_IPInfra\v1.0\OTA_IPInfra_1_0_2_0016_090701_0926\lib\glassfish\api\oti_loginmodule-api.jar;D:\cless2009\CoreBuild\res\gemalto\telecom\OTA_IPInfra\v1.0\OTA_IPInfra_1_0_2_0016_090701_0926\lib\glassfish\core\domain.zip;D:\cless2009\CoreBuild\ECLIPSE_LIB\oti-linqusconnector-jmx-custom.jar;D:\cless2009\CoreBuild\res\gemalto\telecom\OTA_IPInfra\v1.0\OTA_IPInfra_1_0_2_0016_090701_0926\lib\glassfish\api\oti_otagateway-api.jar;D:\cless2009\CoreBuild\res\gemalto\telecom\OTA_IPInfra\v1.0\OTA_IPInfra_1_0_2_0016_090701_0926\lib\glassfish\api\oti_trigsms-api.jar;D:\cless2009\CoreBuild\res\gemalto\telecom\OTA_IPInfra\v1.0\OTA_IPInfra_1_0_2_0016_090701_0926\lib\main\mmserver_ref.zip;D:\bea11g\user_projects\domains\cless\lib\wllog4j.jar;D:\bea11g\user_projects\domains\cless\lib\ojdbc14.jar;D:\bea11g\wlserver_10.3\server\lib;D:\bea11g\user_projects\domains\cless\lib\eclipselink.jar;D:\bea11g\user_projects\domains\cless\lib\log4j-1.2.14.jar;D:\cless2009\classes\production\SharedCustom;D:\cless2009\CoreBuild\res\gemalto\telecom\REUSE\v1.0\REUSE_1_0_b0148_071211_1059\lib\reuse.jar;D:\cless2009\CoreBuild\res\gemplus\telecomtlvtools\v1.0\build1\tlvtools.jar;D:\bea11g\wlserver_10.3\server\lib\wlfullclient.jar;D:\bea11g\wlserver_10.3\server\lib\wljmxclient.jar;C:\Program Files\JetBrains\IntelliJ IDEA 8.1.3\lib\idea_rt.jar" com.gemalto.contactless.securearm.client.SarmProv

  • Portability with netBeans code to Eclipse

    Hi,
    I asked this in the swing forum but I havent got a reply yet, I could do with knowing for tonight. I would think just about anyone with more experience could answer this.
    http://forum.java.sun.com/thread.jspa?threadID=791541&tstart=15
    Cheers
    Mike

    Just take your source files (.java) and copy them over to a new project in Eclipse
    BTW you have multiple replies in the Swing forum

  • How to fix New Bose SoundDock Portable not working with iPhone 4s?

    I am having trouble working with my Bose SoundDock Portable with my iPhone which i bought on monday.
    I have a iPhone 4S running on iOS 5.1.1 and nothing is working. Not charging nor playing music. Thought it was going to be as simple as plug and play. So annoying.
    I've tried turning my phone off & on = NOTHING
    I've tried removing the universal adapter to test if it had been a connection problem = NOTHING
    It had been suggested in other forums to check if the 30 pin dock connector on your iPhone was clear. Clean and tested = NOTHING
    I'm starting to think
    A) Its the new update of iOS 5.1.1
    or
    B) Its a faulty Bose product.
    Both Bose and Apple website both confirm that the iPhone 4S is compatable with Bose SoundDock Portable.
    http://worldwide.bose.com/axa/en_au/web/sounddock_portable/page.html
    http://store.apple.com/au/product/TP573PA/A?fnode=MTY1NDA5Mg&fs=m.manufacturer%3 Dbose
    Is there anyway to fix this?

    Thank you so much for sharing.
    I had the same experience, now tried to reinstall iTunes et voilà.
    Looked for suggestions around several forums but nobody suggested this.
    And it works.
    Thank you again.

  • Any way to use 80GB Classic with a "Portable" video device

    I have asked questions about this topic in other threads over the past month, but I am going to revive it here. I am leaving on a trip shortly, and I'm trying to receive a definitive answer whether there is any conceivable way to use my 80 GB iPod Classic with a portable video player. Some of the most frequently ones mentioned are the Motorola iFlip, the Philips 750, Sonics V55....I have read confusing reports of people going backwards to firmware 1.0.2 to use the TV out feature to get them to play on a TV...with Apple cables..., but I still have been unable to decipher whether anyone anywhere has successfully been able to use an iPod Classic with any type of "Portable" video device. I am not opposed to paying for appropriate cables or even an Apple produced device, but I don't believe one exists. Any help or info would be greatly appreciated.

    Which probably refers to the iPod 5th generation (commonly called the iPod Video). Do Philips specifically advertise this as compatible with the iPod Classic?
    Yes, you are correct, it probably does refer to the Ipod 5th generation of Ipods; however, that's not stated on any packaging for the Philips product. It simply says: "Docking Entertainment System DVD Portable with dock for iPod" and later in the instruction manual it says: You can dock your iPod player for playback of stored files and recharging. Only 30G, 60G and 80G iPod players with video are supported." So my point is that how would anyone know that Philips is refering to the 5th generation Ipods until after the product was purchased and used? My answer: He or she would not know...could not know based solely on the packaging and instructions...and in some cases until a knowledgeable Philips customer service person provided the correct answer. This miscommunication could have been avoided completely if only Philips had incorporated "5th generation Ipods" in it's promotional and instruction language. Even after the units were shipped, a simple disclaimer could have been sent to retail stores that carried the product and placed in (or on) the packaging. Furthermore, Philips could alter the manual on its own Web site to provide a clarification. So far, none of these tasks has occurred.
    I'm curious as to why you think it's Apple's responsibility to ensure the new iPods work with this Philips product.
    I not never said who is responsible. Neither company wants to accept responsibility. It appears, however, that Apple altered its firmware and/or software that renders many products (including the Philips DCP 750/37)incompatible with the Ipod Classic. All I want is to use my Ipod Classic with a third party product. I don't care where the fix comes from that allows this to happen.

  • Keyboard, Trackpad and USB on Mac Air not working with latest OS update

    My 2009 Mac Air after the last OS update, the only thing that seems to work now is the power button. The USB port, Keyboard and trackpad all dead. Help!

    Reset PRAM.   http://support.apple.com/kb/PH18761
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
    Best.

  • MacBook Pro mid-2014 Intermittent issue with sound

    This occurs in an intermittent fashion : I cannot adjust volume neither with the slider at the top of the screen, nor with the volume buttons of my keyboard. In fact, there is no way I can adjust the sound. I get this image (bottom) when I try to adjust the sound using the keyboard and the slider in the top menu is maxed and greyed out.
    Context:
    I bought this MacBook Pro last week, as a replacement for my mid-2009 MacBook Pro. I restored a Time Machine backup.
    The new computer came with Yosemite and the old one had Mavericks installed last time I made a backup, therefore the new computer was downgraded to Mavericks when I did the restore. After the Time Machine restoration was completed on the new computer, I (re)installed Yosemite.
    I just brought the computer to the Apple Store; the diagnosis tools were run and no hardware problems were found. As I said this is an intermittent problem, so sometimes I restart the machine and it works normally, other times the problem occurs. (1 out of 3 reboots, i'd say...)
    What do you think ? Hardware problem ? Software issue due to Mavericks being restored on top of Yosemite ?
    Any others have got the same issue ?
    Thanks folks,
    Emile

         Reset PRAM. http://support.apple.com/kb/PH18761?viewlocale=en_US&locale=en_US
         Reset SMC.     http://support.apple.com/kb/HT3964
        Choose the method for:
        "Resetting SMC on portables with a battery you should not remove on your own".
    Best.

  • 1 week with my X100e

    I was compelled to write my own review after reading some bad ones out there (mostly about the MV-40)...
    My Specs:
    AMD Turion Neo X2 Dual Core (L625)
    4GB RAM
    160GB intel X25-M SSD
    Bluetooth
    Windows 7 Pro x64
    -plus all other standard equipment.
    The PROs:
    Form factor:
    Thin and small enough (without being ridiculous). Fits nicely in a standard leather portfolio and light enough to forget in a backpack. It's a true ultra-portable with size and weight similar to an X200, slightly smaller with the 3-cell battery (a recommended extra). Just the right amount of ports, in generally the right places. The design looks very minimalist with only necessities: left side with 2 USB, one audio, one LAN - the right side has just one USB and one mem card slot. VGA and power in the back. Simple compared to my X60s and its many seams and ports and latches, etc.
    Build Quality:
    Great. No roll cage - and who cares. I'm not rolling my laptop, and my drive is SSD. Seriously, I would guess that in this size, ABS plastic is just as durable as Magnesium alloy. I have cracked pieces of metal broken off my X60s from slight bumps where the metal was just too brittle and cracked off. ABS does not do that. Flex in the laptop is minimal, fit and finish is very good - note the missing hood latch complaint below.
    Screen: 
    At 11.6 inches, it is just big enough for me to work comfortably due to the higher resolution screen, which I have not seen on any laptop or netbook of this size. It is quite bright, with lots of adjustment from nearly off through full brightness (15 steps) - and in my experience nobody has made an LCD yet that looks good in direct sunlight - so stop putting that bit in reviews, please!
    Keyboard:
    Lots of talk about ThinkPadders resisting the change, but honestly, it is better than my X60s old-school ThinkPad keyboard. Solid, great feel.
    UltraNav (trackpoint and trackpad):
    Coming from an X60s, I could live without the trackpad (and have disabled it on my X100e) but it is very nice to the touch and useful especially if sharing with your less-trackpoint-friendly friends. The Trackpoint is just as it is on all ThinkPads - exceptionally comfortable to operate, adjustable to your sensitivity, and with soft but sure left/right/scroll keys perfectly positioned under your thumb. It is always funny to me to see some people operate a little ultra-portable with two hands controlling the trackpoint - sorry, but that's just strange to watch.
    Performance:
    Note: Heavily dependent on latest BIOS, drivers (especially video) and latest Flash (if applicable to you). Otherwise, performance depends heavily on your needs, mine are fairly normal I guess: 
    Office apps and Outlook, some light Photoshop work, Acrobat PDF creation, web browsing with Chrome, watching HD movies in a hotel room or airplane, occasional flash video on web, Skype with video, iTunes syncing with iPod …that's about all. 
    If that sounds like you, then you're probably going to be happy with X100e performance - I cannot see a lag in any of these but Photoshop CS5 (seems optimized to intel somehow). Keep in mind that some of my impression is enhanced by the SSD I added - mostly load times of each app and maybe playback reliability of video to some extent (?) on some really big files (4+GB, 1080p).
    The CONs:
    Battery:
    Okay, let's get this over with - the battery life is weaker than a 6-cell should be, and yes, it is due to the processor. But I willingly chose to trade (best guess) 25% battery life for 25% more performance when that extra performance gets me HD video, better GPU, and generally better usability on all that I do - compared to a weaker, more efficient netbook. My solution - buy another battery - Lenovo makes it pretty easy to change on the fly. I bought a 3-cell, so in total I measure that I can last about 5 hours watching movies in the air, or web browsing in the coffee shop. Much longer if I'm just working in Word or PowerPoint with screen dimmed to usable levels. The SSD helps - adding about 20 minutes on the 6-cell.
    I generally understand the complaints about the battery as the X100 is ultra-portable, but it's not an X200 or X300 ULV ultra-portable. You sacrifice battery life and other things for a significantly lower price. Again, buy a spare and get over it. For the record, the 6-cell lasts an hour longer than my old X60s with a new 4-cell (standard shipping battery) doing the same tasks.
    No fingerprint reader or security chip:
    Comparing to my X60s which has both, but just miss the quick and cool logins with my finger. I installed a face-recognition tool - cool, but buggy.
    No Lid latch:
    The lid holds position nicely, but without latch, it will open slightly when you carry with like a book, hinge down. It does not snap tightly shut. ThinkPads have long come with finger grips for the lid and (again comparing to my X60s) I miss these especially on a laptop with no latch, and no "grabbing point" on the lid. There is a very small raised area on the right front of the lid, but it is more likely that you grab the center - where the trackpad buttons are - don't force those open! I have gotten used to opening from the left and right corners of the lid instead.
    No Thinklight:
    Would be nice, but honestly I have never used this for working on my X60s, only for "finding that sleep Fn key" or something similar. The Thinklight key was always easy to find as it is in the top right corner.
    No HDMI, or other digital display port:
    Although not needed for me, it would be nice - on a laptop that has HD capability - and a laptop with no docking station to speak of. Most all screens are digital these days - seems logical to ditch VGA.
    Power vs. LAN port placement:
    Okay, time for the picky small things - I would prefer these two on the same area, so cables aren't coming from both sides, when you need to go fully wired. If the cables are coming from anywhere other than behind the laptop, you will possibly trip over one or the other.
    PCIe card lockout:
    Lenovo is one of only a few vendors left that restrict the cards you can add to their own OEM branding. Why do they give you access to cards that cannot be replaced yourself! I would love to change the WiFi card to an intel card that I know will work (and supports 5GHz 802.11n) but cannot. I would love to put my own WWAN card inside in the future, but can't. So it's really just RAM and HDD. Thanks for teasing me! I know it simplifies technical support, but that's just mean.
    No "Soft-Touch" paint:
    I like it on my X60s and would prefer it here - but consider it the smallest of my complaints - really nice looking in smooth finish matte black. All other X-series have had it.
    Concluding remarks:
    In my view, the ThinkPad X100e is targeting two types of buyers from opposite ends of the portable spectrum:
    1. Netbook buyers looking for better specs, more performance.
    For these buyers, the X100e has better build quality, better screen, better keyboard and pointing device, and about 25% more real-world performance with about 25% less battery life - my bold estimate. An intelligent buyer would ask "how much should I pay for these extra features?" In this case, I think it is priced spot-on compared to a netbook.
    2. Laptop buyers wanting more portability, while running office tasks, web browsing, and email (which is most consumers I have to guess).
    For this group, I suppose the main concern is to minimize sacrifices going from an average 14-15-inch laptop to a (formerly too expensive) ultra-portable. If running Office/Outlook, web browsing, Skype, playing HD video and music is all you do, then X100e shrinks those capabilities into a smaller more portable package that still has full-sized screen resolution, keyboard, trackpad and trackpoint.
    Simply put, the X100e is not as big and as powerful as a big laptop, but that's not the point in an 11.6-inch laptop - you expect compromise when going smaller. Conversely, the X100e is not as small, cheap and efficient as most netbooks, but you gain power and features not available on netbooks.
    For me, the X100e was the first chance to get a brand-new ultra-portable with "good-enough" performance and ThinkPad quality at a low price - next step being an X201 starting at 1100 USD. On another note, I have a company-owned X60s that will be replaced by another X201 (or like) in the next 6 months - I would also guess that some X100 users are like me - buying their first private-owned Thinkpad, due to their experience with the brand, and the good price/performance/features mix of the X100e.
    Overall very, very happy with my buy. I have not yet formed a bond as with my X60s, but that does not happen in just 1 week.
    ...just my 2 cents.

    Windows 7 Pro (x64) gets from power button to login screen in 20.1 seconds (with startup animation disabled).  From login to "desktop ready" is dependent on how many services, processes are running - but in my case about 8 seconds until cursor is idle, ready.  If I'm fast with my password, I can get in in under 30 total!  Kidding - I rarely reboot now that apps are all in place.
    Photoshop CS5 (x64) loads in 5.2 seconds.  Nothing is cached as Windows 7 senses an SSD and turns off caching.  Indexing is also off as it is virtually instant as you type in search.  It's quite nice.
    ...loving the SSD.  Friends have claimed it's overkill in X100e - probably right - but could not in good faith buy some RAM-brand drive or even a smaller drive - want to keep everything on this drive.  Wanted a silent, safe, quick, large enough drive - and SSD is a scary world of confusing benchmarks for now.  I played it safe (worth the 20% higher cost to me) and chose the intel.
    Last thing to configure before I am settled in... I'm in the process of tuning my fan speed to suit the different Power Manager settings I've made - cutting noise and heat, and getting a little more battery.

  • Problem with delete button on macbook pro?

    AFter 4 yrs of no probelms, the delete button and number one button do not work. Has anyone had this problem?

    Reset PRAM.  http://support.apple.com/kb/PH4405
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
    Best.

  • I have problem with starting up my Mac Pro ?

    Dear ,
    I'have a problem with starting up my Mac Pro , please advice me how to start it

    This may help.
    http://support.apple.com/kb/TS1365
    Note: Steps 5 and 6
    Step 5
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
    Best.

  • Resolution issue with macbook pro 13 (late 2013) and dell u2711

    I have a Dell U2711 (native resolution 2560x1440) that I use without issue with a macbook pro late 2007 (running 10.10.x), various iMacs and Macbook air 2011 running 10.10. When I say without issue, the display works at its native resolution.
    Last week we got a MacBook Pro 13in, late 2013 model.
    If I connect this macbook via either thunderbolt connection to the u2711 using either DVI port on the dell, the maximum resolution that I can use is 1920x1080. I am using apple mini displayport to DVI adaptors (I have tried 2 different ones and 2 different DVI cables, with no improvement). Clicking option + scaled in sys prefs does not give the native resolution as an option.
    However, I just discovered that if I use a DVI to HDMI adaptor and I connect the macbook to the display I get the full native resolution without issue (2560x1440).
    I have zapped the pram, powered down the display etc etc etc and it made no difference.
    I would prefer to use the mini DIsplayPort to DVI adaptor rather than HDMI, any suggestions appreciated.
    TIA.

      Reset PRAM.   http://support.apple.com/kb/PH18761
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
      Start up in Safe Mode.  http://support.apple.com/en-us/HT1564
    Best.

  • My Macbook Pro (2009) just turns off sometimes with no warning and for no visible meaning. it switches on again afterwards but is so annoying! Anyone able to shed some light?

    Hi all
    I bought a second hand mac (boo i know but i am a student so cannot afford a new one!) it is a 2009 model, 15" with 8gb memory
    It works fine until a point where it randomly switches itself off! I can be watching something, on photoshop, on iphoto or anything really and it just powers off.
    I have found lots of threads saying the same except my mac switches itself back on automatically afterwards.
    I have had the fans and filters cleaned and checked. It does not overheat (i have a cooling thing it rests on) and i dont have it working for hours on end before it does this, sometimes it will only be within 1o minutes of me turning it on!!!
    Please help!
    is anyone able to shed some light?
    Also, i hope this problem is solvable personally because i dont have any warranty!
    Thanks

    Tried resetting SMC?
    Reset SMC.
    http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
    Best.

  • Sometimes when I open my laptop back from sleep, I get a black screen with the cursor showing.

    Recently I've been getting this weird problem where my macbook air will show a black screen with only the cursor visible that I can move around but nothing else can be done to get to the desktop. The only way is to close the lid and wait for around 10 or more seconds and then open the lid again to bring the laptop back from sleep and hope that the laptop goes to the lock screen and then to the desktop. This works often but sometimes the only solution seems to be to restart the laptop. This also happens when I tilt the lid to the point where it is almost closed and when I tilt it back the screen presents the above state. Theis has been happening often now and it is almost impossible for the above not to happen atleast 2 to 3 times a day. iThis is a relatively new problem that has been occuring since the past two weeks or so and never happened to me on my Macbook Pro 15 2011. My current system is a Macbook Air 11" 2013 Haswell 1.3 Ghz 4GB RAM 256 GB SSD. Now I dont want to have to send in my laptop if I dont have to if there is a way I can solve this myself. Anybody else have this problem?

    Hello tseten,
    I would be concerned too if my MacBook Air was not waking from sleep appropriately.  For an issue like this, I recommend resetting your System Management Controller (SMC) and NVRAM.
    Resetting the SMC on portables with a battery you should not remove on your own
    Note: Portable computers that have a battery you should not remove on your own include MacBook Pro (Early 2009) and later, all models of MacBook Air, and MacBook (Late 2009).
    Shut down the computer.
    Plug in the MagSafe power adapter to a power source, connecting it to the Mac if its not already connected.
    On the built-in keyboard, press the (left side) Shift-Control-Option keys and the power button at the same time.
    Release all the keys and the power button at the same time.
    Press the power button to turn on the computer. 
    Note: The LED on the MagSafe power adapter may change states or temporarily turn off when you reset the SMC.
    You can find the full article here:
    Intel-based Macs: Resetting the System Management Controller (SMC)
    http://support.apple.com/kb/ht3964http://support.apple.com/kb/ht3964
    Resetting NVRAM / PRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.
    You can find the full article here:
    About NVRAM and PRAM
    http://support.apple.com/kb/ht1379
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • When I open my computer and use it for a period of time it freezes up and it say Mozilla Firefox is not responding. What should I do with this?

    This happened several times already that my computer freezes up and it says Mozilla Firefox is not responding. When this happen it takes a long time before I can use my computer, I would say one hour or sometimes it takes 2 hours. When it takes like 30 minutes of freezing up what I do is I force the computer to shut down by pressing start button.
    And Ihttps://support.mozilla.com/media/img/markup/page_link.png wait for 3 to 5 minutes than I press the start button again to open the computer. When computer open up the Toshiba starts loading up all files after that I can use the computer for a while. I don't if there's something wrong with my computer or something else. I have Window Vista home premium.
    Please help.
    Thanks

    Apple Does Not recommend that. Please Read.
    http://support.apple.com/kb/HT1490
    From that article
    "Portables with built-in batteries"
    Current Apple portable computer batteries are pre-calibrated and do not require the calibration procedure outlined in this article. These computers use batteries that should be replaced only by an Apple Authorized Service Provider.
    MacBook 
    MacBook (13-inch, Late 2009) and later
    MacBook Air
    MacBook Air (all models)
    MacBook Pro
    MacBook Pro with Retina display (all models)
    MacBook Pro (13-inch, Mid 2009) and later
    MacBook Pro (15-inch, Mid 2009) and later
    MacBook Pro (17-inch, Early 2009) and later
    Thanks.
    Allan Mac wrote:
    Apple recommend calibrating the battery when you buy a new Macbook and then every few months, or monthly if it used on mains all the time. This, as Apple says is to keep the battery operating at maximum efficiency. When the battery discharges and shuts the macbook down, it still has reserve power for a good number of hours. There is also a logic board battery to hold various settings.
    I rather think I will take Apples advice on using their equipment not yours, but I would be intrigued to discover what is it you know that Apple doesnt about its batteries?
    Allan

Maybe you are looking for

  • What is stander width in html web page?

    Is there stander width for web pages? Sometimes I found who said it is should be 730px as max, is this right? If not then, how I should be chose a width of my page to clear and nice in difference browsers with difference resolution of monitor I wish

  • Please do help me with the following

    I've got a Mac Book Pro (Mid 2012) and I've purchased a Windows 8 OEM 64 bit builder version to install a clean copy on the mac. At the stage of partitioning the hard drive , it would throw an error saying 'Boot Camp Assistant quit unexpectedly and t

  • Is it just me or is iTunes radio down?

    Everytime  try to click on a station it won't connect. My internet is working so I know I have an internet connection, and I did try to shut down & reboot. Still having that same problem. It was working fine last night.

  • CFEclipse SEARCH question

    Hi- I know this one is probably a "user-error".... but does anyone know how to execute a search for a string in a site using CFEclipse's Search feature? I know I can be slow, but for the life of me I'm not seeing obvious search results.... In the RDS

  • Have Elements 10 with 3 CDs,when put on computer says serial

    I don't want to discuss this; I need an immediate answer from Adobe. Why isn't there anyone to talk to other than a "forum?" I need IMMEDIATE answers. I'd like to actually use my Photoshop today, not after everyone has discussed it.