Click here to Skip to main content
15,911,315 members
Home / Discussions / Java
   

Java

 
AnswerRe: Java Intenet Jobs.... Pin
42774809-Oct-09 3:12
42774809-Oct-09 3:12 
GeneralRe: Java Intenet Jobs.... Pin
Richard MacCutchan9-Oct-09 4:31
mveRichard MacCutchan9-Oct-09 4:31 
GeneralRe: Java Intenet Jobs.... Pin
42774809-Oct-09 6:29
42774809-Oct-09 6:29 
QuestionParsing Text Files and Spliting on '>' Pin
meixiang68-Oct-09 14:09
meixiang68-Oct-09 14:09 
AnswerRe: Parsing Text Files and Spliting on '>' Pin
42774809-Oct-09 3:13
42774809-Oct-09 3:13 
GeneralRe: Parsing Text Files and Spliting on '>' Pin
meixiang69-Oct-09 4:22
meixiang69-Oct-09 4:22 
GeneralRe: Parsing Text Files and Spliting on '>' Pin
42774809-Oct-09 6:20
42774809-Oct-09 6:20 
GeneralRe: Parsing Text Files and Spliting on '>' Pin
meixiang69-Oct-09 8:56
meixiang69-Oct-09 8:56 
Thanks so much!

I tried compiling and I am getting complaints as follows, any ideas? Sorry I am new to JAVA and cant figure out how to fix it.


thanks again!




SplitFiles.java:24: cannot find symbol
symbol : method charAt(int)
location: class java.lang.Object
if (List.get(i).charAt(0) == '>')
^
SplitFiles.java:27: cannot find symbol
symbol : method replace(java.lang.String,java.lang.String)
location: class java.lang.Object
getFileName = List.get(i).replace(">", "");
^
SplitFiles.java:52: cannot find symbol
symbol : method charAt(int)
location: class java.lang.Object
if (List.get(k).charAt(0) == '>')
^
SplitFiles.java:74: cannot find symbol
symbol : method charAt(int)
location: class java.lang.Object
if (List.get(k).charAt(0) == '>')
GeneralRe: Parsing Text Files and Spliting on '>' Pin
42774809-Oct-09 9:42
42774809-Oct-09 9:42 
GeneralRe: Parsing Text Files and Spliting on '>' Pin
meixiang69-Oct-09 9:56
meixiang69-Oct-09 9:56 
Question12 days of christmas Pin
Shah Ravi8-Oct-09 9:05
Shah Ravi8-Oct-09 9:05 
AnswerRe: 12 days of christmas Pin
Wes Aday8-Oct-09 9:51
professionalWes Aday8-Oct-09 9:51 
GeneralRe: 12 days of christmas Pin
Shah Ravi8-Oct-09 10:19
Shah Ravi8-Oct-09 10:19 
GeneralRe: 12 days of christmas Pin
David Skelly8-Oct-09 22:13
David Skelly8-Oct-09 22:13 
AnswerRe: 12 days of christmas Pin
42774809-Oct-09 3:16
42774809-Oct-09 3:16 
QuestionJ2METext Field Problem Pin
DarkSorrow388-Oct-09 4:56
DarkSorrow388-Oct-09 4:56 
AnswerRe: J2METext Field Problem Pin
42774809-Oct-09 3:20
42774809-Oct-09 3:20 
QuestionEpub-LRFTools [modified] Pin
sharkbc7-Oct-09 21:54
sharkbc7-Oct-09 21:54 
AnswerRe: Epub-LRFTools Pin
Nagy Vilmos7-Oct-09 22:04
professionalNagy Vilmos7-Oct-09 22:04 
GeneralRe: Epub-LRFTools Pin
sharkbc7-Oct-09 23:30
sharkbc7-Oct-09 23:30 
AnswerRe: Epub-LRFTools Pin
42774808-Oct-09 1:04
42774808-Oct-09 1:04 
GeneralRe: Epub-LRFTools Pin
sharkbc8-Oct-09 17:11
sharkbc8-Oct-09 17:11 
GeneralRe: Epub-LRFTools Pin
42774809-Oct-09 3:21
42774809-Oct-09 3:21 
Question[Message Deleted] Pin
AsianMike7-Oct-09 3:53
AsianMike7-Oct-09 3:53 
AnswerRe: Need Memory Leak Help Pin
David Skelly7-Oct-09 4:14
David Skelly7-Oct-09 4:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.