Thread: decay client help

Results 1 to 3 of 3
  1. #1 decay client help 
    Banned
    Join Date
    Mar 2022
    Posts
    11
    Thanks given
    0
    Thanks received
    3
    Rep Power
    0
    im having a issue i can seem to build my client correctly on intellij i keep getting this error on there saying this??
    java: exporting a package from system module java.base is not allowed with --release
    im using jdk 11 and i did everything correctly but when i build it i keep getting that error can anyone help me please or tell me what i am doing wrong??
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Mar 2013
    Posts
    579
    Thanks given
    684
    Thanks received
    137
    Rep Power
    217
    i dont even use java 11 when i load on my inteji i use jdk 8
    Reply With Quote  
     

  3. #3  
    Super Donator
    Pixel's Avatar
    Join Date
    Oct 2008
    Age
    34
    Posts
    170
    Thanks given
    55
    Thanks received
    24
    Rep Power
    34
    Quote Originally Posted by lemonruntz View Post
    im having a issue i can seem to build my client correctly on intellij i keep getting this error on there saying this??
    java: exporting a package from system module java.base is not allowed with --release
    im using jdk 11 and i did everything correctly but when i build it i keep getting that error can anyone help me please or tell me what i am doing wrong??
    Module Info File: Review your module-info.java file. You might have declared to export a package that is actually part of java.base. In this case, remove the exports statement related to this package.

    Check your Project Structure:

    Open File > Project Structure > Project
    Verify that the Project SDK is correctly set to JDK 11
    Also, check the Project Language Level to make sure it's corresponding to JDK 11.
    Check the Compiler Settings:

    Go to File > Settings > Build, Execution, Deployment > Compiler > Java Compiler
    In "Project bytecode version", select "11".
    Uncheck the "Use '--release' option for cross-compilation (Java 9 and later)".
    Maven or Gradle Settings: If you're using a build system like Maven or Gradle, make sure that the settings are correct for using Java 11. You might need to update your pom.xml or build.gradle file respectively.

    Update IntelliJ IDEA: Make sure you are using the latest version of IntelliJ IDEA. Older versions may have issues with newer versions of the JDK.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. need client ? help plz
    By kcinnay str in forum Requests
    Replies: 0
    Last Post: 08-10-2008, 07:49 PM
  2. Silab client help
    By Nathan R in forum RS2 Client
    Replies: 3
    Last Post: 03-10-2008, 04:13 PM
  3. for silabs client help
    By bye i will never c u in forum RS2 Client
    Replies: 6
    Last Post: 10-04-2007, 11:25 PM
  4. Need some client help plz
    By woofdawg23 in forum Requests
    Replies: 2
    Last Post: 10-01-2007, 05:41 AM
  5. Web-Client Help
    By kylemartin in forum RS2 Client
    Replies: 1
    Last Post: 07-29-2007, 11:55 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •