Key file adds to project errors in Eclipse

Hello.

I created a key file for my library Let's say ACME.key, I have added to the project, but when I double click on this following error message appears:

"ACME.key is not the key to this project file list!

I use Eclipse (3.4.2), JDE 4.6 with v plugin 1.0.0.67

What I am doing wrong?

Ok

I thought about it, this file must be in the package of the CBC, and then double click works.

Tags: BlackBerry Developers

Similar Questions

  • Error signature: "could not find the signature key file: author.p12.

    I'm trying to configure PhoneGap development HTML5, but get a strange error message.

    Author.p12, barsigner.csk, and barsigner.db files are placed under C:\Users\[user]\AppData\Local\Research on the move, as explained in https://developer.blackberry.com/html5/documentation/signing_setup_bb10_apps_2008396_11.html

    I can sign with Momentics and stunts without problem.

    I followed the Start Guide for BlackBerry:

    http://docs.PhoneGap.com/en/2.5.0/guide_getting-started_blackberry_index.MD.html#getting%20Started%2...

    I entered qnx.bbwp.dir, qnx.sigtool.password, qnx.device.ip, qnx.device.password, and qnx.device.pin files of the sample project.properties project.

    But when I type ant qnx load-device at the command line, I always get an error message indicating that the file author.p12 is not found. Do I have to copy the files from signing anywhere else? Where he seeks for them?

    qnx:
    
    load-device:
    
    generate-cod-name:
         [echo] Generated name: cordovaExample.bar
    
    clean:
       [delete] Deleting directory D:\projects\phonegap\bb10\example\build
    
    package-app:
        [mkdir] Created dir: D:\projects\phonegap\bb10\example\build\widget
         [copy] Copying 25 files to D:\projects\phonegap\bb10\example\build\widget
         [copy] Copying 3 files to D:\Program Files\Research In Motion\BlackBerry 10 WebWorks SDK 1.0.4.11\Framework\ext
          [zip] Building zip: D:\projects\phonegap\bb10\example\build\cordovaExample.zip
    
    load-device:
         [exec]
         [exec] D:\projects\phonegap\bb10\example>"D:\Program Files\Research In Motion\BlackBerry 10 WebWorks SDK 1.0.4.11\third_party\node\windows\node.exe" "D:\Program Files\Research In Motion\BlackBerry 10 WebWorks SDK 1.0.4.11\lib\bbwp.js" D:\projects\phonegap\bb10\example\build\cordovaExample.zip -g [signing-password] -o D:\projects\phonegap\bb10\example\build -b 22 --loglevel error
         [exec] [BUILD]   Populating application source
         [exec] [BUILD]   Parsing config.xml
         [exec] [ERROR]   Cannot sign application - failed to find signing key file: author.p12
         [exec] Error: File does not exist or not a file or cannot read: D:\projects\phonegap\bb10\example\build\device\cordovaExample.bar
    

    I finally got it to work!

    With Windows process monitor, I was able to find out where he was really looking for the key signature files.

    Turns out it was looking for them on the remote network drive, although HOMEPATH is simply pointing to ' / '.

    I have now copied the three files to a new folder \\server\share\username\AppData\Local\Research in Motion\. For me, which did the trick.

  • Dummy question: add several files to the project to JDE

    Hello

    I try to use JDE (standard single application, not the eclipse plugins).

    I try to search through all the menu of this software and I can't find a way to add many source files in a project. I can only add a single file each time with "add a file to the project feature.

    I create a project in Eclipse plugin with a large amout of source file, and I want to import in to the JDE environment (for testing with the component pack 4.2).

    Is there a good way to do that than to add a single file to add the file to the project feature?

    Thank you

    You can copy the jdp (project) of your plug-in in eclipse. Open it in a text editor (notepad ++ for example) and change the paths for source files, if necessary.

  • I just remdered and recorded an intro I would like to use for all my projects, it is saved in a (* perl) file and is the only option to save in this format.  "When I try to open this file and start a new project using tha the intro file, I get an error.

    I just made and recorded an intro I would like to use for all my projects, it is saved in a (* perl) file and is the only option to save in this format.  When I try to open this file and start a new project using tha the intro file, I get an error "the file is not a supported file or codex is not installed.  How can that be, I made the file using this program and he does'nt recognize files it creates?  Please advise... Thanks /.

    grethell

    What version of Premiere Elements you are using and on what computer operating system is running?

    You cannot import a project file (.prel) in another.

    For now, generalize choice

    a. export your Timeline (your intro) content to a file saved on the hard drive of the computer. And then import that

    file in new projects by using the new project add Media/files and folders. See publish + Share/computer/and the other

    choices here to generate this file intro for later use in other projects.

    b. you can set up what is called a dummy projects - this is a project with nothing other than the intro file. And, at all times

    you want to use the intro, you open one of these saved dummy projects and add your media sources.

    A lot of things to discuss. Please fill in some details more and then we can refine the answer for your particular situation.

    Thank you.

    RTA

  • CodeBehind AS library project error 1114 files

    Hi all

    ICH did a search, found people with similar problems, but no concrete solution.

    The problem: in FlashBuilder 4 when creating a new LibraryProject I can't put actionscript code (pure code, no definition of the class, no package) files in separate actionscript that are included in the script of a component. It worked fine in FlexBuilder 3...

    I always find myself with errors like

    1114: the public attribute can only be used inside a package.


    Example Code:

    Definition of CompoNet MXML:

    <?xml version="1.0" encoding="utf-8"?>
    <s:Group xmlns:fx="http://ns.adobe.com/mxml/2009" 
             xmlns:s="library://ns.adobe.com/flex/spark" 
             xmlns:mx="library://ns.adobe.com/flex/mx" width="400" height="300" initialize="onInit(event)">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <fx:Script source="codeBehind/DemoComponent_cb.as"/>
    </s:Group>
    
    

    ActionScript Code for this element in the codeBehind/DemoComponent_cb.as file

    public function onInit(e:Event):void
    {
         trace("initialized");
    }
    

    (no class, no package - just these 4 lines)

    Just trying to add an empty actionscript file to the projects also results in an error:

    A file in a source path must have a definition that is visible from the outside. If a definition in the file is intended to be visible from the outside, please put the definition in a package.

    As already said - it worked well in FlexBuilder 3. Is there a rule FB4 not to separate code mxml in the simple actionscript code files?

    Beeing able to embed Actionscript files with the new include command makes this mistake even more suspicious.

    Is it a bug, a feature, I do something wrong? Any help is appreciated!

    Concerning

    Andi

    Flash Builder 4 has a new option in the project for Flex Library Build Path properties. The option ' include all the...» "by default includes all the MXML files and IN the source path. For your case, you will need to use the old option that requires you to choose files to include. For more details, find sources here include http://help.adobe.com/en_US/Flex/4.0/UsingSDK/WS2db454920e96a9e51e63e3d11c0bf69084-7a80.ht ml.

    Jason San Jose

    Software engineer, Flash Builder

  • Add an external library of the .jar file to cascades project

    Hi people,

    I need to add a .jar file to my project of cascades. I had not gotten any document to use the cascading .jar files.

    Please suggest the addition of a library jar, or if it is not possible which all extensions for external libs is then valid.

    Help, please!

    Kind regards

    Sanjeev

    jar is a java library, and as there is no machine virtual JAVA on the java device cannot be performed.
    a library of c / c ++ would be a .so file.

  • I use upstream, that allowed color spaces are CMYK. When I place a RGB file, preflight reports an error (very good). But when I add the Fx (effect) does not forward flight "Bevel and Emboss", report an error, which is really annoying. How can I fix? I hav

    I use upstream, that allowed color spaces are CMYK. When I place a RGB file, preflight reports an error (very good). But when I add the Fx (effect) does not forward flight "Bevel and Emboss", report an error, which is really annoying. How can I fix? I like to have 'The transparency blend space' on "Document CMYK" and in the preflight profile "Fusion of transparent space" required: "CMYK".

    Interestingly, if I copy and paste your images into a new doc 2 points scored.

    I think that the solution is to assign the CMYK printer profile in the document. In this case, you no longer control upstream for RGB color, because by default it is converted to CMYK space correct on export or print output.

  • When I add .wmv files to a project board only half less on importing video.

    When I add .wmv files to a project board only the bottom half on imports of video and the half top is black.  This is a new issue, and it seems that I have already files .wmv without problems.  All other video files seem to add very well.  Any suggestions?  -Todd

    Please see this message displayed at the top of this forum:

    MicroSoft has released an update for Windows, which poses problems with screens. What follows is of Talbot McInnis, who has been tracking this problem and offers a solution:

    "MS technology MS13-057.  Specifically, on kb2834904 XP and windows 7 kb2803821 is causing a problem

    .

    For us, it happens when the decoding of WMV9 files.  Not all uses of decoding WMV are affected, but I have confirmed that when linking the WMV decode DLL to a sample for RGB32 video grabber, executives are black on top, so that points directly to the internal data of the dll to decode WMV decoding.

    You can uninstall these windows updates to fix your problem. »

    There are several discussions on the issue that this update is initially on the pre and PrPro Forums, so we can get more details. So far, there is not another hotfix of MS or Adobe.

    Also, check out this Adobe Article: http://helpx.adobe.com/premiere-pro/kb/wmv-files-corrupted-import-or.h tml

  • Bought refurbished Compaq computer laptop running XP, get the file extension. DLL error

    DLL of the file Extension error, cannot download the file of repair. The exact file is AdbWinApi.dll and the error failed to locate the States file needs to be reinstalled. When I click on the download feature it goes through the process of running but while the error pops up. Help! HE bought this laptop Compaq re-arranged and do not have the product key or startup disks. When clicking on start, my computer, the error appears again. Even the Control Panel, when I goto Add/Remove Programs, error pops up with a black screen.

    Hello

    You can try to restore the system, try the steps:

    a. Click Start, click programs, accessories principally made, click System Tools and then click System Restore.

    For more information, see the link:

    Steps of troubleshooting for problems when you try to use the System Restore tool in Windows XP

    http://support.Microsoft.com/kb/302796

    Hope this information is useful.

  • Certificate not found string for: RDK. RDK must refer to a valid key file...

    Hello devs

    I build a cordova app for BlackBerry 10 for a client and I wanted to sign the file bar. So in momentics I open the wizard and connected on the customers account to retrieve the bbidtoken.csk, the author.p12 and barsigner.db files. They are automatically placed in ~/Library/Research In Motion, so I guess that's right oke.

    Now when I try to compile a release it gives me the error:

    Error: Certificate chain not found for: RDK.  RDK must reference a valid KeyStore key entry containing a private key and corresponding public key certificate chain.
    

    The strange thing is that if I create a new empty project in momentics and I export it as a release, I have no problem with the signature of the file bar. This error only occurs when I try to sign in via the command line via "cordova build blackberry10 - version" or via the command "blackberry-signatory".

    Any ideas on this issue?

    Thanks in advance!

    Run blackberry-signatory to the command line and look for the version at the top of the output number.  To use a BlackBerry ID token to sign you need version 3.0.9 or higher.  You have an older version in your path, which is looking for the files needed for the previous signature mode (installation of files of the LSB).

  • Unable to connect to the VMware web service: invalid key file

    Hello

    We have a CPO 2.3.1 who refuses to connect to vCenter (see newspaper excerpt at the end of the post).

    Recently, we changed our server vCenter (part of a 5.1 update).

    We tried the following workarounds:

    • Remove and add all the elements of the platform from the portal using services SE
    • Re import automation packs (4 of the Starter Edition v2.3.1.38)
    • Re on the keystore password

    No change at all...

    Do you have an idea on how to fix this?

    Thank you.

    Kind regards

    Stone

    || 235. 02/10/2012 15:46:21.667 | 6072. WCF: http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord ' gravity 'Error' = >http://msdn.microsoft.com/en-US/library/System.ServiceModel.Diagnostics.TraceHandledException.aspxhandling of an exception. . Tidal.Automation.Server.exe Tidal.Scheduler.Common.Communications.CommunicationException, Tidal.Scheduler.Common, Version = 2.3.0.0, Culture = neutral, PublicKeyToken = fba593b23cf207cdthe connection attempt (VMware vCenter Server (603) @VMware vCenter Server (603)) failed due to the following error: unable to connect to the VMware web service: Invalid keystore. to Tidal.Automation.Server.JavaAdapterBase.PerformServerAssistedOperation (ServerAssistedOperation operation, target TargetConfiguration, RuntimeUserConfiguration runtimeUser)

    to Tidal.Automation.Server.JavaAdapterBase.PerformServerAssistedOperation (operation ServerAssistedOperation)

    to Tidal.Automation.Engine.Core.Adapter.SuspendableAdapter. & lt; & gt; c__DisplayClass1c. & lt; PerformServerAssistedOperation & gt; b__1b(IAdapter adapter)

    at Tidal.Automation.Engine.Core.AdapterLifecycleManager.PerformAdapterAction (Guid IDCarte, action AdapterAction, haltingAction Boolean, Int32 remainingRetries)

    at Tidal.Automation.Engine.Core.AdapterLifecycleManager.PerformAdapterAction (Guid IDCarte, action AdapterAction, Boolean haltingAction)

    at Tidal.Automation.Engine.Core.AdapterLifecycleManager.PerformAdapterAction (Guid IDCarte, action AdapterAction)

    to Tidal.Automation.Engine.Core.Adapter.SuspendableAdapter.PerformServerAssistedOperation (operation ServerAssistedOperation)

    to Tidal.Automation.Engine.Core.AdapterSystem.PerformServerAssistedOperation (operation ServerAssistedOperation)

    to Tidal.Automation.Server.WebService.AdapterService.PerformServerAssistedOperation (operation ServerAssistedOperation)

    at SyncInvokePerformServerAssistedOperation (Object, Object [], Object [])

    at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke (object instance, entered to Object [], Object [] & amp; outputs)

    at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin (MessageRpc & amp; CPP)

    at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5 (MessageRpc & amp; CPP)

    at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31 (MessageRpc & amp; CPP)

    at System.ServiceModel.Dispatcher.MessageRpc.Process (Boolean isOperationContextSet)Tidal.Scheduler.Common.Communications.CommunicationException: the connection attempt (VMware vCenter Server (603) @VMware vCenter Server (603)) failed due to the following error: unable to connect to the VMware web service: invalid key file.

    at Tidal.Automation.Server.JavaAdapterBase.PerformServerAssistedOperation (ServerAssistedOperation operation, target TargetConfiguration, RuntimeUserConfiguration runtimeUser)

    to Tidal.Automation.Server.JavaAdapterBase.PerformServerAssistedOperation (operation ServerAssistedOperation)

    to Tidal.Automation.Engine.Core.Adapter.SuspendableAdapter. & lt; & gt; c__DisplayClass1c. & lt; PerformServerAssistedOperation & gt; b__1b(IAdapter adapter)

    at Tidal.Automation.Engine.Core.AdapterLifecycleManager.PerformAdapterAction (Guid IDCarte, action AdapterAction, haltingAction Boolean, Int32 remainingRetries)

    at Tidal.Automation.Engine.Core.AdapterLifecycleManager.PerformAdapterAction (Guid IDCarte, action AdapterAction, Boolean haltingAction)

    at Tidal.Automation.Engine.Core.AdapterLifecycleManager.PerformAdapterAction (Guid IDCarte, action AdapterAction)

    to Tidal.Automation.Engine.Core.Adapter.SuspendableAdapter.PerformServerAssistedOperation (operation ServerAssistedOperation)

    to Tidal.Automation.Engine.Core.AdapterSystem.PerformServerAssistedOperation (operation ServerAssistedOperation)

    to Tidal.Automation.Server.WebService.AdapterService.PerformServerAssistedOperation (operation ServerAssistedOperation)

    at SyncInvokePerformServerAssistedOperation (Object, Object [], Object [])

    at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke (object instance, entered to Object [], Object [] & amp; outputs)

    at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin (MessageRpc & amp; CPP)

    at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5 (MessageRpc & amp; CPP)

    at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31 (MessageRpc & amp; CPP)

    at System.ServiceModel.Dispatcher.MessageRpc.Process (Boolean isOperationContextSet)

    || 236. 02/10/2012 15:46:21.667 | 6072. An exception that is not of type rhapsodyexception has been captured while a webmethod call was made.  This exception has been intercepted and generic.

    || 231: 02/10/2012 15:46:21.667 | 6072. EXCEPTION (Tidal.Scheduler.Common.Communications.CommunicationException): The connection attempt (VMware vCenter Server (603) @VMware vCenter Server (603)) failed due to the following error: unable to connect to the VMware web service: invalid key file.

    Stack trace: at Tidal.Automation.Server.JavaAdapterBase.PerformServerAssistedOperation (ServerAssistedOperation operation, target TargetConfiguration, RuntimeUserConfiguration runtimeUser)

    to Tidal.Automation.Server.JavaAdapterBase.PerformServerAssistedOperation (operation ServerAssistedOperation)

    to Tidal.Automation.Engine.Core.Adapter.SuspendableAdapter. <> c__DisplayClass1c. b__1b(IAdapter adapter)

    at Tidal.Automation.Engine.Core.AdapterLifecycleManager.PerformAdapterAction (Guid IDCarte, action AdapterAction, haltingAction Boolean, Int32 remainingRetries)

    at Tidal.Automation.Engine.Core.AdapterLifecycleManager.PerformAdapterAction (Guid IDCarte, action AdapterAction, Boolean haltingAction)

    at Tidal.Automation.Engine.Core.AdapterLifecycleManager.PerformAdapterAction (Guid IDCarte, action AdapterAction)

    to Tidal.Automation.Engine.Core.Adapter.SuspendableAdapter.PerformServerAssistedOperation (operation ServerAssistedOperation)

    to Tidal.Automation.Engine.Core.AdapterSystem.PerformServerAssistedOperation (operation ServerAssistedOperation)

    to Tidal.Automation.Server.WebService.AdapterService.PerformServerAssistedOperation (operation ServerAssistedOperation)

    at SyncInvokePerformServerAssistedOperation (Object, Object [], Object [])

    at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke (object, Object [], Object [] entries & exits instance)

    at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin (MessageRpc & CPP)

    at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5 (MessageRpc & CPP)

    at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31 (MessageRpc & CPP)

    at System.ServiceModel.Dispatcher.MessageRpc.Process (Boolean isOperationContextSet)

    You have an invalid key file because the HTTPS certification has changed. You must remove the old keystore file and restart the OPC Server and then reconnect / run something against vCenter.

    It is also possible to host Adatper framework/java problems I've seen often.

    If you need more information, you will need to prosecute TAC with your service contract please. Normally, we try to solve no newspapers on the forums.

    -Shaun Roberts

    CIAC/CPO support team leader

    [email protected] / * /.

  • CRS to import giving build errors in eclipse for ATG 10.1.1 version

    I see below errors in eclipse please help me to solve...

    (1) the project was built not his way of construction is incomplete. Cannot find the class file for atg.adc.ADCSessionData. Difficulty the path of construction, then try to build this project crs unknown Java problem

    (2) the type atg.adc.ADCSessionData is not resolved. It is indirectly referenced the line of StoreADCSessionData.java/crs/magasin/recommandations/src/atg/projets/magasin/recommandations/adc required 62 problem Java .class files

    Hello

    I think that your classpath contains much .jar files, and some of them are not necessary. You don't need to import all files .jar for all modules, just the .jar you will use.

    And you import confg.jar files, you do not need these files. Just .jars containing classes.

    Please check all of the libraries you use and just get what you need.

    For your first problem, you need to import

    C:\ATG\ATG10.1.1\CommerceReferenceStore\Store\Recommendations\lib

    C:\ATG\ATG10.1.1\ADC\lib\classes.jar

    If some class always have errors, it may be necessary import another .jar file.

    It will be useful, bye.

  • can't creative full cloud app DOWNLOAD-get ' cookies dir: cannot do file / cookies: Permission denied (error 13).

    Hello

    Unable to download Creative Cloud App - get...

    do you have cookies: can't do file / cookies: Permission denied (error 13).

    Help?.

    Paul.

    Try to give all the permissions in the Adobe folder under

    ~/Library/application support/Adobe

    Click on Finder and hold command + SHIFT + G keys on your keyboard.

    To go to the folder window type exactly ~/Library and click Go

    Open the Application Support and do a right-click on the Adobe folder and select get info

    Under sharing and permissions Click on lock and unlock

    Click on add your username and the administrator if not added

    Then give permission to read and write to Admin, system, everyone and (your user name)

    Click the gear icon and choose apply to attached article

    Then click on lock

    Try to install, does not

    Navigate to MAC HD > library > Application Support and give all permissions to the Adobe folder

  • 'Add a media error' - first Elements 7

    Question for everyone.

    My laptop (with E.G. 8) is in the shop so I use my P.E. 7 edition on my home computer to create a simple project.  After attempting to add a clip of four circles (indeed, all 4 clips are very small, anyway), I get this pop up error:

    «Add a media error - there is not enough memory to add the requested media.»

    Now, I can tell you that on my computer, 90% of my work is sitting in an external hard drive of 2 terabytes.  I have over 200 GB of free space on my computer at home.  This new short project is one of the only projects currently sitting on my desk.  It is there no way that I'm out of memory.

    Currently, while typing this question on this forum, I defragment my hard drive and do a disk clean up.  Maybe my settings are disabled?

    Any ideas?

    Thank you

    David

    David,

    He has 'memory', and then there's 'memory '. This ARTICLE goes into details about a type of 'memory' and could be useful.

    In addition, resources can be stolen by other processes and programs, and this ARTICLE can be useful to make more of these resources, often seen as the 'memory '.

    I would also ask that you give us all the details of the computer, the source files and the project. This ARTICLE will give you some tips on this info would be helpful.

    Good luck

    Hunt

  • Could not import any type of audio file in my project in AECS5 files

    I am trying to add sound effects to an animation of titles for the first time. When I tried to import a .wav file, I got this error:

    after effects error. Could not import the file (filename.wav) not taken supported filetype or extension

    I have converted the file to .mp3. Still did not work. I converted the file .aiff, wma and nothing worked.

    What is the problem? Better to simply animate in AE and sound effects of entry into first?

    Help, please!

    Z

    > Why is it better to have the project files on an external drive?

    It is best to have your operating system and the applications running a disc, your source media read on the other, and written to another export your files. In this way, the hard drive doesn't have to jump around to read and write from several different locations at the same time essentially.

    There are many tips to improve performance here, including a response to your question about proxies.

    > Can you put the link where I can dl the AE 10.0.1 update

    Choose Help > updates. You should do quite often. Here is a page with the details of the recent updates.

    Regarding your first question: you can't import audio files? This type of video files that you have imported successfully?

Maybe you are looking for

  • Tecra A7 PTA71E: Bus of serial controller resource conflict PCI on motherboard

    Hello Sorry for my English. I have a problem with this laptop Tecra A7 PTA71E 00D00DSP. One of my clients transported this laptop with the next serial number.When you turn on the laptop, before windows login, seems that three consecutive messages: Co

  • HP Officejet Pro 8500 jams every time I send something to print.

    My HP Officejet Pro 8500 jams every time I send something to print.  Troubleshooting does not detect it.

  • ProBook 470 G1: Windows 10 - INTERNAL_POWER_ERROR

    Hello I had a future client who had recently upgraded its ProBook Windows 8.1 to Windows 10. The problem is the computer now get a blue screen with the code: INTERNAL_POWER_ERROR. As long as he stays on the login screen, it is fine, but as soon as it

  • EPMA Batch Client

    I'm on 11.1.2.3.00I use the login admin passwordl. the following message in my script and make.2016-01-17 04:43:47, 270 INFO login;2016-01-17 04:43:51, 442 ERROR java.net.ConnectException: connection refused: connect2016-01-17 04:43:51, 443 INFO out

  • HP PHOTOSMART PRINTER

    MY PRINTER HP PHOTOSMART 6520 E - ALL - IN - ONE IS CONNECTED TO THE NETWORK AND EPRINT... FINALLY, BUT NOW ON MY COMPUTER IS IN OFFLINE MODE, AND I TRIED TO PRINT SOMETHING AND ALWAYS SHOWS OFFLINE, HOW DO I MY PRINTER TO PRINT ONLINE Help, please!