Skip to content

Commit

Permalink
Added note about setting up annotation processing in eclipse.
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Oct 21, 2023
1 parent d7667d2 commit 9acac55
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 58 deletions.
12 changes: 12 additions & 0 deletions docs/manual/getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ The press the _Download_ button.

After a few seconds you should be prompted to download the project as a ZIP file. Save this zip file somewhere on your local drive, extract it, then open it in IntelliJ IDEA.

[TIP]
====
**Additional Steps for Eclipse Users**
CodeRAD includes an annotation processor that needs to be activated. There are a few additional steps required to enable this in Eclipse.
. Add `org.eclipse.m2e.apt.mode=jdt_apt` to the `./common/.settings/org.eclipse.m2e.apt.prefs`
. Add `target/generated-sources/rad-views` to the .classpath.
See https://github.com/codenameone/CodenameOne/issues/3724[this issue] for more details.
====

Once the project is opened, press the
image:images/intellij-run-button.png[]
icon on the toolbar to run the project in the Codename One simulator.
Expand Down
Loading

0 comments on commit 9acac55

Please sign in to comment.