Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Multiple errors using javac on cmd

User_6EY7HApr 3 2022

Dear saviours,
I'm currently trying to install an "old" plugin in ImageJ from a javascript (https://imagej.nih.gov/ij/plugins/oval-profile.html). It's not possible anymore to compile and run javascripts directly with ImagJ, so I was going to do it with the command prompt (javac).
But it returns errors such as "package package_name does not exist" and "cannot find symbol" (you'll find the screenshots bellow).
I don't understand how to solve that, because all these elements are important for the plugin to work... I would much appreciate if you could help me understand what is wrong.
Have a nice day !

image.pngimage.pngimage.pngimage.pngimage.pngimage.pngimage.png

Comments
Post Details
Added on Apr 3 2022
0 comments
271 views