[Bluej-discuss] A weird bluej IDE. A bug?
Michael Kölling
M.Kolling at kent.ac.uk
Tue Apr 18 11:52:25 BST 2006
On 16 Apr 2006, at 16:29, Jason Zong wrote:
> I want my program to compile the java files in the current working
> directory.
And there lies the problem. The current working directory is the
BlueJ project directory, which contains temporary files which are
created by BlueJ.
> The messages are that first line is "_shellXX.java2: the package
> bluej.runtime doesn't exist." and second line is" public class
> _shellXX extends bluej.runtime.shell { ".
This shows that your command tries to compile the temporary BlueJ
file, and that fails because some required libraries are not included
in your command's classpath.
This will always work from the command line, since the temporary file
then does not exist.
Regards,
Michael
More information about the bluej-discuss
mailing list