Thread: n800 and java
View Single Post
Posts: 28 | Thanked: 1 time | Joined on Oct 2007 @ London UK
#3
Do you know what tools I need to produce an executable?
Would it be an executable that anyone could download and run or would they need to install java?
Can I do the development on my PC (XP) first?

Thanks for your reply

Mike

PS These are the libraries I call so I assume I'm ok
  • import java.applet.Applet;
  • import java.awt.Color;
  • import java.awt.Component;
  • import java.awt.Dimension;
  • import java.awt.Event;
  • import java.awt.Font;
  • import java.awt.Graphics;
  • import java.awt.Image;
  • import java.awt.Rectangle;
  • import java.awt.Toolkit;
  • import java.io.PrintStream;
  • import java.util.Date;
  • import java.util.Random;
  • import java.util.HashMap
PS2 apart from writting this program in Java I know very little else about the language. I didn't use any clever menus so I assume that will help towards porting it across.