Thread: I have a problem when I run the client on the intellij "error: Could not find nor loa

Results 1 to 3 of 3
  1. #1 I have a problem when I run the client on the intellij "error: Could not find nor loa 
    Registered Member
    Join Date
    Mar 2022
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I have a problem when I run the client on the intellij "error: Could not find nor load the main class com.client.client"
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Apr 2018
    Posts
    44
    Thanks given
    44
    Thanks received
    3
    Rep Power
    0
    Quote Originally Posted by Marvin894 View Post
    I have a problem when I run the client on the intellij "error: Could not find nor load the main class com.client.client"
    The issue is right in front of your face.
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Dec 2022
    Posts
    21
    Thanks given
    5
    Thanks received
    13
    Rep Power
    0
    Quote Originally Posted by Marvin894 View Post
    I have a problem when I run the client on the intellij "error: Could not find nor load the main class com.client.client"
    Java applications requires the presence of at least one .class file to run; .java files are only meant for editing. In your instance, you will need to build/compile the project first and that is why it isn't finding "com.client.Client" which opens the client window.

    If its a gradle project, look for a build.gradle.kts file and right-click it and run that which will automatically build and implement all libraries required. Use 1.8 java if you don't have that set already... to do so right-click project and use Open Module Settings and change the JDK to match like so:

    Attached image

    Hope that helps and teaches you something.

    Quote Originally Posted by Zenyte View Post
    The issue is right in front of your face.
    If you had really no intentions of helping then don't post useless shit.
    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. Replies: 0
    Last Post: 07-18-2012, 07:02 AM
  2. When i run the client comes up with errors please look
    By DivinescapeOwner in forum Help
    Replies: 8
    Last Post: 03-05-2012, 11:15 PM
  3. some error when I run the server [paying 3$]
    By Norcotic in forum Buying
    Replies: 1
    Last Post: 01-31-2012, 05:52 AM
  4. Replies: 8
    Last Post: 03-24-2011, 07:50 AM
  5. Wierd error:S When i run the server
    By Mergim in forum Help
    Replies: 4
    Last Post: 10-25-2009, 11:20 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
  •