No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
11 Posted Topics
Re: since it is java forum i want to ask you whether to create it with java or html.... | |
Re: [URL="http://www.java2s.com/Code/Java/J2ME/Image.htm"]http://www.java2s.com/Code/Java/J2ME/Image.htm[/URL] so visit this url so you can get some tips for your work | |
Re: [QUOTE=lordx78;589090][code=Java] package midp.firstAid; import javax.microedition.lcdui.*; public class AboutCopy extends Basic { public AboutCopy() { super("About Product"); append("Copyright 2008\n " + "\n Nanthikesvaran\n" + "\n" + "This product based on Java Technology " + "to give and provide sufficient information " + "of a knowledge on First Aid.\n"+ "It's still under … | |
Re: i think it can be done after converting into double please ckeck with an if condition if(x>0) then i think you can access only positive numbers | |
Re: [QUOTE=hkarthik;586893]Hi everybody, I am new to j2me. Can anybody tell me how to start working with j2me.[/QUOTE] it is best to start with following site.........but there is lot of tutorials which will help you.......and there are lot of books available for free......... [URL="http://www.developer.com/java/j2me/article.php/10934_1561591_1"]http://www.developer.com/java/j2me/article.php/10934_1561591_1[/URL] | |
can anybody give me tutorial sites for practising about this webservice. | |
Re: i think it is better to use character array to store each character and get it....sample syntax is like this.....[CODE] char[] i=new char[10]; String u = (String) stoke.nextToken(); i= u.toCharArray();[/CODE] So that you can get as each character....... | |
i am trying to remova last tokenised string as i am mentioning in below sample....i have stored a data in a hashtable like this.....[ICODE]Hashtable h = new Hashtable(); h.put("111", "A/B/C/d"); h.put("222", "A/B/C/D/e"); h.put("333", "A/B/C/f"); h.put("444", "A/B/C/D/E/g"); h.put("555", "A/B/R");[/ICODE] in order to tokenise these strings and to remove last elements.......for example....here … | |
[CODE] E:\CatalinaHome\webapps\axis\samples\userguide\example3>java org.apache.axis.cli ent.AdminClient deploy.wsdd - Processing file deploy.wsdd - Exception: AxisFault faultCode: {http://xml.apache.org/axis/}Server.userException faultString: java.net.ConnectException: Connection refused: connect faultActor: null faultDetail: stackTrace: java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown Source) at java.net.PlainSocketImpl.connectToAddress(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.<init>(Unknown … | |
help me that i am working in a sax parser project. it moves inside start and end document but not into start and end element. | |
hi i am new to j2me. can any body say how an http connection could be done in j2me |
The End.