(sorry, I'm a Foreigner, Not good at English.)
OS: windows 10, 64bit
I compile java program with script, and is working.
But There is one problem. I want to compile java program build in Eclipse.
EXAMPLE - my Eclipse project path is D:\project\java_tutorials.
I open D:\project\java_tutorials\src\org\opentutorials\javatutorials\compare\EqualDemo.java .
because I make package "org.opentutorials.javatutorials.compare" and make Java class named "EqualDemo" at Eclipse.
`package org.opentutorials.javatutorials.compare;
(sorry, I'm a Foreigner, Not good at English.) OS: windows 10, 64bit I compile java program with script, and is working. But There is one problem. I want to compile java program build in Eclipse. EXAMPLE - my Eclipse project path is D:\project\java_tutorials. I open D:\project\java_tutorials\src\org\opentutorials\javatutorials\compare\EqualDemo.java . because I make package "org.opentutorials.javatutorials.compare" and make Java class named "EqualDemo" at Eclipse. `package org.opentutorials.javatutorials.compare;
public class EqualDemo {
} ` But Error is appeared.
One Interest thing, When I make this sample in D:\project\java_tutorials, is working.
that means no PROBLEM in my environment variables. Help me to solve this Error....PLEASE