爲什麼會導入到eclipse的項目不會顯示這樣的包,而只是顯示常規的文件夾結構?導入到eclipse的項目並沒有顯示源代碼包
我的項目文件
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>hello-connector</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
也許你是在瀏覽器視圖而不是包瀏覽器。他們是否在src文件夾中導入了 – Alfabravo 2012-08-08 19:04:43
? – 2012-08-08 19:04:44
非常有趣的mre,如果你想在這裏幫助:http://stackoverflow.com/questions/11871047/trying-to-follow-your-first-cloud-connector-tutorial – david 2012-08-08 19:18:15