Exception in thread “main” java.lang.NoClassDefFoundError: DiServer

后端 未结 2 1780
半阙折子戏
半阙折子戏 2020-12-16 00:32

This is one of those terribly embarrassing questions I\'m afraid.

I have a program in Eclipse:

    package ds;
    public class DiServer {
 public st         


        
2条回答
  •  误落风尘
    2020-12-16 01:16

    goto C:\My Documents\DiTest\ds\

    javac  DiServer.java
    

    goto C:\My Documents\DiTest\

    java ds.DiServer 
    

    Also See

    • packages

提交回复
热议问题