Results 1 to 8 of 8
Thread: Renamed my whole code.
- 01-08-2012, 08:56 PM #1
Member
- Join Date
- Jan 2012
- Posts
- 3
- Rep Power
- 0
Renamed my whole code.
Hello, i renamed my project en so i needed to change all the files with my other name. and my main file.
for example org.blocktitle.game.BlockTitle > org.habseb.game.HabsEb but now it can not find my main file? and that is org.habseb.game.HabsEb
its really annying beceause now i can't start my game somebody can help?
- 01-08-2012, 10:22 PM #2
Re: Renamed my whole code.
Use the OSs Search to find the .java file with the main(String[] method.somebody can help?
- 01-09-2012, 08:01 AM #3
Re: Renamed my whole code.
Java doesn't have any concept of a project. Since you're talking about a project, presumably that relates to the IDE you use -- which you haven't mentioned.
Provide more detail if you expect to get help. We're not here to play guessing games.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 01-09-2012, 05:45 PM #4
Member
- Join Date
- Jan 2012
- Posts
- 3
- Rep Power
- 0
- 01-09-2012, 05:55 PM #5
Re: Renamed my whole code.
Most OSs have a way to search folders on your PC for files with certain contents.
Use that search program to find a *.java file with a line containing: main(String[]
or however you code you main() method.
- 01-09-2012, 06:06 PM #6
Member
- Join Date
- Jan 2012
- Posts
- 3
- Rep Power
- 0
- 01-09-2012, 06:09 PM #7
Re: Renamed my whole code.
Did you use the Search program to find the file: HabsEB.java? I can not help you with that. You will have to do a search and find the file so you can compile it and execute it.
I don't know anything about a run settings menu. That sounds like it is in some program.
- 01-09-2012, 06:10 PM #8
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Similar Threads
-
FileOutputStream Renamed Method
By moomonkey in forum Advanced JavaReplies: 2Last Post: 09-21-2011, 09:40 AM -
My code was not executed properly.It will jumping to exception handling.my code is
By vinay4051 in forum EclipseReplies: 3Last Post: 08-10-2011, 09:17 AM -
servlet include method copying sorce code and executing source code as output how to
By shamkuma2k in forum Advanced JavaReplies: 0Last Post: 08-07-2011, 08:32 PM -
C server code - Java CLient Code _ TCP Connection Problem
By rmd22 in forum NetworkingReplies: 0Last Post: 02-21-2011, 11:50 AM -
Generating Code Automatically Using Custom code Template In Eclipse
By JavaForums in forum EclipseReplies: 1Last Post: 04-26-2007, 03:52 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks