Fix Class Not Found Exception in IntelliJ IDEA | Step-by-Step Fix |

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ต.ค. 2024

ความคิดเห็น • 20

  • @automatewithamit
    @automatewithamit  6 หลายเดือนก่อน

    Top 5 Latest Trends of Automation Testing | Latest Trends in Automation Testing |
    th-cam.com/video/vbF4hyeQAMg/w-d-xo.html

  • @aaronfla8google919
    @aaronfla8google919 9 หลายเดือนก่อน +2

    Thank so much for this helpful video!

    • @automatewithamit
      @automatewithamit  9 หลายเดือนก่อน +1

      You are so welcome! Thank you for Your Support 🙏☺️ . Please Make Sure to Like the Video and Subscribe the Channel

  • @chennaicommoner8924
    @chennaicommoner8924 14 วันที่ผ่านมา

    There is a file not found exception that I am getting but the xml file present in that location

  • @talhafarhat5851
    @talhafarhat5851 5 หลายเดือนก่อน

    In my intellij, no folder of project is created in my files, and after running any file it is automatically deleting, i reset all the settings of it, after that it is running file without deleting it but still there is no folder of saved files in my pc., can you please help in this matter?

  • @janhvinarayan1633
    @janhvinarayan1633 8 หลายเดือนก่อน +2

    sir mera too module bhi bana hain tab bhi error aaraha

    • @automatewithamit
      @automatewithamit  8 หลายเดือนก่อน

      dm me at instagram with @automatewithamit I will try to help from there. send me pic of error

  • @AICSShashidharB
    @AICSShashidharB 7 หลายเดือนก่อน

    thank you very helpful

    • @automatewithamit
      @automatewithamit  7 หลายเดือนก่อน

      Thanks for your kind words.
      I am happy that it helped
      Please make sure to Subscribe the channel for further awesome content ☺️

  • @thundersgamers4085
    @thundersgamers4085 6 หลายเดือนก่อน

    I am getting error of
    Java: cannot find symbol
    symbol: class string
    Location: class main
    please help me 😢😢😢😢

    • @automatewithamit
      @automatewithamit  6 หลายเดือนก่อน

      Please share with me error details in order to help.😊

    • @thundersgamers4085
      @thundersgamers4085 6 หลายเดือนก่อน

      ​@@automatewithamit but where please tell me so that I can send you pic..

    • @automatewithamit
      @automatewithamit  6 หลายเดือนก่อน

      use my instagram handle @automatewithamit

  • @VirajShir
    @VirajShir 4 หลายเดือนก่อน

    My problem is sowing

  • @automatewithamit
    @automatewithamit  6 หลายเดือนก่อน

    Why AI will not replace Automation Testers ?
    th-cam.com/video/b7QB6EoBGmI/w-d-xo.html

  • @Engineer508
    @Engineer508 7 หลายเดือนก่อน

    Bhai ye video 1min m bhi jhtm ho skta tha tune whatever bol bol ke frustrate kr diya

    • @automatewithamit
      @automatewithamit  7 หลายเดือนก่อน +2

      Thanks for your Suggestion Bro ! will try to improve ☺️🙏

  • @BNagaraj-uy6li
    @BNagaraj-uy6li 5 หลายเดือนก่อน +1

    Hi Sir,
    I'm getting the below errors when I run cucumber feature file. Can you please help on the suggestions
    May 07, 2024 11:59:53 PM cucumber.api.cli.Main run
    WARNING: You are using deprecated Main class. Please use io.cucumber.core.cli.Main
    io.cucumber.core.exception.CompositeCucumberException: There were 2 exceptions. The details are in the stacktrace below.
    at io.cucumber.core.runtime.RethrowingThrowableCollector.getThrowable(RethrowingThrowableCollector.java:57)
    at io.cucumber.core.runtime.CucumberExecutionContext.getThrowable(CucumberExecutionContext.java:109)
    at io.cucumber.core.runtime.Runtime.run(Runtime.java:78)
    at io.cucumber.core.cli.Main.run(Main.java:87)
    at cucumber.api.cli.Main.run(Main.java:30)
    at cucumber.api.cli.Main.main(Main.java:15)
    Suppressed: java.lang.UnsupportedClassVersionError: org/openqa/selenium/WebDriver has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.
    at java.lang.ClassLoader.defineClass(ClassLoader.java:756)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.lang.Class.getDeclaredMethods0(Native Method)
    at io.cucumber.java.MethodScanner.safelyGetMethods(MethodScanner.java:39)
    at io.cucumber.java.MethodScanner.scan(MethodScanner.java:32)
    at io.cucumber.java.JavaBackend.lambda$loadGlue$2(JavaBackend.java:41)
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
    at io.cucumber.core.runtime.SingletonRunnerSupplier.createRunner(SingletonRunnerSupplier.java:44)
    Suppressed: java.lang.UnsupportedClassVersionError: org/openqa/selenium/WebDriver has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
    at java.lang.ClassLoader.defineClass1(Native Method)

    • @automatewithamit
      @automatewithamit  5 หลายเดือนก่อน

      By looking at the error it seems that its an issue with Version of JRE you're using

    • @BNagaraj-uy6li
      @BNagaraj-uy6li 5 หลายเดือนก่อน

      @@automatewithamit Yes, it was. It's resolved now. Thanks for reply