Search Results

Showing results 1 to 40 of 871
Search took 0.05 seconds.
Search: Posts Made By: vinod_javas
Forum: Java Nov 24th, 2007
Replies: 0
Views: 2,267
Posted By vinod_javas
Hai Frindz,

Iam using jdk1.5 in linux OS,I want to list the serial ports in my system, I used port name /dev/ttyS0 (for com1) in my program,but it gives CommPortIdentifier not Found Error....
Forum: Java Nov 24th, 2007
Replies: 2
Views: 936
Posted By vinod_javas
Forum: Java Nov 22nd, 2007
Replies: 2
Views: 936
Posted By vinod_javas
Hi Guys..,

Where can i find this particular package javax.media.*;

and is there any specific link there to download the javax packages...?

If so kindly help me out...

Thanks in advance..
Forum: Java Sep 27th, 2007
Replies: 1
Views: 472
Posted By vinod_javas
What is mean by precasting in java can any one give me simple example please...
Forum: Java Sep 21st, 2007
Replies: 2
Solved: String
Views: 836
Posted By vinod_javas
thanks
Forum: Java Sep 20th, 2007
Replies: 2
Solved: String
Views: 836
Posted By vinod_javas
1
String
hi everyone
i have a very a very basic question in mind .. i wanted to discuss ..

Difference Between these?

String s1= new String("java") ;
String s2="java" ;

and also
Forum: Java Aug 22nd, 2007
Replies: 12
Views: 6,430
Posted By vinod_javas
execJAVA currently am using this exe converter from jar file.

but its trial version only.

you can download this from www.JavaAPIs.com (http://www.JavaAPIs.com)

anyway you have to convert...
Forum: Java Aug 22nd, 2007
Replies: 12
Views: 6,430
Posted By vinod_javas
If you want to create Exe means you have to go for third party tool.
Forum: Java Aug 22nd, 2007
Replies: 12
Views: 6,430
Posted By vinod_javas
you can create jar for your project

you have to make manifest file

Manifest-Version: 1.0
Specification-Title: Java Utility Classes
Created-By: 1.5.0 (Sun Microsystems Inc.)
Main-Class:...
Forum: Java Aug 21st, 2007
Replies: 10
Views: 4,545
Posted By vinod_javas
if you have better way more than this means please show your solutions also. it will be really useful

(for adding zero)


class doubconv
{
public static void main(String args[])
{
String...
Forum: Java Aug 21st, 2007
Replies: 6
Views: 1,166
Posted By vinod_javas
java.sun.com will provide you good tutorials.

so just go through that tutorials

All the very best.
Forum: Java Aug 20th, 2007
Replies: 10
Views: 4,545
Posted By vinod_javas
Have this as example.......

class doubconv
{
public static void main(String args[])
{
String code="00000000001";
double dbl=Double.parseDouble(code);
double dbl1=dbl+1;
String...
Forum: Java Aug 20th, 2007
Replies: 6
Views: 1,463
Posted By vinod_javas
first better way... is try to run programs in command prompt thats is the best way to start a learning step for java

install jdk 1.5 or latest 1.6

then set your class path

compile it
...
Forum: Java Aug 16th, 2007
Replies: 10
Views: 4,064
Posted By vinod_javas
I dont think you can use hyperlink in windows application

its only for web application
Forum: Java Aug 8th, 2007
Replies: 5
Views: 937
Posted By vinod_javas
Just download J2ME wireless toolkit 2.5 for developing mobile application.... it is very nice IDE provided by Sun.

you will be having demo projects inside the toolkit.. just go through all those...
Forum: Geeks' Lounge Aug 4th, 2007
Replies: 183
Views: 13,710
Posted By vinod_javas
^


Is very friendly kind of.... and cool.
Forum: Java Jul 31st, 2007
Replies: 2
Views: 1,972
Posted By vinod_javas
and simply if you type java -help means you will get list of items for help

in that itself it contains the java -version

from that you can get to know about the version that you are using.
Forum: Geeks' Lounge Jul 30th, 2007
Replies: 411
Views: 43,002
Posted By vinod_javas
ok fine shouvik.d (http://www.daniweb.com/forums/member138880.html).... if dani-moderators complains about it means next time i will avoid this.
Forum: Geeks' Lounge Jul 30th, 2007
Replies: 411
Views: 43,002
Posted By vinod_javas
FUNNY THINGS....

3826

3827

3828

3829
Forum: Geeks' Lounge Jul 27th, 2007
Replies: 183
Views: 13,710
Posted By vinod_javas
Forum: Geeks' Lounge Jul 26th, 2007
Replies: 411
Views: 43,002
Posted By vinod_javas
Farmer John was taking his cow and its new born calf to sell in the auction.
On the way farmer John got robbed by thieves, who beat him up, stripped him of his clothes and tied him to a tree. ...
Forum: Posting Games Jul 26th, 2007
Replies: 3,341
Views: 177,853
Posted By vinod_javas
you are new to this game. they have altered the rules already.
Forum: Geeks' Lounge Jul 25th, 2007
Replies: 183
Views: 13,710
Posted By vinod_javas
Arjun is the kind of person who is having good gaming & puzzle solving talent.....and Very good friend of mine!!
Forum: Posting Games Jul 25th, 2007
Replies: 7,595
Views: 657,191
Posted By vinod_javas
Forum: Geeks' Lounge Jul 25th, 2007
Replies: 3
Views: 635
Posted By vinod_javas
Forum: Geeks' Lounge Jul 25th, 2007
Replies: 3
Views: 635
Posted By vinod_javas
Hi buddies.,

Try to solve this!
Forum: JSP Jul 25th, 2007
Replies: 7
Views: 1,052
Posted By vinod_javas
for that you have to get the rowcount value for that particular table and then keep that value in that place of int row_to_display =

i dont know the exact method for getting row count value..
...
Forum: JSP Jul 25th, 2007
Replies: 7
Views: 1,052
Posted By vinod_javas
hi sunitha its no need to make new thread like this you could have added this code in your previous thread itself.... so you can get continuity for your problem solving.
Forum: JSP Jul 25th, 2007
Replies: 7
Views: 1,052
Posted By vinod_javas
int row_to_display = 200 ;
FPSProdMap[] oProdMap= dbFpsProdMap.getProdMap(sLang,1,200);


change that value 200 to your number of records like if it is 1000 means change it in to 1000
Forum: JSP Jul 25th, 2007
Replies: 2
Views: 1,368
Posted By vinod_javas
provide your code so it will be easy to solve the problem
Forum: Geeks' Lounge Jul 25th, 2007
Replies: 183
Views: 13,710
Posted By vinod_javas
Forum: Posting Games Jul 25th, 2007
Replies: 3,185
Views: 249,603
Posted By vinod_javas
I really love
Forum: Posting Games Jul 25th, 2007
Replies: 7,595
Views: 657,191
Posted By vinod_javas
committed -> betrothal
Forum: Posting Games Jul 25th, 2007
Replies: 3,341
Views: 177,853
Posted By vinod_javas
Forum: Posting Games Jul 25th, 2007
Replies: 7,595
Views: 657,191
Posted By vinod_javas
love -> couple
Forum: Posting Games Jul 25th, 2007
Replies: 3,341
Views: 177,853
Posted By vinod_javas
Forum: Java Jul 20th, 2007
Replies: 2
Views: 574
Posted By vinod_javas
please make your query clear.. so that we can help you in right way....

or else provide your code.... we will help you to solve the problem
Forum: Java Jul 19th, 2007
Replies: 10
Views: 3,635
Posted By vinod_javas
you have to convert your application in to executable jar file..

for that you have to follow some procedure

you have to create manifest file

in that manifest file you have to mention...
Forum: Geeks' Lounge Jul 18th, 2007
Replies: 40
Views: 2,619
Posted By vinod_javas
01101000 01110100 01110100 01110000 00111010 00101111 00101111 01110111 01110111 01110111 00101110 01101000 01101111 01101100 01101100 01111001 01100001 01110100 01101000 01101111 01101101 01100101...
Forum: Java Jul 16th, 2007
Replies: 15
Views: 3,706
Posted By vinod_javas
Showing results 1 to 40 of 871

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC