Error: Could not find or load main class Main

前端 未结 3 1454
天命终不由人
天命终不由人 2020-12-12 02:01

I\'ve the java class:

package com.server.main;

import java.io.PrintWriter;
import java.net.ServerSocket;
import java.net.Socket;

public class Main {
    pu         


        
3条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-12 02:23

    Look here: http://docs.oracle.com/javase/tutorial/getStarted/problems/index.html

    I find there answer to my problem with compile and run java application in terminal.

提交回复
热议问题