无论我运行什么代码都会在控制台出现以下代码,就算是输出一个hello也会这样。之前也试过一次,然后我就重装myeclipse,然后就行了,过几天又不行了。求大神救命
Usage: javaw [-options] class [args...]
           (to execute a class)
   or  javaw [-options] -jar jarfile [args...]
           (to execute a jar file)where options include:
    -server   to select the "server" VM
    -hotspot   is a synonym for the "server" VM  [deprecated]
                  The default VM is server.
                  
    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
                  A ; separated list of directories, JAR archives,
                  and ZIP archives to search for class files.
    -D<name>=<value>
                  set a system property
    -verbose[:class|gc|jni]
                  enable verbose output
    -version      print product version and exit
    -version:<value>
                  require the specified version to run
    -showversion  print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
                  include/exclude user private JREs in the version search
    -? -help      print this help message
    -X            print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
                  enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
                  disable assertions
    -esa | -enablesystemassertions
                  enable system assertions
    -dsa | -disablesystemassertions
                  disable system assertions
    -agentlib:<libname>[=<options>]
                  load native agent library <libname>, e.g. -agentlib:hprof
                    see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
                  load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
                  load Java programming language agent, see java.lang.instrument
    -splash:<imagepath>
                  show splash screen with specified image

解决方案 »

  1.   

    是这个bug
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=352203
    语言包的问题  
    http://download.csdn.net/download/slongjavacs/2651282你用这种方法找到语言包   用文本模式打开你的语言包(目录下面当前语言包)    看看有没有一串太长的
    用原版的语言包  或者去网上下 替换掉
      

  2.   

    换eclipse把,外面用的大多数都是eclipse,因为他是免费的~
      

  3.   

    换eclipse吧