Experience using BC with Saferpay?

Hi, we are a Swiss business hoping to use BC to build our ecommerce site.
One hurdle to us using BC is finding a payment gateway that provides good customer service in Switzerland.
Saferpay provides good customer service in Switzerland, and is listed in BC (with a capital P though, SaferPay).
However, Saferpay themselves say they do not support BC, and will not support any transactions that happen through it. They recommended that we build our new site using one of the solutions on their support page:
http://saferpay.com/partners/shopsystems_en.html
We would prefer to use BC.
1. Does anyone have experience using BC with SaferPay/Saferpay?
2. If not, do any Swiss businesses have experience using another BC supported payment gateway?
Thank you,
Cail

Hi Cail,
I don't know of CH sites using any other gateways, apart from that one. But I know that this gorgeus site is using it pretty successfully.
Cheers,
Mario

Similar Messages

  • Anyone got any experience using Flash with the Parse REST API?

    Just wondered if anyones used the Parse.com REST API AS3 library ? if so any tips or advice on what it's good or not good for?

    It is good to hear that is getting Apple feedback from other sides regarding that network problem. I always thought that this just matters for bigger studios with multiple rooms and network installations and therefore not that a high priority for Apple. It never occurred to me that in a networked school environment that is a big issue and last time I checked Apple pretended to to care about the educational market.
    If you really need the network setup to work with Logic and can't wait for Apple to fix it, try to mount the network volumes via the smb protocol instead of the afp protocol. I used it for a while under Logic 7 and it worked, haven't tried it under L8. However keep in mind that are some drawbacks:
    Besides minor user interface limitations (color, icons, etc), the main problem is some boneheaded setup in Logic. Get that:
    Logic saves the path to any related media file, which is ok, but it saves also the network protocol it uses! If you logged on to a network volume over smb and use an audio file, Logic will save the complete path, something like "smb://MediaVolume/audio/MyGroove.aif". Netx time you mount the MediaVolume drive via afp and open your Logic Project, it won't find that file, or automount that volume again as an smb volume. So now you have the same network volume mounted twice, via afp and smb.
    Now you can see why I backed away from that solution.

  • Anyone have experience using EJB with spring?

    I'm getting this totally useless stack trace trying to test a simple query through EJB:
    WARNING: JBO-29000: Error injecting reference; nested exception is: java.lang.InstantiationException: Error injecting reference
    oracle.jbo.JboException: JBO-29000: Error injecting reference; nested exception is: java.lang.InstantiationException: Error injecting reference
    Then I made my own LifeCycle class to get a better stack trace. It was better, but it didn't help much...:
    ## Detail 0 ##
    javax.ejb.EJBException: Error injecting reference; nested exception is: java.lang.InstantiationException: Error injecting reference
    java.lang.InstantiationException: Error injecting reference
         at com.evermind.server.DependencyManager.resolveDependencies(DependencyManager.java:157)
         at com.evermind.server.ejb.LifecycleManager.postConstruct(LifecycleManager.java:98)
         at com.evermind.server.ejb.StatelessSessionBeanPool.createContextImpl(StatelessSessionBeanPool.java:40)
         at com.evermind.server.ejb.BeanPool.createContext(BeanPool.java:418)
         at com.evermind.server.ejb.BeanPool.allocateContext(BeanPool.java:244)
         at com.evermind.server.ejb.StatelessSessionEJBHome.getContextInstance(StatelessSessionEJBHome.java:25)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:86)
         at CmMetaServiceEJB_LocalProxy_4j6m9m9.queryMetaObjectFindAll(Unknown Source)
         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:585)
         at oracle.adf.model.binding.DCInvokeMethod.invokeMethod(DCInvokeMethod.java:507)
         at oracle.adf.model.binding.DCDataControl.invokeMethod(DCDataControl.java:1795)
         at oracle.adf.model.generic.DCGenericDataControl.invokeMethod(DCGenericDataControl.java:248)
         at oracle.adf.model.binding.DCInvokeMethod.callMethod(DCInvokeMethod.java:219)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1289)
         at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:1802)
         at oracle.adf.model.generic.DCGenericDataControl.invokeOperation(DCGenericDataControl.java:266)
         at oracle.adf.model.adapter.AdapterDCService.invokeOperation(AdapterDCService.java:305)
         at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:627)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.invokeMethodAction(JUMethodIteratorDef.java:160)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.initSourceRSI(JUMethodIteratorDef.java:542)
         at oracle.adf.model.binding.DCIteratorBinding.callInitSourceRSI(DCIteratorBinding.java:1436)
         at oracle.adf.model.binding.DCIteratorBinding.getRowSetIterator(DCIteratorBinding.java:1420)
         at oracle.adf.model.binding.DCIteratorBinding.setRangeSize(DCIteratorBinding.java:2703)
         at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:2487)
         at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2260)
         at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareModel(PageLifecycleImpl.java:99)
         at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.prepareModel(FacesPageLifecycle.java:72)
         at oracle.adf.controller.v2.lifecycle.Lifecycle$8.execute(Lifecycle.java:210)
         at oracle.adf.controller.v2.lifecycle.Lifecycle.executePhase(Lifecycle.java:116)
         at oracle.adf.controller.faces.lifecycle.ADFPhaseListener.mav$executePhase(ADFPhaseListener.java:29)
         at oracle.adf.controller.faces.lifecycle.ADFPhaseListener$4.after(ADFPhaseListener.java:327)
         at oracle.adf.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:90)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:254)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:110)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.IllegalArgumentException
         at sun.reflect.UnsafeObjectFieldAccessorImpl.set(UnsafeObjectFieldAccessorImpl.java:63)
         at java.lang.reflect.Field.set(Field.java:656)
         at com.evermind.server.deployment.InjectionField.inject(InjectionField.java:46)
         at com.evermind.server.DependencyManager.resolveDependencies(DependencyManager.java:154)
         ... 57 more
    does anyone know how I can get a better stack trace with reference to my own files?

    Please refer
    http://www.oracle.com/technology/tech/java/oc4j/1013/how_to/how-to-ejb30-jpa-spring/doc/how-to-ejb30-jpa-spring.html

  • Has anyone used GitHub with RH projects?

    Does anyone have any experience using GitHub with RoboHelp? I don't plan on setting it up to use the RoboHelp UI to check individual topics in and out. I just want to check out the entire project. If anyone has any experience with this, any tips would be greatly appreciated.
    Also, can anyone please tell me which files to exclude when checking in the project? I know you're supposed to exclude the .cpd file, but I think I read that there are others. Unfortunately, I can't find the thread where this was discussed.
    Thanks.

    As long as you check out/check in the entire project folder, you should
    be fine. For RoboHelp, it's then as if there was no source control.
    Exclude the CPD. Just include all the other files. (Don't forget to add
    new files to the source control when you create them.)
    Kind regards,
    Willam

  • Using Lightroom with HP B9180 printer and WIN Vista

    Does anyone have experience using Lightroom with the HP 9180 pigment printer and Windows Vista? I'm considering moving from a dye printer to a pigment printer but have noted in discussion groups there seem to be some difficulties of getting good prints out of Lightroom with various printers.

    Using Vista with B9180 via Ethernet, works great! If you upgrade the B9180 firmware, do it via USB.

  • Do any of you experience Im having with my ipad? I can't make a comment in Facebook for older posts and I can't open numerous comments from old posts of my friends. but everything works perfectly when I use laptop. is there problem between apple and FB?

    do any of you experience Im having with my ipad? I can't make a comment in Facebook for older posts and I can't open numerous comments from old posts of my friends. but everything works perfectly when I use my laptop(non-apple). is there problem between apple and FB?

    Facebook apparently has their site coded poorly for tablets with touch screens. Try using the Facebook app. It is not perfect either but it is better than view in a browser lately.

  • Panasonic camcorder HDC-TM90 any experience using Pavtube Video Converter with Final Cut Pro X

    Does anyone have any experience using Pavtube Video Converter with Final Cut Pro X for Panasonic camcorder HDC-TM90 shooting in 1080 P 60 ( mts file extension)

    Don't use these generic offbrand converters to get footage into FCP X. they re-encode your video and cause loss of quality. If FCP X cannot import your video then use a utility that simply re-wraps it into a quicktime file with no transcoding or loss. I prefer Clipwrap which works great and is updated frequently but there are free alternatives like Media Converter or Rewrap.
    But version 10.04 of FCP X should import it directly from camera as long as the folder structure is complete and you are not trying to merely import it from single mts files.

  • I was given an assingment, but have no idea where to begin. The assingment is to create a text file using notepad with all of my digital inputs and some how make those imputs show up on my digital indicators on my control pannel

    I was given an assingment, but have no idea where to begin. The assingment is to create a text file using notepad with all of my digital inputs and some how make those imputs show up on my digital indicators on my control pannel.
    When it was explained to me it didn't sound to hard of a task, I have no LabVIEW experience and the tutortial sucks.

    StevenD: FYI, I did NOT give you the one star rating. I would never do that!
    StevenD wrote:
    Ow. Someone is grumpy today.
    Well, this is an assignment, so it is probably homework.
    Why else would anyone give HIM such an assigment, after all he has no LabVIEW experience and the tutorials are too hard for him?
    This would make no sense unless all of it was just covered in class!
    This is not a free homework service with instant gratification.
    OK! Let's do it step by step. I assume you already have a VI with the digital indicators.
    "...but have no idea where to begin".
    open notepad.
    decide on a format, possibly one line per indicator.
    type the document.
    close notepad.
    open LabVIEW.
    Open the existing VI with all the indicators.
    (are you still following?)
    look at the diagram.
    Who made the program?
    Does the code make sense so far?
    Is it a statemachine or just a bunch of crisscrossed wires?
    Where do you want to add the file read?
    How should the file be read (after pressing a read button, at the start of the program ,etc.)
    See how far you get!
    Message Edited by altenbach on 06-24-2008 11:23 AM
    LabVIEW Champion . Do more with less code and in less time .

  • A user experience for CP5(with 6 issues)

    Hi respected Adobe team,
    I am a CP5 user for 2months. After using CP5 for a part of time, I got some user experience to share with you.
    1. I published a CP project as a .swf with 1280*1024. When I watched this .swf as other dimension (except 1280*1024),some mess line will appear  in the video.
    The video with mess line:
    The correct video:
    2. I think CP5 can publish CP project as a .flv, but I don’t know how to? In this window I don’t know how to add a server to publish .flv file. .flv file is very useful for me, so could you help me?
    3. Why .f4v file’s dimension need less than 1024*768? If I had a 1280*1024 CP project and I wanted to publish it as a .f4v file, I have to compress this project. As the result of compress is mess lines appear in the video.
    4. When I published a CP project as a .swf, sometimes this sentence appear (your computer does not have sufficient memory resource to publish your file).
    I had some information in this issue. This project was created in CP5. Whatever how long time I open this project, when I publish it this dialog will appear. In my opinion, if the CP project had a long time video (much video information), the chances of this dialog’s appear will grow up. But if I change some setting maybe this dialog will not appear.
    In this setting the dialog appeared:
    In this setting the dialog didn’t be appeared:
    5. When I import a .swf to Adobe Flash Catalyst CS5, the .swf can’t be displayed normally. And I tried to analyze a .swf(about 2 min long) by a tool, the result is the .swf just have 37 frames. The strangest point is more than 90% video content is in the 35th frame. Other 36 frames almost have nothing. I don’t know why.
    6. When I recording a long time video, CP cut the video as many slides automatically. Sometime it makes me a little uncomfortable.
    In this CP project, I recorded this video at a heat. But CP cut it automatically (become 18 slides).
    At last, I have an advice for CP. If we can modify the video part in every part, it will be great! Actually, I am a big fan for Adobe productions. So wish a better CP version (maybe CP 6?). Thank you!
    My msn:[email protected]
    Glad to make friends with you!

    Hi Nick,
    I'm sorry to note that you are facing these issues with Captivate 5. While many of the issues you've reported probably have a workaround (I've listed some follow-up actions below), one issue we've had difficulty reproducing is the 'out of memory' issue when you publish. Can we schedule a conference call with a Connect session to investigate this further. Please mail me at- shamer at adobe dot com with details on the geo you are located in and some convienet time slots for the call.
    Regards,
    Shameer
    Adobe Captivate Team
    The other issues:
    >>
    1. I published a CP project as a .swf with 1280*1024. When I watched this .swf as other dimension (except 1280*1024),some mess line will appear  in the video.
    Can you check if this is an FMR swf (does the video camera icon appear on your Cp slides in the film strip/ thumnails? In that case there will be some lines observed with resizing.
    2. I think CP5 can publish CP project as a .flv, but I don’t know how to? In this window I don’t know how to add a server to publish .flv file. .flv file is very useful for me, so could you help me?
    You cannot publish the Cp project as an FLV. You publish as an F4V file. You then have to manualy upload this on to a streaming server (if that is what you are attempting).
    3. Why .f4v file’s dimension need less than 1024*768? If I had a 1280*1024 CP project and I wanted to publish it as a .f4v file, I have to compress this project. As the result of compress is mess lines appear in the video.
    This is a limitation from the way we use codecs for F4V. We are currently investigating this issue.
    6. When I recording a long time video, CP cut the video as many slides automatically. Sometime it makes me a little uncomfortable.
    In this CP project, I recorded this video at a heat. But CP cut it automatically (become 18 slides).
    We can look at this issue also in our connect session, but I believe your auto FMR might be getting triggered in some scenarios, hence the number of slides varies.

  • Anyone have experience using high-res files (eg line art) in Aperture?

    As I found at http://discussions.apple.com/thread.jspa?threadID=1741287&tstart=0 it seems that Aperture will choke on files over a certain size. I'll grant, I tried something that is outside the scope of Aperture---I tried using it to store a workflow starting with a scan rather than a photo. The scan is higher resolution than most digital photos (as line art must be).
    Does anyone have any experience with high-resolution photos or scans? I'm talking over a hundred MB, possibly upwards of a gigabyte. These are precisely the sort of files that I want to create lower-res versions for specific applications and have them be linked to the master file.

    I tried to use Aperture with my line art scans in the early versions of Aperture, but gave it up because Aperture did not seem to handle the file size.
    Instead I use another workflow for my artwork, Bridge, Photoshop, Illustrator and Version Cue in combination with Extensis Portfolio. This is a very pleasing solution for me and I would recommend it to others to try out as well.
    For me, Aperture is used for managing and adjusting my photographs.
    Regards
    Paul K

  • Best practice when using Tangosol with an app server

    Hi,
    I'm wondering what is the best practice when using Tangosol with an app server (Websphere 6.1 in this case). I've been able to set it up using the resource adapter, tried using distributed transactions and it appears to work as expected - I've also been able to see cache data from another app server instance.
    However, it appears that cache data vanishes after a while. I've not yet been able to put my finger on when, but garbage collection is a possibility I've come to suspect.
    Data in the cache survives the removal of the EJB, but somewhere later down the line it appear to vanish. I'm not aware of any expiry settings for the cache that would explain this (to the best of my understanding the default is "no expiry"), so GC came to mind. Would this be the explanation?
    If that would be the explanation, what would be a better way to keep the cache from being subject to GC - to have a "startup class" in the app server that holds on to the cache object, or would there be other ways? Currently the EJB calls getCacheAdapter, so I guess Bad Things may happen when the EJB is removed...
    Best regards,
    /Per

    Hi Gene,
    I found the configuration file embedded in coherence.jar. Am I supposed to replace it and re-package coherence.jar?
    If I put it elsewhere (in the "classpath") - is there a way I can be sure that it has been found by Coherence (like a message in the standard output stream)? My experience with Websphere is that "classpath" is a rather ...vague concept, we use the J2CA adapter which most probably has a different class loader than the EAR that contains the EJB, and I would rather avoid to do a lot of trial/error corrections to a file just to find that it's not actually been used.
    Anyway, at this stage my tests are still focused on distributed transactions/2PC/commit/rollback/recovery, and we're nowhere near 10,000 objects. As a matter of fact, we haven't had more than 1024 objects in these app servers. In the typical scenario where I've seen objects "fade away", there has been only one or two objects in the test data. And they both disappear...
    Still confused,
    /Per

  • Editing pages created using dreamweaver with microsoft's visual studio express

    Here's a quick, somewhat vague, question for anyone who might have an answer. Is there a trick to editing pages created using dreamweaver with Microsoft Visual Studio Express? The reason I ask is I recently finished a web site for my first client who now wants to make edits herself using the program she uses, that being Microsoft. I thought it would be as easy as pulling the html files from the server (or the usb flash drive i gave her), making changes and then putting them back to the server, but apparently she is having some problems. I'm meeting with her soon. I have no experience with any other programs, other than Adobe, so I don't know how much good I'll be in helping her. Maybe it's an easy question, maybe not. Any info appreciated. Thanks!

    David wrote -
    Dreamweaver template commands are all wrapped in HTML comments, so they
    shouldn't cause any problems. They should simply be treated as comments.
    However, the concept of editable and locked regions will be ignored.
    Hi David, I meant the templates with the dwt extension, not the html files that are created from them. The full version of VS will recognize the dwt extension as 'Dynamic Web Template' but as this is a microsoft extension it does not recognize the code for editing and shows a large number of errors, (before anyone comments the dwt file extension is used by a number of other programs, all referring to a different file type).
    PZ

  • How to read azure storage data using JAVA with REST API

    Hi,
    We have a cloud service in our lab. We have enabled diagnostics
    in cloud services. So WADPerformanceCounterTable was created in storage account. Now , We want to read the WADPerformanceTable using
    JAVA with REST API. Is there any way to collect these details. please give me any
    sample code to connect azure storage using table service REST API.
    Thanks & Regards
    Rathidevi

    Hi,
    Please have a look at this article:
    https://convective.wordpress.com/2010/08/18/examples-of-the-windows-azure-storage-services-rest-api/, it demonstrate how to use table service Rest API, it also give us the code, hope this helps. Of course, the
    MSDN article could also help us coding.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Has anyone used gcc47 with Xcode?

    So I am installing gcc47 with MacPorts on my Powermac G5 running Leopard. I was wondering if anyone here has had any experience using an updated version of gcc with Xcode? I haven't used Xcode before, I have mainly been using emacs from the terminal in one tab, with another tab for compiling and testing. I want to try out Xcode, but I have run into problems using the version of gcc it comes with (4.0.1) for compiling the GMP library. I have Xcode 3.1 installed. I was wondering if anyone knows if I can set up Xcode to build using the newer version of gcc i'm installing via macports?

    In theory, you can change the handler for specific file extensions to use your own compiler. In practice, it is much easier to just use makefile-based projects.

  • Noise using earbuds with Pixi

    I'm trying to figure out if there is a problem with my Pixi or if this is normal behaviour:
         I have had my Pixi for about a month and recently I've started using it as a video and music device.  The problem is, when I use earbuds with my Pixi, there is a lot of noise coming through them.   I can hear the headphone jack turn on because it goes from completely silent to very noisey.  If I turn the volume all the way down while I'm listening to music, I can still here the noise and when I put the volume at 'one' there is even more background noise accompanying my music. 
         The noise does not keep getting louder as I turn the volume higher and higher.  Eventually it is drowned out by the music.  But I like to listen to my music very quietly since I work in a quiet environment, and I would like to be able to keep it on 'one' or 'two.'
         I've tried three different headsets and they all have this background noise coming through, but I don't know if every pixi has this problem with music at low volumes or if mine needs to be repaired.  I would love to hear comments, experience, and advice about what to do to solve this problem.
    Thanks.
    Post relates to: Pixi p120eww (Sprint)

    Nope, not just you.  I've now heard it on two Pixis--second was a replacement from Amazon that apparently didn't solve my problem with echoing on the phone.

Maybe you are looking for

  • ITunes does not show up on apple tv 1st gen.

    i have a 1st gen apple tv with the 160 gig HD. recently, it will not show the itunes site. Under teh movies tab there are my movies and trailers and that's it. Does anyone know how to get the itunes store back on apple tv?

  • Multiple MIDI Command Playlists

    I'm looking to control my guitar effects, audio back tracks, and eventually lights with logic pro. I've seen how to write midi data and automate it, but that is just for one song. How would I have access to multiple files/songs of midi automation in

  • Selection screen to short

    Hi all, When I try to activate report I'm getting error that it's imposible to create screen. It looks like this SELECTION-SCREEN BEGIN OF BLOCK   PARAMETER  pa_flo_9 TYPE data_type.   SELECTION-SCREEN PUSHBUTTON 70(10) flo_9 USER-COMMAND FLO_9. SELE

  • Strange battery behaviour

    Hello, My daughters iBook G4 (1,07Ghz, 512MB, 60GB, combo drive) has started acting pretty weird lately. Battery meter in menu bar reports 95% capacity, but moves nowhere although the charger is plugged in. Battery information from System profiler re

  • Java Process consumes my CPU - Why??

    I'm confused. I have an application where you click a button and a thread is created which loads a web page and extracts some information from it. I've posted the code below. However, after I click my button, my system practically locks up while this