Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: run normal program in Inetllij

  1. #1
    Junior Member
    Join Date
    Apr 2019
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default run normal program in Inetllij

    how can open the program in intellij please?

    Untitled.jpg

  2. #2
    Member John Joe's Avatar
    Join Date
    Jun 2017
    Posts
    268
    My Mood
    Amused
    Thanks
    8
    Thanked 18 Times in 18 Posts

    Default Re: run normal program in Inetllij

    Please post the code and the error instead of image. Image is small and unclear.
    How you run your program ?
    Whatever you are, be a good one

  3. #3
    Junior Member
    Join Date
    Apr 2019
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: run normal program in Inetllij

    this is appear me when I try to open
    ?

    Untitled.jpg

    D:\java\jdk-11.0.2\bin\java.exe -Didea.launcher.port=64069 "-Didea.launcher.bin.path=D:\IntelliJ IDEA 2018.1.4\bin" -Dfile.encoding=UTF-8 -classpath "D:\IntelliJ IDEA 2018.1.4\lib\idea_rt.jar" com.intellij.rt.execution.application.AppMainV2 com.examples.get.Main
    Exception in thread "main" java.lang.ClassNotFoundException: com.examples.get.Main
    at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(B uiltinClassLoader.java:583)
    at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.lo adClass(ClassLoaders.java:178)
    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:5 21)
    at java.base/java.lang.Class.forName0(Native Method)
    at java.base/java.lang.Class.forName(Class.java:315)
    at com.intellij.rt.execution.application.AppMainV2.ma in(AppMainV2.java:107)

    Process finished with exit code 1

  4. #4
    Member John Joe's Avatar
    Join Date
    Jun 2017
    Posts
    268
    My Mood
    Amused
    Thanks
    8
    Thanked 18 Times in 18 Posts

    Default Re: run normal program in Inetllij

    How you run it?
    Whatever you are, be a good one

Similar Threads

  1. Why won't my program run?
    By AidanCollins in forum What's Wrong With My Code?
    Replies: 3
    Last Post: November 22nd, 2013, 04:32 PM
  2. Replies: 2
    Last Post: November 18th, 2012, 02:09 PM
  3. Program won't run help!
    By iridebmxnj in forum What's Wrong With My Code?
    Replies: 5
    Last Post: July 26th, 2012, 09:00 PM
  4. how to run a java program..when the program using jar
    By miriyalasrihari in forum Java Theory & Questions
    Replies: 2
    Last Post: May 17th, 2012, 10:04 AM
  5. Why does this program run?
    By djl1990 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: November 1st, 2011, 09:29 PM