Package com.sun.tools.javac.Main does not exist
680132May 20 2010 — edited May 20 2010Hi all,
I am using an old file java that in the import section has this declaration:
import com.sun.tools.javac.Main;
debugging it I have this error: package com.sun.tools.javac does not exist.
How can I substitute it?
Thank you.
Andrea