views:

13

answers:

1

Hi everyone!

I have problem with charset in my NetBeans on Windows when I open files, which were editting in NB on Linux by my coworkers.

I guess it should be unicode in both. What I should to do to resolve this problem? I can find proper option.

A: 

right-click on Project -> Properties -> Sources -> Encoding for maven project, put project.build.sourceEncoding in pom->project->properties

Zverik