Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How can I list imports which I don't have to install like system and where I can get actually installed imports?

share|improve this question
2  
Eh? If you're talking about .dll/.so imports, the answer is obviously system-dependent, although I would have thought the answer is whatever is in the vendor's C or C++ library, which again is system-dependent. If you're talking about Java imports, the answer is java.lang.*, and the question has nothing to do with JNI or JNA. If you're talking about something else, please clarify. – EJP Nov 5 '12 at 23:11

closed as not a real question by EJP, bmargulies, bryanmac, Beerlington, Starx Nov 7 '12 at 4:02

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.