jni - Eclipse Folder is transparent/grayed out. What does it mean? -
my jni folder in eclipse looks this:
it grayed out , has diagonal line across it. mean? can still edit native c++ code in folder , see changes test application.
it means directory being filtered source locations. seems can use exclude files not source source folder, although i've never used it.
i got rid of irritation in eclipse indigo cdt by:
(project) properties ->c/c++ general ->paths , symbols ->source location tab ->edit filter... ->remove
Comments
Post a Comment