access error at the OA.jsp in Hello world of extension OA in jdeveloper

I am trying to configure my extension of EBS R12.1.1 for jdeveloper
I managed because installation and configuration for jdeveloper
I'm in adjustment to the top of your development environment, FRO creating Hello World program in jdeveloper
I have success run the page
http://Ansari.home.PC.com:8988/OA_HTML/test_fwktutorial.jsp

but when I click on the link of hello world
Displays the follwing error

Request URI:/OA_HTML/OA.jsp

Exception:
OracleJSP:oracle.jsp.provider.JspCompileException:
Errors compiling:C:\p8431482_R12_GENERIC\jdevhome\jdev\myclasses\.jsps\\_OA.java

Fatal error: cannot find class java/lang/StackOverflowError


I don't know what the problem is please let me know the solution

PL see if MOS Doc 370759.1 (JDeveloper Page errors with "cannot find class Java\Lang\StackOverflowError ') can help you

HTH
Srini

Tags: Oracle Applications

Similar Questions

  • BlackBerry Smartphones RESOLVED Yahoo Calendar sync: "access error to the internal field map.

    Hello.

    I received the error "access error to the internal field card" when trying to sync it with my Yahoo calendar.  I couldn't find anything online (including Blackberry support pages) for this error, but another user who has the same problem (http://forums.crackberry.com/f79/new-problem-phone-desktop-synch-57783/). The synchronization was successful in the past.

    Julianna

    Hi and welcome to the forums!

    I would reinstall the desktop software, a map of internal field, I think that would be connected Office:

    http://www.BlackBerry.com/BTSC/search.do?cmd=displayKC&docType=kc&externalId=KB15091&sliceId=SAL_Pub...

    Thank you

    Don't forget to adjust your thread. Put the check mark in the green box containing your answer! Thank you

  • Runtime error 75: path/file access error, activate the "Commander of Flight Simulator".

    Original title: Run time error 75

    I reinstalled the program "Commander Flight Simulator" and when I activated, I received the following message: runtime error 75: path/file access error. What should I do about it?

    I run Windows 7, 64-bit operating system

    Thank you

    Hi henriettecarbonneau,

    Thanks for coming back.

    You are able to resolve the problem after you complete the steps described in the article during the previous?

    If the problem persists, you can also get in touch with support of Flight Simulator to get help.

    Flight Simulator support

    If you need assistance in the future to resolve any issues related to Windows, post your query and we will be happy to help you.

  • Access error to the my windows X 64 machine EBiz...

    Hello

    I recently installed EBS 12.1.1 in my Linux operating system. When I tried to access the login page and the responsibility of my Windows X 64 machine, I get the below error:

    To access this application, you must install the Plugin of J2SE version 1.6.0_07. To install this plugin, click here to download the executable oaj2se.exe. Once the download is complete, double-click the oaj2se.exe file to install the plugin. You will be asked to restart your browser after the installation is completed.


    Error.JPG


    I tried to install the version of Java 1.6.0_07 and uninstall other versions. I tried to restart my computer several times after installation, but nothing has worked


    Java1.JPG

    Java2.JPG


    Can someone help me get rid of this error?


    PS: I use Internet Explorer version 11

    Internet Explorer version 11 is currently not certified with EBS - pl use a certified browser version - MOS Doc 389422.1

  • Access error in the workflow area TabContext

    I'm working on an ADF application that acts essentially as an IDE.  There is a page main jspx with a tree in a left navigation pane, then publishers (fragments) are displayed in tabs in the central content pane.

    One of my pages is a dashboard and it contains several areas of Panel who have things like "Recently opened", "Recently published", etc.  Each box is it is a clean area with it's own Fragment.  They usually contain a list of the command.  I use the feature "Recently opened" illustrate the problem I have.

    When I opened a new editor, I add it to a list in the grain of support.  The fragment in the region recently opened uses a tag af:forEach to iterate over this list and show the links of the command.  When you click on it, the link to order access this tab (if it is open), or open a new tab with this editor (be it was closed because it was added to the list).  The problem is when I try to access the TabContext, I see two scenarios.

    In scenario 1, show the links of the command, but I get a Null pointer by accessing the context tab.  After seeing this in the past, in scenario 2 I added a parameter to the workflow for tabContext and got a new error.

    Error of scenario 2: < MISSING_REQUIRED_PARAMETER > < /WEB-INF/flows/recentlyOpenedFlow.xml#recentlyOpenedFlow > tabContext

    Example code below:

    faces-config. XML

    < managed-bean >

    main_dashboard < managed-bean-name > < / managed-bean-name >

    < managed-bean-class >... MainDashboard < / managed-bean-class >

    session of < managed-bean-scope > < / managed-bean-scope >

    < / managed-bean >

    < managed-bean >

    recently_opened < managed-bean-name > < / managed-bean-name >

    < managed-bean-class >... RecentlyOpened < / managed-bean-class >

    session of < managed-bean-scope > < / managed-bean-scope >

    < / managed-bean >

    < managed-bean >

    tabmanagement < managed-bean-name > < / managed-bean-name >

    < managed-bean-class >... TabManagement < / managed-bean-class >

    session of < managed-bean-scope > < / managed-bean-scope >

    < / managed-bean >

    main_dashboard. JSFF

    < af:panelDashboard id = columns = "#{main_dashboard.columnCount"mainDash"}" rowHeight = styleClass "250px" = "AFStretchWidth" inlineStyle = "height: 1000px;" "

    dropListener = "#{main_dashboard.handleReorder}" binding = "#{main_dashboard.panelDashboard}" > "

    < af:forEach items = "#{main_dashboard.dashboardItems}" var = "panels" > "

    < af:panelBox text = "#{panels.localizedTitle}" >

    < af:region value = "#{panels.regionTaskFlow}" / >

    < af:componentDragSource / >

    < / af:panelBox >

    < / af:forEach >

    < / af:panelDashboard >

    main_dashboardPageDef.XML

    " < pageDefinition xmlns =" http://xmlns.Oracle.com/ADFM/uimodel "version ="11.1.2.64.36"id ="main_dashboardPageDef" "

    Package = "fragments" >

    < Settings / >

    <>executables

    < variableIterator id = "variables" / >

    < taskFlow id = "recentlyOpenedFlow1" taskFlowId = "/ WEB-INF/flow/recentlyOpenedFlow.xml #recentlyOpenedFlow"

    " activation ="deferred"xmlns =" http://xmlns.Oracle.com/ADF/controller/binding "/ > "

    "< taskFlow id ="recentlyEditedFlow1"taskFlowId="/WEB-INF/flows/recentlyEditedFlow.xml#recentlyEditedFlow ".

    " activation ="deferred"xmlns =" http://xmlns.Oracle.com/ADF/controller/binding "/ > "

    < / executables >

    < bindings / >

    < / pageDefinition >

    recentlyOpenedFlow.xml

    " < adfc-config xmlns =" http://xmlns.Oracle.com/ADF/controller "version ="1.2"> "

    < - flow - the definition of task id = "recentlyOpenedFlow" >

    activity < default > recently_opened < / default activity >

    <! - this parameter does not exist in scenario 1, but the causes of the LACK of REQUIRED PARAMETER error in scenario 2 - >

    < Input-definition-parameter id = "__8" >

    < name > tabContext < / name >

    < value > #{pageFlowScope.tabContext} < / value >

    oracle.ui.pattern.dynamicShell.TabContext < class > < / class >

    < required / >

    < / Input-parameter-definition >

    < managed-bean id = "__1" >

    tabManagement < managed-bean-name > < / managed-bean-name >

    < managed-bean-class >... TabManagement < / managed-bean-class >

    pageFlow < managed-bean-scope > < / managed-bean-scope >

    < / managed-bean >

    < id view = "recently_opened" >

    < page > /portlets/recently_opened.jsff< / print this page >

    < / view >

    < use-page-fragments / >

    < visibility / >

    < / task-flow-definition >

    < / adfc-config >

    recently_opened. JSFF

    " < = xmlns:jsp jsp:root ' http://Java.Sun.com/JSP/page "version ="2.1"xmlns:af =" " http://xmlns.Oracle.com/ADF/faces/rich "" "

              xmlns:f=" http://Java.Sun.com/JSF/core ">

    < af:panelStretchLayout id = "PSL1" styleClass = "AFStretchWidth" >

    < f: facet name = "center" >

    < af:panelGroupLayout layout = "scroll" id = "pgl4" >

    < af:forEach var = "item" items = "#{recently_opened.openedCommandLinks}" >

    < af:commandLink text = "#{item.text}" partialSubmit = 'true' "

    actionListener = "#{recently_opened.editorFiredFromDashboard}" / >

    < / af:forEach >

    < / af:panelGroupLayout >

    < / f: facet >

    < / af:panelStretchLayout >

    < / jsp:root >

    RecentlyOpened.java

    {} public void editorFiredFromDashboard (ActionEvent event)

    Link RichCommandLink = event.getComponent ((RichCommandLink));

    TabManagement tabMgmt = (TabManagement) SessionHelperUtl.getSessionBean ('tabmanagement');

    RichTree mainTree = (RichTree) SessionHelperUtl.getSessionBean ("maintree");

    String linkId = link.getText ();

    Map < String, Object > params = new HashMap < String, Object > ();

    params.put ('closing', true);

    params.put ("recentlyOpenedItems", getRecentlyOpenedItems());

    tabMgmt.launchEditor (params, (TreeItem) getRecentlyOpenedItems () .get (linkId), mainTree);

    }

    TabManagement.java (_launchActivity is called by launchEditor)

    ' private void _launchActivity (String title, String taskflowId, boolean newTab, map < String, Object > params) {}

    try {}

    tabContext = TabContext.getCurrentInstance ();

    The tabs list < Tab > = tabContext.getTabs (); / / Null pointer in scenario 1 goes here

    Hi Scott,.

    Looks like you're missing to set the task input stream parameter tabContext to the recentlyOpenedFlow on the page of main_dashboard binding.

    When you open the main_dashboard page, click the links tab, click the recentlyOpenedFlow in the executables section, you will see the input parameters are listed.

    You can set the value with the tabContext of calling traffic there. However I'm no expert on the boss of Shell of the user interface, so I don't know if the tabContext is serializable parameters need to be as far as I know.

    Otherwise, the record output will let you know...

    Achim

  • Access error in the status of material on the hosts to vCenter

    I have a virtual machine on one of my hosts, 64-bit Windows 2008 SP2, with of VMware vCenter Server installed on it. I connect to manage all my guests. I changed the NETBIOS name of the virtual from Windows machine to comply with the new standards of the convention of naming on our network, and now I have the following problem when you try to access the page of material status on my hosts. It works fine if I connect directly to the host, but no longer works via vCenter... Someone knows how to fix this? It must have something to do with the change of name, because it worked fine before the change.

    vcenter-hw-status-error.PNG

    I don't myself yet, but maybe http://vr0x0r0man.blogspot.com/2010/08/rename-vcenter-41-server.html can help solve the problem.

    André

  • can't access itunes on the laptop. the display shows "the"itunes"folder is a locked disk or you don't have permission in writing for this folder.

    can't access itunes from the laptop.

    Hello

    • Have you been able to access this file before?
    • What were the changes made before the issue occur?
    • Does happen with Itunes only?
    You can check this link:
     
    You can also try to access itunes through c:\program files and the itunes folder and check.
  • Eclipse - but will not compile errors in the code

    I just downloaded the eclipse + Installer Plugin of BB and I'm running the demos.

    Unfortunately, I am not able to compile the demos or simple Hello World application. In the project, I chose 'Configuration Build of current Blackberry' and in the Console it says nothing. No jad or cod file is generated. No errors. There is no difference whether I clean or not.

    Y at - there a step I'm missing? Any help would be great. I can't wait to start to develop as soon as possible!

    Thank you.

    Check if there is a tick for «activity for blackberry»

    in eclips explor right click on the project package. Select «activity for blackberry»

    If it isn't check eclips will not colmpile the project

  • Problem creating ANE, ArgumentError: Error #3500: the context of the extension doesn't have a method with the name

    I'm bit confused about ANE generation, I'm already all direction, but the error always #3500 when I try to call the DONKEY.

    I create NSAS using java android.

    The tools I use: Flash Builder running on Win-64 win.7. I think I have to, right to the point, here, what I did first step by step;

    1. I create the JAVA application first, with the senigo.extension.android package then I create 3 files, Sample.java, SampleContext.java, PassTextFunction.java

    2.pngsdf.png

    Code Source Sample.Java

    package senigo.extension.android;
    
    
    import android.util.Log;
    import com.adobe.fre.FREContext;
    import com.adobe.fre.FREExtension;
    
    
    public class Sample implements FREExtension {
      @Override
      public FREContext createContext(String arg0) {
      // TODO Auto-generated method stub
      Log.i("Sample", "createContext");
    
    
      return new SampleContext();
      }
      @Override
      public void dispose() {
      // TODO Auto-generated method stub
      Log.i("Sample", "Dispose");
      }
      @Override
      public void initialize() {
      // TODO Auto-generated method stub
      Log.i("Sample", "Initialize");
      }
    
    
    }
    

    Source code for SampleContext.Java

    package senigo.extension.android;
    
    
    import java.util.HashMap;
    import java.util.Map;
    import android.util.Log;
    import com.adobe.fre.FREContext;
    import com.adobe.fre.FREFunction;
    
    
    public class SampleContext extends FREContext {
      public SampleContext()
      {
      Log.i("SampleContext", "constructor");
    
    
      }
      @Override
      public void dispose() {
      // TODO Auto-generated method stub
      Log.i("SampleContext", "dispose");
      }
      @Override
      public Map<String, FREFunction> getFunctions() {
      // TODO Auto-generated method stub
      Log.i("SampleContext", "getFunctions");
      Map<String, FREFunction> functionMap = new HashMap<String, FREFunction>();
      functionMap.put("passText", new PassTextFunction());
    
      return functionMap;
      }
    
    
    }
    

    Source code for PassTextFunction.Java

    package senigo.extension.android;
    
    
    import com.adobe.fre.FREContext;
    import com.adobe.fre.FREExtension;
    import com.adobe.fre.FREFunction;
    import com.adobe.fre.FREObject;
    
    
    public class PassTextFunction implements FREFunction {
    
    
      @Override
      public FREObject call(FREContext arg0, FREObject[] arg1) {
      // TODO Auto-generated method stub
    
      FREObject result = null;
      try{
      result =  FREObject.newObject("Hello World");
    
      }catch(Exception e)
      {
    
      }
      return result;
      }
    
    
    }
    

    After all the files, I create the jar file using the right click on the tree > > export > > Jar file > > Sample.Jar (I already create jar file that contains just the src folder and after I got frustrated, I create the .jar file contains all the project folder as a whole but still did not work).

    Okay, after that, I create project Flex Library Project, which is to contain the actionscript code to call the native and extension.xml, here the code.

    3.png

    Test Source code. As, FYI: I have already create the public function and the static function the error always the same #3500.

    package senigo.extension.android
    {
      import flash.external.ExtensionContext;
    
      public class test
      {
      private static var extContext:ExtensionContext = null;
    
      public function test()
      {
      trace ("Test Constructor");
    
      if (!extContext)
      {
      initExtension();
      }
      }
      public static function get passText():String
      {
      trace ("Test Pass Text");
      if (!extContext)
      {
      initExtension();
      }
      return extContext.call("passText") as String;
      }
    
    
      private static function initExtension():void
      {
      trace ("Vibration Constructor: Create an extension context");
      extContext = ExtensionContext.createExtensionContext("senigo.extension.android", null);
      }
    
    
      }
    }
    

    extension source code. XML

    FYI: Flex when I put the Native Extension, they said have Windows - x 86 so I already create 3 DONKEY, that contain Android-ARM, ARM Android contain by default, Android contain ARM, Default, and Windows - x 86, but still the same error. I don't have it where is the error.

    <extension xmlns="http://ns.adobe.com/air/extension/3.1">
      <id>senigo.extension.android</id>
      <versionNumber>1.0.0</versionNumber>
      <platforms>
      <platform name="Android-ARM">
      <applicationDeployment>
      <nativeLibrary>Sample.jar</nativeLibrary>
      <initializer>senigo.extension.android.Sample</initializer>
      <finalizer>senigo.extension.android.Sample</finalizer>
      </applicationDeployment>
      </platform>
      <!-- <platform name="Windows-x86">
      <applicationDeployment>
      <nativeLibrary>sample.jar</nativeLibrary>
      <initializer>senigo.extension.android.Sample</initializer>
      <finalizer>senigo.extension.android.Sample</finalizer>
      </applicationDeployment>
      </platform>
      -->
       <platform name="default"> 
    <applicationDeployment/> 
    </platform> 
      </platforms>
    </extension>
    

    After that I created, I copy the sample file of file and extension with the file Sample.jar .swc.

    I have extracted the .swc file, copy the library.swf file Android-ARM, by default, Windows-86 and I create build.bat containing the command like this

    adt -package  -storetype PKCS12 -keystore senigo.p12 -storepass l10nk1ng -target ane senigo.extension.android.ane extension.xml -swc AndroidLib.swc -platform Android-ARM -C ./Android-ARM/ . -platform default -C ./default/ .
    

    the I put the donkey for bending mobile project I created:

    4.png5.png

    6.png

    7.png

    I run, but received the error #3500, I get really confused? What is wrong with my code? is there something that I have wrong or I just missed?

    Please someone help me... and what is already donkey file I can debug in Flex Mobile project? I want to log.i code I wrote, but I confuse air how to the Levant in flash builder.

    in the end, I want to said sorry if my English is not very goods and thank you, because want to see my problem and I appreciate it a lot if you can give me a solution

    So you're saying that test.as I created belongs to android?

    Exactly.

    Okay, so then why when I put just ANE build contain Android-ARM, the error still appear?

    Because that when you launch it engine running Windows AIR request use default implementation in this case. But looks like the default implementation, you use the same Android and default value.

    is that what I have to put Windows-86 to run it on windows?

    If you are creating applications / DONKEY for mobile platforms you don't need it.

    I have to use another actionscript that does not ExtensionContext content?

    Exactly!

    For example, look at this: mesmotronic/air-full screen-ane · GitHub

    record full screen-ane-android - Android app

    full screen-ane-default - default implementation (for all other platforms exclude Android)

    It is an excellent example. It's pretty simple, you understand how it works.

  • Cannot run Hello world on v4.2

    Hello

    I have just installed JDE v4.2, responsible for the sample workspace, set Hello World as only active project and he ran. The Simulator loaded fine, but when I try to run it, I get a MissingResourceException.

    Com.rim.samples.device.resource.HelloWorldRes missing resources

    Help, please.

    Thank you

    You have found the exception due to the resource file.

    Comment on the import of resource files and ResourceBundle. Then it should work.

    And go in all this. You will get an idea how to use resources in your application.

    http://NA.BlackBerry.com/eng/devjournals/resources/journals/sep_2006/localization.jsp

    Concerning

    Bika

  • Errors that occur in the Hello World page

    I made a Hello World page in OFA
    When I race it
    I am getting following error


    Details of the exception.
    oracle.apps.fnd.framework.OAException: Application: ICX, name of the Message: the responsibility specified could not be found.
    at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId (unknown Source)
    at oracle.apps.fnd.framework.CreateIcxSession.createSession (unknown Source)
    at runregion. jspService(_runregion.java:132)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    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)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    to oracle.oc4j.network.ServerSocketAcceptHandler.access$ 700 (ServerSocketAcceptHandler.java:34)
    to oracle.oc4j.network.ServerSocketAcceptHandler$ AcceptHandlerHorse.run (ServerSocketAcceptHandler.java:880)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)

    Please someone help me.

    You have access to 11i or R12 Instances? If so proceed as follows: -.

    User: operations
    Password: welcome
    Application: IN.
    Responsibility: PURCHASING_OPERATIONS

    Also select the CBD of the 11i or Instance of R12 file.

    After completing the steps above, run the page. It should not completed with error.

  • not able to connect a printer shared in task force gives the access error is to deny cannot coonect

    not able to connect a printer shared in task force gives the access error is to deny cannot coonect

    Hello

    1. don't you make changes on the computer before this problem?
    2. What is the brand and model of the printer?
    3. What is the full and exact error message?
    4. have you set a password to the shared printer?

    Please answer these questions and provide us with more information. This could help us help you better.

    See the articles that may be useful.
    "Access denied" error message when you print to a network printer, or view the properties of the printer
    http://support.Microsoft.com/kb/307053
    Cannot use network printer if your password is not saved
    http://support.Microsoft.com/kb/312055

  • I just installed Java and now I get an error for the processing of JSP

    original title: JSP processing error

    I'm trying to understand what JSP processing error and how to fix them.  We just did an update for JAVA, and then we get this error.  I don't understand resource of portlets and permission.  How can I fix it?

    Hello

    1. could you give us the exact JSP error that you experience?
    2. Once you get this error message?

    Try to uninstall and reinstall the whole Java and check again. You can also seek assistance from support Java.
    http://www.Java.com/en/download/support.jsp

    I hope this helps.

  • After three days of my 3g modem works fine, I can't access the internet more because of what follows: "Error 734: the PPP Link Control Protocol was stopped.

    Last week for mobile connection, I bought a 3G modem on my laptop. After three days, works very well, I can't access the internet more because of what follows: "Error 734: the PPP Link Control Protocol was stopped. It occurs when I try to establish a Dial-Up connection.

    I searched the Internet and found a section of troubleshooting on the Microsoft Web site. However, although I have followed all the steps, the error continues. I've already uninstalled and again installed the program, does not. I use Windows Vista Home Premium.

    What should I do now?

    original title: 3 G Modem

    Hello

    I suggest you to contact your internet service provider for assistance.

  • VPN error 868 the name of the remote access server is not resolved

    I use Windows 7 Home Premium and you want to configure a VPN with my office network that uses the Check Point Safe@Office.  I am unable to log in and get the error that does not resolve the name of the remote access server and Windows cannot find the host using DNS name.  Any suggestions on what to try to fix the problem?  I set up the VPN connection according to the instructions of our network administrator.  We use XP in the office.

    Hello
    Welcome to the Microsoft answers site

    The question that you'd be better suited in the TechNet community. Please visit the link below to find a community that will provide the best support.
    http://social.technet.Microsoft.com/forums/en-us/ForefrontedgeVPN/threads

    It may be useful
    Thanks and greetings
    Support Microsoft-dieng
    Visit our Microsoft answers feedback Forum and let us know what you think
    http://social.answers.Microsoft.com/forums/en-us/answersfeedback/threads/

Maybe you are looking for

  • Silverlight error 4001 while you try to view a missed TVoutage

    Original title: Silverlight error 4001 poster, sorry, something went wrong. Film will not start playing (advertising goes well!) Just like steated above, since a update (don't know if it was the 5.0 er the 5.1 update) I received the above message whe

  • Combine the device and Skype Contact views

    I use Windows Mobile 10 on a 735 Lumia and fact overview Skype SMS app on my phone. After turning "Synchronize my Skype contacts with the people app" I can now see my contacts from the device to Skype, but I can't combine with their corresponding dev

  • noise of rattling from my cd/dvd region

    I'm running on windows vista and upgrade to internet 9, my computer hang a bit then he continues.  the clicking noise seems to come from the cd/dvd/because it's on more noise is clicking.  Can you help me please?

  • How can I compare two folders to see they are identical?

    I made a backup of my computer to another. I did it using the internet, so I don't have the computer on which I recorded files on physically with me. However, I have access to it through TeamViewer. The backup is more than 20 GB of photos, so I don't

  • How can I PIN Hotmail at the START screen in Windows 8?

    I try to put as much USEFUL information on the screen of BOOT of Windows 8.  It is the screen that is displayed first after logging in Windows 8.  right now I have to go to the OFFICE to get to an email which is an extra step.  Any help is appreciate