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 2 of 2

Thread: Maven Compilation Issues in IntelliJ

  1. #1
    Junior Member
    Join Date
    Feb 2023
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Maven Compilation Issues in IntelliJ

    hello ,

    I am running my java project within IntelliJ IDE and using Maven to compile the java code .
    On executing the mvn clean compile -X command , I am running into the following compilation and build failures

    [ERROR] COMPILATION ERROR :
    [INFO] -------------------------------------------------------------
    [ERROR] /<path to my java project location./../beamtutorial/src/main/java/module-info.java>:[5,37] modul
    e not found: org.apache.beam.runners.direct

    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project beamtutorial: Compilation failure
    [ERROR] <path to my java project location...//beamtutorial/src/main/java/module-info.java:[5,37] modul
    e not found: org.apache.beam.runners.direct

    how can i fix the issue ?

    thank you

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Maven Compilation Issues in IntelliJ

    I do not use maven.
    Try asking this question on this forum: http://www.coderanch.com/forums
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Is IntelliJ IDEA
    By adisharma in forum Java IDEs
    Replies: 2
    Last Post: January 14th, 2021, 11:15 PM
  2. Replies: 1
    Last Post: June 11th, 2018, 01:47 PM
  3. Issues with my ordering program - if statement issues?
    By Shenaniganizer in forum What's Wrong With My Code?
    Replies: 5
    Last Post: October 31st, 2012, 10:17 PM
  4. Maven Issues - mvn install
    By Paolo Futre in forum Java Theory & Questions
    Replies: 5
    Last Post: August 26th, 2009, 05:07 AM
  5. Replies: 6
    Last Post: April 29th, 2009, 09:35 AM

Tags for this Thread