How do I compile a class file within a channel's car?

0
No votes yet

I want to add a new channel called Campus Emergency, and have it be an additional option within the target announcements manager.

I opened the /opt/luminis/webapps/luminis/WEB-INF/cars/announcements.car and found the ScheduleBean.class that I needed to edit. I also changed the ScheduleBean.properties and ta-shed-target.jsp. I decompiled the class file, then when I try to compile it back to a class file it gives me "can't find symbol" errors. I tried putting the java file back into the cars directory and compiling it there, but it still won't go.

I know its an issue with paths but I don't know what to change.

Any ideas as to what I can do to get this to work?