DevGuy
DevGuy

Reputation: 636

adding c/c++ source file in eclipse

I am new to Eclipse and having problems selecting a source folder. I want to add c++ file to my jni folder, but when I click on "browse" there are no folders.

Example screen capture

Upvotes: 3

Views: 815

Answers (1)

Shravan
Shravan

Reputation: 2919

Right click on the 'jni' folder and select New -> Source File and enter the file name, Eclipse will create the file in that folder.

Upvotes: 1

Related Questions