Results 1 to 6 of 6
Thread: Where do i start writing?
- 06-05-2011, 06:59 AM #1
Member
- Join Date
- Jun 2011
- Posts
- 2
- Rep Power
- 0
-
I think that for us to help you, you will need to give us more information about your problem and ask more specific questions. For instance, what do you know right now? Have you done any Java coding previously? What is tripping you up right now? Is it programming in Java or using Eclipse that is the problem?
Also, for future reference and to help you get better help here, I should tell you that you will want to avoid using urgent and ASAP in your posts as it implies that you thing that your question/problems are more important than anyone else's. Of course all questions here are equally important, and statements such as these can sometimes have the opposite effects of that which they intended.
Regardless, best of luck and welcome to the forum.
- 06-05-2011, 07:35 AM #3
Member
- Join Date
- Jun 2011
- Posts
- 2
- Rep Power
- 0
Now this is being specifically specific..
I have done some JAVA previously not of the OOP type but of the basic one.
I want to develop games and applications for mobile phones on JAVA and for that I just don't know where to type in all the coding thing. Like i don't know where to go and what to do after running Eclipse or NetBeans and once this problem is solved and my code is complete I don't know how to find the .jar or .jad or .whatsoever file to this program so that I can transfer the file to my cell phone and VOILA**!!
- 06-05-2011, 07:47 AM #4
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
Are you saying you don't know how to write code in an IDE? If so, you probably have a lot to learn before writing android apps, I suggest you start with the java tutorials or a good beginner book.
- 06-05-2011, 08:01 AM #5
Wireless Development Tutorial Part I
J2ME Tutorial, Part 1: Creating MIDlets | Java.net
And it's Java, not JAVA.
db
- 06-05-2011, 08:32 AM #6
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,380
- Blog Entries
- 7
- Rep Power
- 17
Eclipse doesn't offer you a cradle in which you can make your spaceships go kaboom; Eclipse helps to to write classes (and all the method code in them) and you can tell Eclipse what third party .jar file(s) your code is using. Finally you can tell Eclipse to create a .jar file with your own code. Given your question I'm afraid that your comprehension of what progamming and program code actually is, is far too rudimentary for the task you want to accomplish (i.e. writing a game). Start with the basics ("Hello world!") and work yourself up from there. Eclipse isn't a magic bullet.
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
Similar Threads
-
Start Swing GUI program by Java Web Start with IE in Eclipse debug mode
By albertkao in forum EclipseReplies: 1Last Post: 01-18-2011, 06:27 PM -
How to start and what to use?
By colpwd in forum New To JavaReplies: 3Last Post: 10-08-2010, 01:10 AM -
Im writing to a file and i want to skip lines while writing to a text file.
By Broden_McDonald in forum New To JavaReplies: 1Last Post: 02-27-2010, 01:29 AM -
How do you start a Java program from the "Start" menu under Windows?
By ScottVal in forum New To JavaReplies: 5Last Post: 03-20-2009, 10:04 PM -
How to start
By cachi in forum Java AppletsReplies: 1Last Post: 08-06-2007, 08:43 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks