Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I correctly mount a Source Path(s)?

correctly Mount path source
0
Posted

How do I correctly mount a Source Path(s)?

0

Use the File | Mount Source Path… menu item to select a Source Path directory so that JDebugTool can find your source code. A Source Path is a parent directory containing your Java packages (and source files) and is set analogously to a CLASSPATH directory. JDebugTool assumes that the directory structure matches the package hierarchy. For example, if the source file corresponding to class mypackage.MyClass (class MyClass in package mypackage) is located in the file c:/myjavafiles/mypackage/MyClass.java, then the correct Source Path would be c:/myjavafiles Note that a Source Path does not include any package names. You can also just type the full path name of the Source Path directory (for example: c:/myjavafiles) in the File name text field and then click on the Mount (Open) button. JDebugTool can automatically detect and fix incorrectly mounted source paths. In the Source Tree panel, under an incorrectly mounted source path, click on a Java source file in order to display the file.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123