Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i only use notepad(windows), so i want to import javax.media.* to my code, so how can i do that...
Posted
Comments
Xiao Ling 1-Dec-14 1:19am    
just import the package in your code, and set the classpath when building your code.

The import statement is written into your Java source program. It has nothing to do with any IDE.
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900