Joined
Last Seen
0 Reputation Points
0 Endorsements
Ranked #22.6K
~7K People Reached
Favorite Forums
Favorite Tags
3 Posted Topics
hey guys, Can any body tell me how shall i start with the project. I will be using Java and C together(JNI) in netbeans for coding. I will be embedding the C code in Java(Interface). First i want to read the wav file in C and sample it and apply …
Hi guys, I am using MyEclipse....I have even import the itext.jar file to my project folder....still I am getting error in my java code.... Error in resolving import com.lowagie.text.html.*; import com.lowagie.text.pdf.*; Can anyone help me.............
Accept a number from user...... pass it in through a function call... and then [code] public static int SumOfDigits(int x) { int sum = 0; while(x > 0) { sum += x%10; x /= 10; } return sum; } [/code]
The End.
gonzi.p12