Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/get-started/streaming/quickstart-streaming-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Run the following command from the terminal to launch the Dev UI.
```console title="terminal"
mvn exec:java \
-Dexec.mainClass="com.google.adk.web.AdkWebServer" \
-Dexec.args="--adk.agents.source-dir=src/main/java" \
-Dexec.args="--adk.agents.source-dir=." \
-Dexec.classpathScope="compile"
```

Expand All @@ -135,8 +135,7 @@ the dropdown. Select "science-app".
!!!note "Troubleshooting"

If you do not see "science-app" in the dropdown menu, make sure you
are running the `mvn` command at the location where your Java source code
is located (usually `src/main/java`).
are running the `mvn` command from the root of your maven project.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[No change needed]

Thanks for this more general clarification!


## Try Dev UI with text

Expand Down