Forum: Java Aug 16th, 2007 |
| Replies: 10 Views: 4,197 I dont think you can use hyperlink in windows application
its only for web application |
Forum: Java Jul 11th, 2007 |
| Replies: 9 Views: 4,744 just check out the manifest file
In that manifest file specify your main class correctly. then it will work fine |
Forum: Java Jun 5th, 2007 |
| Replies: 11 Views: 7,784 i think you have to update your current jar file..
You have to use the following code
jar uf currentfilename.jar updatefilename.jar
just use this command then both jar files can be made... |
Forum: Java Apr 3rd, 2007 |
| Replies: 6 Views: 1,127 Staneja if your problem gets solved means just mark it as solved. |
Forum: Java Feb 27th, 2007 |
| Replies: 2 Views: 943 Yes you can...do that...
Try like this....
Runtime.getRuntime().exec( command ); |
Forum: Java Feb 23rd, 2007 |
| Replies: 9 Views: 2,077 Hey am using Windows Xp and JDK1.5
May b...the problem is with your platform (OS) which u r using.......am not sure of that.... but in windows platform its working fine with JDK1.5
so u just... |
Forum: Java Feb 22nd, 2007 |
| Replies: 9 Views: 2,077 if u want to read your input as strings
use this code... it will read everything
import java.io.*;
class Interface
{
static BufferedReader br ;
static int readint(String str)
{ |
Forum: Java Feb 22nd, 2007 |
| Replies: 9 Views: 2,077 hey nothing worng with your code..
Did u use any characters instead of integers
in that case only u will get this kind of error.. |
Forum: Java Feb 22nd, 2007 |
| Replies: 9 Views: 2,077 Try to explain ur problem clearly...so that v can help u easily...what u want to do exactly.... |
Forum: Java Feb 21st, 2007 |
| Replies: 4 Views: 3,694 i willl tell the procedure..
just create a new project in emulator..
give project name for that HelloWorld and MIDlet Class Name also HelloWorld
then save the settings
and after tat... |
Forum: Java Feb 21st, 2007 |
| Replies: 4 Views: 3,694 Hey its working fine..in Wireless toolkit 2.2
Can u tell me in which version u r running....this project
else .. are u familiar with this tool kit r wat ?? |