开发者

Where to put a file in the netbeans?

In which location I should put any file in Netbeans project directory structure?

Also in the code how should I 开发者_如何学Pythongive the path(absolute or relative) to that file?

Thanks


If it is about Java,
I would suggest you to put it in default package , It would be directly available in classes folder after building, so you can directly access it from classpath.

Here is sample

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜