cancel
Showing results for 
Search instead for 
Did you mean: 

Syntax error, insert "}" to complete Class body.

Former Member
0 Kudos

Hello everyone,

I am trying to create simple Adobe form with WebDynpro for java. Java error in autogenerated class appears "Syntax error, insert "}" to complete Class body". As I see, java class really corrupted - there are no "}" at the class end.

Really appreciate any help.

Kirill

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The best way is to reload and rebuild the project. In my experience it occurs when you copy methods,actions from other project.

So try first to reload and rebuild. Close the NWDS and reopen. It does the trick most of the time. If still exists then try to copy the content to some place and remove the method,build once again.

Success

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks! It disappeared somehow