You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
visual studio 2013 couldn't start simple console program. and says: maybe I can't detect main class name! in this means
and when I changed "start class within project" in solution debug. the console came up and said, " couldn't find class..."
and after I blanked that textbox in Debug.
when I run project just console comes up and runs "java" command
------ 已启动生成: 项目: ConsoleApplication2, 配置: Debug Any CPU ------
C:\Java\jdk1.7.0_51\bin\javac.exe -verbose -g -d obj/Debug/ -Xlint -deprecation src/main/java/pkg/Program.java
D:\works\javaworks\ConsoleApplication2\packages\Tvl.Java.1.2.0\build\Tvl.Jvm.Common.targets(3018,5): error MSB3030: 无法复制文件“obj\Debug\ConsoleApplication2.jar”,原因是找不到该文件。
已完成生成项目“ConsoleApplication2.javaproj”的操作 - 失败。
it can not copy the jar file because it can not found
The text was updated successfully, but these errors were encountered: