I use windows 7, and installed JDK 8 update 111 and Netbeans 8.2.
I installed Java ME Embedded SDK 8.3 and installed Netbeans plugins.
When I try to create a default Java ME Embedded project, it shows an alert "Project Folder already exists and is not empty" and does not proceed any more.
JavaMEApplication1, nbproject folders and project.xml file was in NetBeansProjects folder.
The following is the content of the project.xml.
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.j2me.project</type>
<configuration/>
</project>
I think it is not Netbeans problem, because I can create a Java SE project without any problem.
Is there anyone who has this issue or solution?