Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-07-2008, 06:23 PM
Member
 
Join Date: Apr 2008
Posts: 20
pheonix is on a distinguished road
[SOLVED] something important i want to know
Hi all please dont tell me not to be in a hurry :P in learning this .. trust me i know,, but this time i seriously need to know this before hand so...
how do u build a simple simple body or outline for the program using JCreator Pro ... and how can I convert the program so that it would work on cell phones ???? please this is important to me

gracias seniors/senioritas
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 04-07-2008, 07:38 PM
DonCash's Avatar
Moderator
 
Join Date: Aug 2007
Location: London, UK
Posts: 239
DonCash will become famous soon enoughDonCash will become famous soon enough
Hello.

You will need to learn the basics of Java to be able to use JCreator. This is simply an editor. The best place to start is by reading the official Sun Java tutorial lessons. You will learn loads here:

The Java™ Tutorials

If you have any questions about JCreator then check out their support forums:

JCreator Forum Board (Powered by Invision Power Board)

I can help you to get started.

Open JCreator and go to File > New Project.
If its there, select Java application.

It will then ask you to pick a project name. Its up to you what you pick but for starters try something like MyClass.

Click OK and MyClass.java project will be created on screen.

Delete any code that it shows and type this:

Code:
class MyClass { public static void main(String[] args) { System.out.println("Hello World"); } }
Now at the top click Build > Compile Project or hit the F7 key.

Hopefully no compile errors will show.

Then to run this program click Build > Execute Project. or hit the F5 key.

Your console window will now display "Hello World"

Congratulations. You have just written your first Java program in JCreator.

Now obviousally this is the complete basics. To be able to run Java programs on mobile phones I suggest you Google for tutorials.
__________________
Did this post help you? Please
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
me!

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Last edited by DonCash : 04-07-2008 at 07:44 PM.
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 04-07-2008, 09:02 PM
Member
 
Join Date: Apr 2008
Posts: 20
pheonix is on a distinguished road
oh no no no my good friend i am actually a softwear engineer i kind know how to write a program which is a bit advacnced than what u gave me :P my dear, im still at my first courses so ... i just want to know how to build the program's format .. or make it an .exe and also how to convert it o it would work on cell phone after installing it to them ??
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 04-08-2008, 07:14 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 4,402
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
You are looking how to create an executable file, for a mobile? If so what you mean convert to work on cell phones. I mean Java ME is the solution. That technology support for mobile development. Creating executable application for the mobile is the issue.

__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Has someone helped you? Then you can
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
their helpful post.

Want to make your IDE the best?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 04-08-2008, 12:06 PM
DonCash's Avatar
Moderator
 
Join Date: Aug 2007
Location: London, UK
Posts: 239
DonCash will become famous soon enoughDonCash will become famous soon enough
Oh OK. Sorry I misunderstood your post as it was quite vague.

Take a look at this link and it will help to answer your question:

The Java ME Platform - the Most Ubiquitous Application Platform for Mobile Devices
__________________
Did this post help you? Please
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
me!

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Bookmark Post in Technorati
Reply With Quote
  #6 (permalink)  
Old 04-11-2008, 08:44 PM
Member
 
Join Date: Apr 2008
Posts: 20
pheonix is on a distinguished road
Oh ok thanx alot guys
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Need help with Loops...please! Zebra New To Java 5 04-10-2008 03:44 PM
IMPORTANT: Applet Problem Please Help! nvidia Java Applets 1 01-22-2008 04:25 AM
Some question to be solved idrees Advanced Java 4 01-03-2008 12:13 AM
Referer Problem : very Important berkdulger Java Servlet 1 07-17-2007 06:59 PM
Important : Referer Problem berkdulger JavaServer Pages (JSP) and JSTL 0 07-17-2007 03:25 PM


All times are GMT +3. The time now is 02:04 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org