Help me to change java file

AishaSmith

Regular Member
Joined
Jan 7, 2013
Messages
209
Reaction score
4
Hello Guys,


I wanna help regarding my java project. I am student and i got one project from my friend and he added all detail of his. Now i want to change it. But i don't know how to change it. I want to change following content


@ Copyright by M.Sc-IVth Sem. Student
TO
@ Copyright by B.Sc IT 6th Sem. Student


And in Footer


Submitted By Sukhdeep, Monika & Pardeep
TO
Submitted By Himanshu, Jaspreet & Vikas

This is the Snapshot of that file. http://i.imgur.com/pxbZZz0.png

PLEASE HELP ME TO CHANGE IT.

FOLLOWING IS THE ATTACHMENT.

http://www.4shared.com/rar/M_SQ4lbXba/extra.html?

https://docs.google.com/file/d/0B6hho6PC9HIaWXJsU050bHl2bnM/edit

Both files are same. Download what do you want to download

With Regards,
 
Go through the source and use find function to find that string? Did you try that?

What have you tried till now? If you need help let us know what you have tried already.
 
Go through the source and use find function to find that string? Did you try that?

What have you tried till now? If you need help let us know what you have tried already.

i don't have much knowledge of java. I just open all files and find content which i wanna change. But i did not find. May be i am missing that file thats why i have shared all file with you guys. Please help me in this topic. Other wise my teacher will not give me marks and i got failed.

HOPE YOU WILL CHANGE IT AND HELP ME IN THIS TOPIC.

:o
 
its in student7.java line 20 and 21, alter it and compile
 
its in student7.java line 20 and 21, alter it and compile

I edit this file and after editing i run this file again but same problem. Thats why i post thread. please edit it and share edited file with me.
 
cant post link, its in 4shared

file/HtPnmUjwba/extra.html
 
Open all files in the archive with Notepad++. Ctrl+F, "Find all" the string you wanna find and replace. It's easy.
 
:AR15firin its done, the link i gave u is the edited file i cant post link here bcs im new
4shared: /file/HtPnmUjwba/extra.html
 
I edit this file and after editing i run this file again but same problem. Thats why i post thread. please edit it and share edited file with me.

Yes, from the .rar you uploaded its clearly visible you have edited the correct source file but have not compiled the app after that. How on earth you think you're going to pass a Java course if you don't know how and why to compile your code?

Do you submit the excercises to a an automated system? You think it's not gonna notice your code is copied from a previous cource?
 
:AR15firin its done, the link i gave u is the edited file i cant post link here bcs im new
4shared: /file/HtPnmUjwba/extra.html

Thanku very very much for this. I don't know how to thank to you.

But please let me know how you did that. I also wanna learn it.
 
:cat16:just alter and compile, u can compile manually via cmd or download Geany. mak sure ur system got JDK installed else u cant compile
 
:cat16:just alter and compile, u can compile manually via cmd or download Geany. mak sure ur system got JDK installed else u cant compile

Okies thanks for this help (huge help)
 
Back
Top