I'm working on a long standing project. I wanted to check my package name & went into "Project/Package Name" then clicked "OK". It said "Package name must be lower case". Why it wasn't, I don't know (it must have been like that for months) but I changed "rms.Insucalc2" to "rms.insucalc2"
Now however, when I try to compile I see this:
Compiling code. 0.17
Compiling layouts code. 0.11
Generating R file. 0.00
Compiling generated Java code. Error
javac 1.6.0_21
src\rms\insucalc2\main.java:458: cannot find symbol
symbol : class configure
location: class rms.insucalc2.main
public configure _configure = null;
^
1 error
configure is an activity module as is main.
It won't let me change the name back, so I'm stuck unless I revert to an earlier version.
Any suggestions please?
Regards,
Robert
Now however, when I try to compile I see this:
Compiling code. 0.17
Compiling layouts code. 0.11
Generating R file. 0.00
Compiling generated Java code. Error
javac 1.6.0_21
src\rms\insucalc2\main.java:458: cannot find symbol
symbol : class configure
location: class rms.insucalc2.main
public configure _configure = null;
^
1 error
configure is an activity module as is main.
It won't let me change the name back, so I'm stuck unless I revert to an earlier version.
Any suggestions please?
Regards,
Robert