Showing posts with label Eclipse. Show all posts
Showing posts with label Eclipse. Show all posts

Friday, 23 June 2017

Flush DNS cache - solved server not found Error ~ GNIITHELP

If you know that your internet is working fine and still you are facing this error on visiting website's URL. Then below given solution can solve your problem.
Problem : 
Server not found
Firefox can't find the server at www.blogger.com. 
  • Check the address for typing errors such as ww.example.com instead of www.example.com
  • If you are unable to load any pages, check your computer's network connection.
  • If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
Solution :
Step 1: Open Command prompt : Press Window Key + R, type cmd then click on OKbutton.
Step 2 : Type ipconfig /flushdns and press Enter. A message will appear statingWindows IP configuration Successfully flushed the DNS Resolver Cache.
Step 3 : Type exit on command prompt to close command prompt.
    Read More »

    Error! Problem in linking css file in jsp in Dynamic web Project with eclipse ~ GNIITHELP

    When we have to link our css file that exists in css folder during dynamic web project in eclipse it shows problem regarding image loading or other linking problem.

    Project Structure
    If your project is in above structure then to solve out this problem you must specify your project name in link of css file like as below
    Read More »

    Play Candy Crush Saga Limitless for Free : How to get unlimited lives without paying a penny ~ GNIITHELP

    Do you have to wait for a new life while playing Candy Crush Saga on Android or iOS?
    if yes then now time is to know about the way to get unlimited Lives without waiting for hours to past.
    I am giving you a way which is a loophole in Candy Crush Saga, definitely company is soon going to fix it, but it's working very good for me now.

    I am playing this game continuously any time i want to play it, but previously i have to send request to my Facebook friends for Lives and to open new level, but after using this trick you will not wait for anyone's response.
    Just follow the steps given below:
    This trick is for Android and iOS Smartphones and Tablets, not for PC or Facebook App.

    1. Go to Setting of your Smart phone or Tab.
    2. Go to Date & Time.
    3. Increase Time by two and a half hours.
    4. Restart or Reload your Candy Crush Saga App.
    5. Magic : you got all Five Lives Full.

    enjoy the game fully.
    Read More »

    Enable USB Debugging Mode on Android ~ GNIITHELP

    USB Debugging grants you a level of access to your device. This level of access is important when you need system-level clearance, such as when coding a new app.USB Debugging Mode is a mode that can be enabled in Android after connecting the device directly to a computer with a USB cable. The primary function of this mode is to facilitate a connection between an Android device and a computer with Android SDK (software development kit).

    1. Android 2.0-2.3.x
    Settings > Applications > Development > USB Debugging
    2. Android 3.0- 4.1.x
    Settings > Developer Options > USB Debugging
    3. Android 4.2.x and higher.
    1. Go to "Settings".
    2. Scroll down to the bottom and tap "About phone" or "About tablet",
    3. Scroll down to the bottom of the "About phone" and locate the "Build Number" field.
    4. Tap the Build number field few times to enable Developer Options. Tap a few times and you'll see a countdown that reads "You are now 3 steps away from being a developer."
    5. When you are done, you'll see the message "You are now a developer!".
    6. Tap the Back button and you'll see the Developer options menu under System on your Settings screen.
    7. Go to Settings>Developer Options>USB Debugging. Tap the USB Debugging checkbox.
    4. Android 5.0 Lollipop
    1. Settings > About Phone > Build number > Tap it few times to become developer
    2. Settings > Developer Options > USB Debugging
    NOTE: To disable USB Debugging and other developer options when you don't need them, slide the switch at the top of the screen from On to Off.
    Read More »

    Error Project facet Java version 1.6 or 1.7 is not supported in eclipse ~ GNIITHELP

    It can be that java 1.7 is not installed in your system then you can use java version that is already installed in your system.Following Steps could resolve this error by setting up current version in project facet

    1: Right Click over your Project on Project Explorer and click on Properties.

    2: Goto java build path->Libraries
     Check JRE System Library Jars and also check it is JDK 1.6 or 1.7

    3: Goto Project Facet and select your current java version available.



    click apply then ok

    Please Comment Thanks to us if this topic is helpful :)
    Read More »

    Error: Starting Tomcat v6.0 server at localhost has encountered a problem in eclipse ~ GNIITHELP

    Problem:
    Port 8080 required by Tomcat v6.0 Server at localhost is already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to stop the other process or change the port number(s).

    Solution:
    If Port 8080 is already in use then use another port in place of port 8080.
    Double click on Tomcat Server at localhost
     
    Next Screen is following and port in red circle is the port that is already in use.

    We only need to change this port 8080 to any other valid port which is not in use by other process.

    Screen after changing port 8080 to port 8081
    Press Ctrl+s to Save the changes made by you and then right click over Tomcat Server and click start.

    Read More »

    Error in handling images and css folder with jsp page in eclipse ~ GNIITHELP

    If you are creating a dynamic web project and you are not able to use css folder files and image files in your jsp page then you need to read below code.

    Project folder structure

    Linking css file internally from folder to jsp page 

    Linking image to jsp page from images folder

    Read More »

    Error! Problem in linking css file in jsp in Dynamic web Project with eclipse ~ GNIITHELP

    When we have to link our css file that exists in css folder during dynamic web project in eclipse it shows problem regarding image loading or other linking problem.

    Project Structure
    If your project is in above structure then to solve out this problem you must specify your project name in link of css file like as below
      Read More »

      Error-JavaEE[Solved] : m2e Maven Dependency Plugin Install in Eclipse ~ GNIITHELP

      Problem : Cannot complete the install because one or more required items could not be found.

      Software being installed: m2e connector for the Maven Dependency Plugin 0.0.4.201410161303 (com.ianbrandt.tools.m2e.mdp.feature.feature.group 0.0.4.201410161303)

      Missing requirement: m2e connector for Maven Dependency Plugin 0.0.4.201410161303 (com.ianbrandt.tools.m2e.mdp.core 0.0.4.201410161303) requires 'bundle org.eclipse.m2e.jdt 1.4.0' but it could not be found

       Cannot satisfy dependency:

       From: m2e connector for the Maven Dependency Plugin 0.0.4.201410161303 (com.ianbrandt.tools.m2e.mdp.feature.feature.group 0.0.4.201410161303)

       To: com.ianbrandt.tools.m2e.mdp.core [0.0.4.201410161303]


      Solution : 
      1. Start Eclipse IDE > Help > Install New Software
      2. Paste site: http://download.eclipse.org/releases/indigo/  in Work with Textbox
      3. Once the list loads, under "General Purpose Tools", check "m2e - Maven Integration for Eclipse ". 
      Continue Installation with Next
      Click Finish
      Wait For Completion of Installation.

      NOTE : Sometimes it still shows error while installation with Eclipse Indigo
      so if you are not still able to install it then download "eclipse-jee-luna-SR2-win32-x86_64" 
      It already comes with m2e Maven dependency plugin.

      Please Comment Thanks to us if this topic is helpful :)
      Read More »

      Error [solved] The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path ~ GNIITHELP

      Problem : The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path.
      Faced this error while using maven integration with eclipse. 
      <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> 
      First found this error on the start of JSP page with one red mark over above piece of code.

      Solution : Below, I have written three solution for this problem. I guess, one will work for you.

      Method 1: Add Maven dependency(pom.xml)
      Include servlet-api-3.1.jar in your dependencies.
       <dependency>  
        <groupId>javax.servlet</groupId>  
        <artifactId>javax.servlet-api</artifactId>  
        <version>3.1.0</version>  
        <scope>provided</scope>  
       </dependency>  
      

      Method 2: Add a Runtimes
      Properties > Project Facets > Runtimes > Check Server name > Apply > OK (As shown in Image)

      Method 3: Select a Runtime to add to the classpath
      Java Build Path > Libraries > Add Library > Server Runtime > Next (As shown in Image)
      then select a Runtime(Apache Tomcat Server) > Finish > OK (As shown in Image)
        Read More »

        How to edit or change Java bin/JRE/JDK directory in Eclipse IDE ~ GNIITHELP

        Follow the below given image to edit java directory path in Eclipse IDE

        Eclipse IDE > Windows > Preferences > Installed JREs > Edit JRE > Direcctory > Browse For Folder > OK > FINISH > OK


        Read More »