English 中文(简体)
为什么我能看到瓦 Java项目在《联邦法典》中的观点?
原标题:Why cant I see Java project view in VS Code?

因此,Im试图在java项目上增加杰尔档案。

我被告诉:

If you want a more beginner-friendly way of adding libraries, you can also use the Project Manager for Java extension, which is included in the Java Extension Pack. With it, you can click the + icon on Referenced Libraries in the JAVA PROJECTS view, as shown in this example. A quick tip if you need to add many libraries from a folder is to Shift or Alt + click the + icon, which will let you select an entire folder containing multiple .jar files.

After installing Project manager extension and creating a new Java project in VS code, I get to this screen. My Java project3

正如《科索沃统计局法典》所述,我应当能够在创建我的java项目之后看到项目的观点。 我看不出上面形象显示的项目观点。 VS代码说,我应当看到探索者分标题中的3个点,以便它能够做到,但我还是没有第一个图像中显示的这3个方面。

enter image description here

我既安装了项目经理,也安装了推广包,因此我确实不理解为什么我看不到或能够看到项目。

“entergraph

Any suggestions on enabling project view?

问题回答

你们是否试图开一个 j子档案? 由于启动的延期取决于立案名称的延期。

参看here

If it still does not work, could you provide the OS and the versions of the VSCode and extensions?

无论如何,你可以尝试以下两个步骤:

  1. open a .java file
  2. reboot your vscode

我与这一点进行了相当的斗争,任何明显的解决办法都没有奏效。

我最终解决该问题的方式是建立一个新的 Java项目,并研究各种档案的分歧。

Especially in the .project file, there were missing entries. Some also in the .settings/*.prefs files After updating those in my own project, it got detected properly.

为我工作的唯一解决办法是制作新的视觉演播室代码,并试图再次安装展期。

[create a new profile steps][1] [1]: https://i.stack.imgur.com/dphv6.png

我确信延期安装令不会影响。

当时,如果你试图打开探索者箱并检查 Java项目标,我也存在同样的问题,需要几个小时才能实现。

“Java项目核对箱”</p





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签