我正试图将我的一个应用程序整合到控制器和视图的子文件夹中--一个用于营销网站,另一个用于应用程序本身。
这就是我目前的情况:
app/controllers
application_controller.rb
...shit ton of other controllers...
这就是我想要的:
app/controllers/app
application_controller.rb
...all controllers related to the app itself...
app/controllers/marketing
...all controllers
这一行代码给了我一个错误。
Scanner sce = new Scanner(new File("employees.txt"));
while(sce.hasNextLine()) {
String[] obj = sce.nextLine().split(", ");
Employee e = new Employee(obj);
department d = new department(e); //Here is where the error pops up (Main.java:29)
...
}
我正在扫描文本文