Application Java porting to webworks?

Hello

We can port java app Blackberry webworks?

BlackBerry 10 platform will support the following execution environments:

  • HTML5 + WebWorks
  • Native C/C++
  • Runtime Android
  • Adobe AIR

It will not support J2ME, then existing Java applications created for BlackBerry OS 4.x - 7 should be brought to one of the above supported runtimes.

Tags: BlackBerry Developers

Similar Questions

  • creating applications with service headless webworks

    I created an application with some headless webworks by following this tutorial:

    https://developer.BlackBerry.com/HTML5/documentation/v2_1/creating_a_ww_app_with_headless_app.html

    but after having imported the native extension (service without head) in momentics IDE. When I tried to build the project, I got this error:

    No rule for target "device-Debug".  Stop.

    just for the record, when I try to create a new extention webworks, everything is ok and I can build my extension. However, I can build the project imported native extension Webworks.

    Is there something I missed upward?

    No it's not something that you screwed up - it is a bug in the SDK. The Makefile that comes with the SDK is removed somehow so you can not build the native part.

    The WebWorks team is already is studying and working on a fix for it.

    Meanwhile, Don Turner provided a work around in the comments on this tutorial page.

  • Force OS x to open the application Java using Fusion?

    I have an application Java (.jnlp extension) that constantly crashes on OS X, regardless of the version of Java, local network or running on the internet, all I can think about... It crashes on very specific actions.

    However the application will run fine on windows and works great on windows emulated by merger.  Problem 95% solved.

    I would like to mark this file type to open in fusion.  Always.

    When I right click on the .jnlp file I see the option open with the OS X Java.  How can I navigate to VMware / Fusion / Windows of Java version?  I can browse and select always 'open with Fusion' but this isn't the right solution.  I need to see the Java application in windows?

    There must be a way to do what I don't see.

    Thank you.

    Hello

    You need only to enable it here. The dialog box you're talking about... I don't know what this is supposed to add except confusion.

    Then in the Finder, you can click on the file you want to open, use open with and other things that it offers is the registered file type.

    For example, in the screenshot below, I have selected a file named "Downloaden.zip" in the Finder and then choose open with.

    On my end, it took about 5 minutes before the option 'Open with' showed for the first time after activating the Merge option.

    Of course, once turned on, it shows very quickly.

    There is also a help in merging topic, type 'Open with' in the help-> Search menu.

    --

    Wil

  • The PLSQL since Application Java procedure call

    Hi all
    I have a PLSQL procedure that I'm calling from a Java Application. When I call this procedure from an SQL Editor, I can pass in the parameters and the procedure executes successfully (which is inserts records in a table).
    However, exactly the same procedure when it is called from an application Java does not seem to return the appropriate results, which is to insert rows in a table.
    Am I missing?
    Is someone can you please advise me if I have to do something else as well for the PLSQL call work via Java.

    Thank you
    FM

    >
    I have a PLSQL procedure that I'm calling from a Java Application. When I call this procedure from an SQL Editor, I can pass in the parameters and the procedure executes successfully (which is inserts records in a table).
    However, exactly the same procedure when it is called from an application Java does not seem to return the appropriate results, which is to insert rows in a table.
    Am I missing?
    Is someone can you please advise me if I have to do something else as well for the PLSQL call work via Java.
    >
    Wrong forum!

    You need this post in the JDBC forum
    https://forums.Oracle.com/forums/category.jspa?categoryID=288

    Either the procedure works correctly, or it does not; Java has NOTHING to do with it (unless it is written in Java).

    If this does not work, then fix it.

    If it works correctly then any problem you are having is due to your Java code and/or how the code calls the procedure.

    Mark this question ANSWER and repost in the JDBC forum. When you post, provide:

    1. your 4 digit Oracle version
    2. your client OS and version.
    3. the full JDK version
    4. the name and the version of the jar file OJDBC that you use
    5. the Java code that watch/product problem
    6. the procedure signature indicating the names and types of the parameters

  • Existing port BB10 Webworks ask BBOS 6 and above devices

    Hi all

    Please guide me the easy steps to port my app BB10 BBOS 6 and above.

    My applications BB10 has features such as WCF service calls, Parsing XMl and JSON localstorage using format.

    and my file config.xml looks like at

    http://www.BlackBerry.com/ns/widgets"version ="0.9.1.25"rim: header =" "RIM-Widget: RIM / widget" xmlns =""http://www.w3.org/ns/widgets " id ="sow">"
      DIABATE
      LS
      https://github.com/tneil "> MMAD"
     
     
     
     


     
     
     
     
     
     
     
     
     
     


       
     


        
        
        
        
        
     


     
     
     
     
        
        <>ermissions >
            <>Ermit > access_sharedermit >
            <>Ermit > bbm_connectermit >
        <>Ermit > connectionermit >
        <>Ermit > access_pimdomain_calendarsermit >
        ermissions >

    Note:

    (1) is THAT BBOS supports all of these features of the config I am uisng for BB10? If not then how to make it compatible with BBOS

    (2) how much of the business logic and .css changes I need to do

    (3) what will be the structure of the application of the Image etc...

    There is no direct way to just "convert" an app, although there are some things you can do to facilitate the process.

    For example, if simply package you your config.xml into a ZIP file and try to package it with BlackBerry WebWorks 2.3.1.5, package manager will alert you to any function (more precisely the features that do not exist in this version of the SDK WebWorks.)

    For example, try to wrap your config.xml I received:

    [ERROR]         Feature cannot be found in any extension(blackberry.ui.toast)
    [ERROR]         Feature cannot be found in any extension(blackberry.pim.calendar)
    

    Note that the package only will talk one at a time, so there may be additional features that should be deleted.

    For all the features that do not exist, it is best to check the BBOS API documentation to see if there is no official API to replace the functionality:

    https://developer.BlackBerry.com/BBOS/HTML5/

    If not, you can check the existing API to the Community (or create your own native extension) for the functional gaps:

    https://github.com/BlackBerry/WebWorks-community-APIs/tree/master/Smartphone

    If a specific feature cannot be found and there is no extension that you offer this feature, you simply be removed from the application.

    In addition, for any element of config.xml, it is best to check these exist against the documentation here:

    https://developer.BlackBerry.com/BBOS/HTML5/documentation/config_doc_elements.html

    There are also differences in function to keep in mind. For example, in BB10, we rely on the webworksready (1.0) and deviceready (2.0) of the events, so that those who are not applicable to the BBOS.

    Finally, the HTML5 support in 6.0 and 7.0 has been much better than in 5.0, but certainly BlackBerry 10 supports much more than previous versions of BBOS. Basically, for generic elements HTML5 and JavaScript, you should not see a whole lot of questions. But if you use more complicated API (IndexedDB, etc.) it is certainly useful to check the compatibility reference to get an idea of what can/cannot be used.

    https://developer.BlackBerry.com/BBOS/HTML5/documentation/web_references_1986046.html

    Without seeing the application, the amount of business logic and CSS that should be changed depends really. If you use something like BBUI, it is created for fits rather well at BBOS. If you use custom implementations, then he will really vary the complexity.

    The structure of the file remains the same, you still have your config.xml file to the root and your HTML code, images, etc. as of the sisters or contained in subfolders.

  • Since the recent upgrade, I don't see any of my projects in Shutterfly. Their customer support says that it may be the problem with the application Java and Adobe Flash Player

    See above - there known problems with these applications?

    Your player (if any) Java is not indicated clearly in your list of plugins, and your FlashDrive is several versions behind. If Apple has a site update, you can check that first. Mozilla site is here: http://www.mozilla.org/plugincheck/

  • Can't stand z10 BlackBerry applications JAVA MIDP 2.1?

    Hello

    I would like to know whether or not the new Z10 BlackBerry device supports JAVA MIDP applications.

    When I checked GSM ARENA for the specification of phone, I could see that it supports JAVA MIDP 2.1 apps. I need to confirm, because I am also a developer of BlackBerry by profession. So this might help me to develop applications in JAVA - programming language that I like the most.

    Any information on this matter is highly appreciated.

    Thank you much in advance.

    Brahim Salim

    the Z10 does not support java applications.

    with the exception of android applications that can be run in a runtime (but have not access to many API).

    I moved to + native waterfalls, so big c ++, made a little easier by Qt, which is much more similar to java by structure. It took me about 2-3 months to get productive with it (while developing java applications, it is so much shorter if you invest more time).

  • Users of VPN cannot connect using application using port 3404

    VPN users are connecting using vpn tunnel to destination of a pix 515e however, they are unable to use the connection on port 3404 application. He used to work, or so I was told, but it no longer works. What I am doing wrong? Please notify. Here is the config:

    IP 192.168.0.3 - dealer 192.168.0.5 pool room

    IP pool local DYNAusers 192.168.1.2 - 192.168.1.20

    IP pool local DYNAusers2 192.168.1.21 - 192.168.1.254

    vpngroup address pool DYNAusers PCPVPN01

    vpngroup 192.168.x.x wins server PCPVPN01

    vpngroup PCPVPN01 DYNAsplit of split tunnel

    vpngroup idle 1800 PCPVPN01-time

    vpngroup password PCPVPN01

    vpngroup address pool DYNAusers WELLVPN01

    vpngroup 192.168.x.x wins server WELLVPN01

    vpngroup WELLVPN01 DYNAsplit of split tunnel

    vpngroup idle 1800 WELLVPN01-time

    vpngroup password WELLVPN01

    vpngroup address pool DYNAusers2 SRVCVPN01

    vpngroup 192.168.x.x wins server SRVCVPN01

    vpngroup SRVCVPN01 DYNAsplit of split tunnel

    vpngroup idle 1800 SRVCVPN01-time

    vpngroup password SRVCVPN01

    permit 192.168.1.0 ip access list DYNAsplit 255.255.255.0 192.168.0.0 255.255.25

    5.0

    permit access ip 192.168.0.0 list DYNAsplit 255.255.255.0 192.168.1.0 255.255.25

    5.0

    DYNAsplit list of allowed access host ip 209.42.50.82 192.168.1.0 255.255.255.0

    DYNAsplit ip access list allow any 192.168.0.0 255.255.255.0

    access-list DYNAacl 60 allowed ip 192.168.1.0 255.255.255.0 192.168.0.0 255.255.255.0

    Permitted connection ipsec sysopt

    Answer sheet crypto ipsec transform-set esp-3des esp-md5-hmac Dynamics

    Crypto ipsec transform-set esp-3des esp-sha-hmac To_NHP

    Crypto-map dynamic DYNAmap 30 game of transformation-dynaset

    card crypto VPNtunnels 30-isakmp dynamic ipsec DYNAmap

    map VPNtunnels 40 ipsec-isakmp crypto

    crypto VPNtunnels 40 card matches the address 150

    card crypto VPNtunnels 40 set peer 70.151.5.114

    card crypto VPNtunnels 40 the transform-set To_NHP value

    card crypto vpntunnels 40 the duration value of security-association seconds 3600 KB

    s 4608000

    VPNtunnels interface card crypto outside

    partner-30 map ipsec-isakmp crypto

    ! Incomplete

    ISAKMP allows outside

    ISAKMP key address

    subnet mask 255.255.255.255

    ISAKMP nat-traversal 20

    part of pre authentication ISAKMP policy 30

    ISAKMP policy 30 3des encryption

    ISAKMP policy 30 md5 hash

    30 2 ISAKMP policy group

    ISAKMP duration strategy of life 30 86400

    part of pre authentication ISAKMP policy 40

    ISAKMP policy 40 3des encryption

    ISAKMP policy 40 sha hash

    40 2 ISAKMP policy group

    ISAKMP duration strategy of life 40 86400

    Hello

    It is good to hear that the problem has been resolved. Please note do you have for the job?

  • Application Twitter open since Application Java

    Hi guys

    Quick question that I couldn't find the answer to a search:

    It is possible to:

    (1) open the Twitter application with a link of my Java application?

    (2) open the Twitter app to a specific profile page, with a link to my Java application?

    See you soon!

    Jim

    (1) you can open any application using applicationmanager.
    (2) No, not that I know

  • Target application Java - most common BB?

    Hi all!

    I need to create a Java BB app, and I'm kind of a newbie... First of all, I choose the BB JDE I use, so that the application is compatible with the most used of the BBs I googled for several hours now, and I've not found anything useful. You more experienced guys might help me decide what is the best JDE to use?

    Thank you!

    We use 4.2.1 as a base. until you target the storm (needs a few adjustments and 4.7 build) it is a very good starting point.
    If you need features that are available to only higher OS versions (as indicators of enforcement, wifi etc. coverage listener) go.

    for almost all devices currently in service has 4.5 + OS is available - but many customers do not have the latest OS on their devices, for some reason any.
    I've never met a significant need to downgrade to 4.2.1.
    statistics may be available in the program of the alliance, did not however any practice.

  • impact of the second leap 2015 to Application Java on Oracle in AIX

    Hello:

    I would like to get advice more communities DBA for the "second leap in the year 2015 problem" for Java application on the 11.2.0.4 to the AIX operating system oracle database.  Our explicit questions are commissioned in Java application:

    1. any impact to Java time back and comparison?

    2. no impact in objects API JDBC timestamp?

    So we should close application when the time approaches midnight, June 30, 2015 (for example: after 23:30 to June 30)?

    Should we rebounce all application servers?

    Or any code change must be made in any class of the Java API?

    Or, no need for any action?

    We have collected a SR of survey-3 for oracle support, they have not confirmed any need for action of RDBMS Oracle, quick to answer me on the impact to the question of Java.  Here is the link for 'Java API for Date class' to the Oracle's Web site:

    https://docs.oracle.com/javase/8/docs/api/java/util/Date.html

    Someone at - it interest giving me advice?  Thank you very much!

    Well Yes, probably

    but I guess that's a lot of work to put in place

    and all this work will be to see what happens if something changes in this second 2 window...

    I outweigh the cost against the risk

    the risk being a transaction or a process that can potentially fail which explicitly check/use long?

    > the cost... depends on how many people next to you will work on this

    the work and the cost of this work really deserve the conclusions you might be able to do?

  • Error when you try to deploy ADF application Java Cloud Service - SaaS Extension

    Hello guys,.

    I am trying to deploy a simple application of ADF in 'Oracle Java Cloud Service - SaaS Extension' and I'll always have the below error

    Work turns to failure to step to "Deploy the Application":

    Job_Status_Pic.png

    Someone already had this error?

    Thanks in advance

    SID

    2014-12-10 11:06:20 PST: start action "deploy the Application.

    2014-12-10 11:06:20 PST: deploy Application started

    2014-12-10 11:06:28 PST: weblogic.application.ModuleException: weblogic.application.ModuleException:

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1531)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:488)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:671)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)

    at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:44)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:573)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:327)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)

    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)

    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)

    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)

    in weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 100 (DeploymentReceiverCallbackDeliverer.java:13)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 2.run(DeploymentReceiverCallbackDeliverer.java:68)

    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Caused by: java.security.AccessControlException: access denied ("java.net.NetPermission" "specifyStreamHandler")

    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:372)

    at java.security.AccessController.checkPermission(AccessController.java:559)

    at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)

    at java.net.URL.checkSpecifyHandler(URL.java:649)

    at java.net.URL. < init > (URL.java:373)

    at weblogic.application.io.MergedDescriptorFinder.getSource(MergedDescriptorFinder.java:46)

    at weblogic.application.io.DescriptorFinder.getSource(DescriptorFinder.java:44)

    at weblogic.utils.classloaders.MultiClassFinder.getSource(MultiClassFinder.java:67)

    at weblogic.application.utils.CompositeWebAppFinder.getSource(CompositeWebAppFinder.java:71)

    to weblogic.servlet.internal.War$ ResourceFinder.getSource (War.java:1213)

    to weblogic.servlet.internal.War$ ResourceFinder.getSource (War.java:1203)

    at weblogic.servlet.internal.War.getResourceAsSource(War.java:512)

    at weblogic.servlet.internal.WebAppServletContext.getResourceAsSource(WebAppServletContext.java:3436)

    at weblogic.servlet.internal.WebAppServletContext.getResourceAsSource(WebAppServletContext.java:3427)

    at weblogic.servlet.internal.WebAppServletContext.getResourceAsStream(WebAppServletContext.java:872)

    to com.sun.faces.config.ConfigureListener$ WebXmlProcessor.scanForFacesServlet (ConfigureListener.java:805)

    to com.sun.faces.config.ConfigureListener$ WebXmlProcessor. < init > (ConfigureListener.java:768)

    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:178)

    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:481)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1871)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3173)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1529)

    2014-12-10 11:06:28 PST: State action WL: failure

    2014-12-10 11:06:28 PST: Action FAILED with State action WL: failure

    2014-12-10 11:06:28 PST: check the server log of your cloud service Java for more information about the failure.

    2014-12-10 11:06:28 PST: Application Deployment failed.

    2014-12-10 11:06:28 PST: 'Deploy the Application' complete: FAILED status

    
    

    I don't think that you would be able to update the library in the 'SaaS Extension' of JCS version and the version of JDeveloper using must be 11.1.1.7.1. He has however separated 'Service of Cloud Computing Java' that gives you complete control over the WLS...

    --

    Jani Rautiainen

    Relationship with the developers of Applications in fusion

    https://blogs.Oracle.com/fadevrel/

  • Scheduler quartz 1.6 does not work after migration application Java of 10g and 11g

    I used the Task Scheduler quartz 1.6 with Java application built in technology from 10g to Oracle using Jdeveloper 10 g as IDE.

    The application works fine with the mentioned technology. But after the migration of the application of technology 11g quartz scheduler does not work anymore. The Weblogic Server allows you to deploy this technology migrated is Weblogic server 10.3

    Finally, the issue is resolved.

    The problem is resolved after you delete the following jar files in my view-controller project: Api .jar-Trinity and the Trinity - impl.jar

  • Problem with running/debugging applications java jvm 64-bit ander with JDeveloper

    I develop an application that works with very large volumes of data and I need to allocate more than 4 GB for heap space. I have windows XP x 64 and 64-bit, bat JDeveloper jvm does not work with the 64-bit jvm. How can I launch my java on 64-bit with JDeveloper jvm?

    If you want to use a 64-bit jdk, it's simple

    1 make sure you have a jdk installed 64-bit
    2. download installation generic jdev 11.1.1.4. 11.1.1.4 is the first version to support a 64-bit on windows jdk
    3. install jdev, ensuring that you are using the 64-bit jdk

    John

  • exception to the application java host card

    Dear Sir, I am writing a host of java card application. So far I did that a user can enter a PIN by GUI and checks himself. But suddenly my application is started to be thrown an exception:
    Exception in thread "AWT-EventQueue-0" java.lang.StackOverflowError
         at sun.awt.SunToolkit.getSystemEventQueueImplPP(SunToolkit.java:1090)
         at sun.awt.SunToolkit.getSystemEventQueueImplPP(SunToolkit.java:1086)
         at sun.awt.SunToolkit.getSystemEventQueueImpl(SunToolkit.java:1081)
         at java.awt.Toolkit.getEventQueue(Toolkit.java:1678)
         at java.awt.EventQueue.isDispatchThread(EventQueue.java:807)
         at javax.swing.SwingUtilities.isEventDispatchThread(SwingUtilities.java:1336)
         at javax.swing.JComponent.revalidate(JComponent.java:4768)
         at javax.swing.plaf.basic.BasicComboBoxUI$Handler.contentsChanged(BasicComboBoxUI.java:1746)
         at javax.swing.plaf.basic.BasicComboBoxUI$Handler.intervalRemoved(BasicComboBoxUI.java:1765)
         at javax.swing.AbstractListModel.fireIntervalRemoved(AbstractListModel.java:161)
         at javax.swing.DefaultComboBoxModel.removeAllElements(DefaultComboBoxModel.java:169)
         at javax.swing.JComboBox.removeAllItems(JComboBox.java:753)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:387)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1264)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
         at javax.swing.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel.java:88)
         at javax.swing.DefaultComboBoxModel.addElement(DefaultComboBoxModel.java:126)
         at javax.swing.JComboBox.addItem(JComboBox.java:698)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:390)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1255)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.JComboBox.intervalRemoved(JComboBox.java:1333)
         at javax.swing.AbstractListModel.fireIntervalRemoved(AbstractListModel.java:161)
         at javax.swing.DefaultComboBoxModel.removeAllElements(DefaultComboBoxModel.java:169)
         at javax.swing.JComboBox.removeAllItems(JComboBox.java:753)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:387)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1264)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
         at javax.swing.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel.java:88)
         at javax.swing.DefaultComboBoxModel.addElement(DefaultComboBoxModel.java:126)
         at javax.swing.JComboBox.addItem(JComboBox.java:698)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:390)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1255)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.JComboBox.intervalRemoved(JComboBox.java:1333)
         at javax.swing.AbstractListModel.fireIntervalRemoved(AbstractListModel.java:161)
         at javax.swing.DefaultComboBoxModel.removeAllElements(DefaultComboBoxModel.java:169)
         at javax.swing.JComboBox.removeAllItems(JComboBox.java:753)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:387)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1264)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
         at javax.swing.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel.java:88)
         at javax.swing.DefaultComboBoxModel.addElement(DefaultComboBoxModel.java:126)
         at javax.swing.JComboBox.addItem(JComboBox.java:698)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:390)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1255)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.JComboBox.intervalRemoved(JComboBox.java:1333)
         at javax.swing.AbstractListModel.fireIntervalRemoved(AbstractListModel.java:161)
         at javax.swing.DefaultComboBoxModel.removeAllElements(DefaultComboBoxModel.java:169)
         at javax.swing.JComboBox.removeAllItems(JComboBox.java:753)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:387)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1264)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
         at javax.swing.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel.java:88)
         at javax.swing.DefaultComboBoxModel.addElement(DefaultComboBoxModel.java:126)
         at javax.swing.JComboBox.addItem(JComboBox.java:698)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:390)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1255)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.JComboBox.intervalRemoved(JComboBox.java:1333)
         at javax.swing.AbstractListModel.fireIntervalRemoved(AbstractListModel.java:161)
         at javax.swing.DefaultComboBoxModel.removeAllElements(DefaultComboBoxModel.java:169)
         at javax.swing.JComboBox.removeAllItems(JComboBox.java:753)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:387)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1264)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
         at javax.swing.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel.java:88)
         at javax.swing.DefaultComboBoxModel.addElement(DefaultComboBoxModel.java:126)
         at javax.swing.JComboBox.addItem(JComboBox.java:698)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:390)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1255)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.JComboBox.intervalRemoved(JComboBox.java:1333)
         at javax.swing.AbstractListModel.fireIntervalRemoved(AbstractListModel.java:161)
         at javax.swing.DefaultComboBoxModel.removeAllElements(DefaultComboBoxModel.java:169)
         at javax.swing.JComboBox.removeAllItems(JComboBox.java:753)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:387)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1264)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
         at javax.swing.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel.java:88)
         at javax.swing.DefaultComboBoxModel.addElement(DefaultComboBoxModel.java:126)
         at javax.swing.JComboBox.addItem(JComboBox.java:698)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:390)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1255)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.JComboBox.intervalRemoved(JComboBox.java:1333)
         at javax.swing.AbstractListModel.fireIntervalRemoved(AbstractListModel.java:161)
         at javax.swing.DefaultComboBoxModel.removeAllElements(DefaultComboBoxModel.java:169)
         at javax.swing.JComboBox.removeAllItems(JComboBox.java:753)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:387)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1264)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
         at javax.swing.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel.java:88)
         at javax.swing.DefaultComboBoxModel.addElement(DefaultComboBoxModel.java:126)
         at javax.swing.JComboBox.addItem(JComboBox.java:698)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:390)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1255)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.JComboBox.intervalRemoved(JComboBox.java:1333)
         at javax.swing.AbstractListModel.fireIntervalRemoved(AbstractListModel.java:161)
         at javax.swing.DefaultComboBoxModel.removeAllElements(DefaultComboBoxModel.java:169)
         at javax.swing.JComboBox.removeAllItems(JComboBox.java:753)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:387)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1264)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
         at javax.swing.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel.java:88)
         at javax.swing.DefaultComboBoxModel.addElement(DefaultComboBoxModel.java:126)
         at javax.swing.JComboBox.addItem(JComboBox.java:698)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:390)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1255)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.JComboBox.intervalRemoved(JComboBox.java:1333)
         at javax.swing.AbstractListModel.fireIntervalRemoved(AbstractListModel.java:161)
         at javax.swing.DefaultComboBoxModel.removeAllElements(DefaultComboBoxModel.java:169)
         at javax.swing.JComboBox.removeAllItems(JComboBox.java:753)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:387)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1264)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
         at javax.swing.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel.java:88)
         at javax.swing.DefaultComboBoxModel.addElement(DefaultComboBoxModel.java:126)
         at javax.swing.JComboBox.addItem(JComboBox.java:698)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:390)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1255)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.JComboBox.intervalRemoved(JComboBox.java:1333)
         at javax.swing.AbstractListModel.fireIntervalRemoved(AbstractListModel.java:161)
         at javax.swing.DefaultComboBoxModel.removeAllElements(DefaultComboBoxModel.java:169)
         at javax.swing.JComboBox.removeAllItems(JComboBox.java:753)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:387)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1264)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
         at javax.swing.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel.java:88)
         at javax.swing.DefaultComboBoxModel.addElement(DefaultComboBoxModel.java:126)
         at javax.swing.JComboBox.addItem(JComboBox.java:698)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:390)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1255)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.JComboBox.intervalRemoved(JComboBox.java:1333)
         at javax.swing.AbstractListModel.fireIntervalRemoved(AbstractListModel.java:161)
         at javax.swing.DefaultComboBoxModel.removeAllElements(DefaultComboBoxModel.java:169)
         at javax.swing.JComboBox.removeAllItems(JComboBox.java:753)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:387)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1264)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
         at javax.swing.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel.java:88)
         at javax.swing.DefaultComboBoxModel.addElement(DefaultComboBoxModel.java:126)
         at javax.swing.JComboBox.addItem(JComboBox.java:698)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:390)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1255)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.JComboBox.intervalRemoved(JComboBox.java:1333)
         at javax.swing.AbstractListModel.fireIntervalRemoved(AbstractListModel.java:161)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1255)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.JComboBox.intervalRemoved(JComboBox.java:1333)
         at javax.swing.AbstractListModel.fireIntervalRemoved(AbstractListModel.java:161)
         at javax.swing.DefaultComboBoxModel.removeAllElements(DefaultComboBoxModel.java:169)
         at javax.swing.JComboBox.removeAllItems(JComboBox.java:753)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:387)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1264)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.AbstractListModel.fireContentsChanged(AbstractListModel.java:100)
         at javax.swing.DefaultComboBoxModel.setSelectedItem(DefaultComboBoxModel.java:88)
         at javax.swing.DefaultComboBoxModel.addElement(DefaultComboBoxModel.java:126)
         at javax.swing.JComboBox.addItem(JComboBox.java:698)
         at evoting.host.app.SmartCardHostApp.getTerminals(SmartCardHostApp.java:390)
         at evoting.host.app.SmartCardHostApp.terminalListActionPerformed(SmartCardHostApp.java:714)
         at evoting.host.app.SmartCardHostApp.access$0(SmartCardHostApp.java:712)
         at evoting.host.app.SmartCardHostApp$1.itemStateChanged(SmartCardHostApp.java:144)
         at javax.swing.JComboBox.fireItemStateChanged(JComboBox.java:1207)
         at javax.swing.JComboBox.selectedItemChanged(JComboBox.java:1255)
         at javax.swing.JComboBox.contentsChanged(JComboBox.java:1311)
         at javax.swing.JComboBox.intervalRemoved(JComboBox.java:1333)
         at javax.swing.AbstractListModel.fireIntervalRemoved(AbstractListModel.java:161)
         at javax.swing.DefaultComboBoxModel.removeAllElements(DefaultComboBoxModel.java:169)
         at javax.swing.JComboBox.removeAllItems(JComboBox.java:753)
    but when I run the program without the card chip computer application runs. I tried it but not able to get a solution...

    I guess this is part of the code that fills a fall to the bottom of your Swing application that has a list of terminals for cards in there?

    Whenever you add a terminal to your list, it triggers a status change event JComboBox that is in turn you invite you to repopulate the list that triggers a status change event JComboBox which is in turn asking you to repopulate the list that triggers a state change event... as you can see you are stuck in a recursive loop and eventually you are running out of stack space. You can set your event to your drop-down list box handling so it does not trigger an update whenever you change. Or that the event does not call the code that fired the event.

    See you soon,.
    Shane

Maybe you are looking for

  • Search option does not. Then appears the watch "is not responding.

    Hello all. From the Start button, I've always been able to type anything in the box search and find an answer. I usually clean my read-ahead this way. For the last days of the trial, the research program opens again when you type whatever it is, clic

  • WiFi turns off to physical stimulation

    Hey community,. I have a R400, model 7440DK5 who served me very well on almost 3 years at this point. However in the last month or so he had a very specific problem: wifi turns off when the laptop gets a physical stimulus, for example if I pick it up

  • Green squares of Messenger live on webcam

    Hi, I use Windows Live Messenger 14.0.8117.416 and I can't use my webcam because green squares are blocking the image. Here is a screenshot. When I go to Setup audio and video, it seems fine, the problem does occur when I choose to make a video call.

  • PRINT LIGHT SCRIBE

    How to access the print Light Scribe feature? The DVD loaded but do not know how to proceed.

  • HP PHOTOSMART M425-PHOTOSMART ESSENTIAL-WINDOWS 8.1

    I have a HP Photosmart M425 camera.When I had Windows XP, I used the PHOTOSMART ESSENTIAL software and I was able to download the audio recorded in photographs.Now, with Windows 8.1, I can no longer use PHOTOSMART ESSENTIAL.How can I do?Thank you.