I keep on getting the following error in processing 3.3:
The package "javax.media" does not exist. You must be missing a library.
Please suggest a solution for the same.
Thanks in advance!
I keep on getting the following error in processing 3.3:
The package "javax.media" does not exist. You must be missing a library.
Please suggest a solution for the same.
Thanks in advance!
The javax.media
package is not a standard Java package. You can check by looking for it in the Java API.
So you have to track down the jar file that contains the javax.media
package. Google is your friend here, but here are a couple promising results:
Once you've found the jar file, you can simply drag it onto your Processing editor to use it in your Processing code.