- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 15
- Posts with Downvotes
- 10
- Downvoting Members
- 8
Java nut
- Interests
- Wisdom
- PC Specs
- HP 655, E2, 250 GB HDD, 3GB RAM
33 Posted Topics
Re: To fix the session_start() problem, change the line in your PHP config file for sessions and change it to maybe C:\PHP\PHPSession after having created the folder of course and restart your server and try checking your page again. | |
I am a little new to C, and i would like to learn how to generate graphics using C. I have been informed that i should use SDL libraries and SDL is dependant on Code::Blocks. but installing them is like walking in a maze | |
Re: Which good descriptive lessons can i use for learning how to build an Android App? | |
Re: Sorry Software girl, but the proper way to compic is using rmic filename, not by javac, I had that same problem also. | |
I have reset an Acer Laptop running Windows 8 to its original settings and it has brought up German. i need to know how to get it back to English. I DO NOT SPEAK GERMAAAANNNNN!!!!!!! | |
Re: Use the *.toString() method, where * is the name of the variable that you want changed to a String. | |
I think this is a firewall issue, but when i browse, i browse well over the internet, but when it comes to running any of the apps on Windows 8, they will not connect to the Internet at all. E.g. My Mail App, will not connect to the internet, but … | |
Re: Guys you seem not to have the same problem, because your solutions are not working at all. I have been there done that over and over again. I am worried about the Registry rather for it to have its default settings again. How would that be done over the command … | |
Re: Sorry but that didnt solve the problem at hand. I realise it has something to do with the Registry itself. Isnt there another way of playing it back for reinstallation. Because the file exists in System32, but when you decide to install it, it fails, isnt there another way of … | |
Re: Yes the cause is always variating ladies and gentleman, but the focus for this subject is whether or not this will help bring back this persons computer to normal. We all know the many causes lets give many solutions | |
I am happy with sending an email using PHP, i would like to know how to send an attachment also in my email: ` <?php $to = "es@yahoo.com"; $subject = "Sent by portal"; $message = "Get attachment"; $from = "se@gmail.com"; $file = $_POST['ah']; function mail_attachment($to, $subject, $message, $from, $file) { … | |
I know apache exists, and the WAMPP, but i would like to know the handler settings for PHP on Windows 8 IIS, it would really be helpful. I was thinking it might be the same as with windows 7, but i am not getting the mapping parts. | |
Re: I agree with stultuske, how can you ask for a return function when you have declared something void, thry the following code | |
Re: I beg to differ stuiltuske, because what London-G is saying is that the OS is failing to ACCESS the file, although if you insist.... London-G go to Advanced System Settings, and Select "Advanced" tab, and then select "Environment Variables", then select "PATH", in the second section, and add the path … | |
Re: U know what i have also been looking for these links like mad... will reply once i have confirmed | |
Re: i agree to it so all you have to do is public class swapping { public int trade(int []a, int b) { //says theres a missing return statement int temp=0; for (int n = 1; n < b; n++) { for (int m = 0; m < b - 1; … | |
where can i get help on programming an SMS server center in java. I also need to know if it is applicable in Second Generation Technology. If there is anyone who knows how these things run please advise me. Urgent | |
Re: or you can add 1 to the value of count in your loop | |
Re: look here, you must use a vector and not an array, if you are to use an array then it will always be limited and not dynamic | |
I want to know what method to use to view Images from my MYSQL database using PHP. i know that for basic data it is getString(). what about for images? | |
Here is my code, and i would like to read images from my mysql database and display it over a JButton using the BufferedImage casting into Image. Everytime i want it to display, it would fail to read the data and run to the Exception, may i please have help … | |
Re: i agree with deceptikon...please show the actual code or just go and read a book on assembly language | |
Re: Cut your line at line 19 and place it at line 34.... it is trying to run data it has not yet received, so in the end either you are entring in null data or just nothing at all | |
I have been working with Java a longtime, but my main problem is this. Everytime i try to set my classpath, set my path variables, all works well, until i think of adding a new package from elsewhere. Disaster breaksout, such that i have to recode the entire package for … | |
Re: rpm -ihv *.rpm This is the command of installing onto any linux O.S. You open the Terminal Portal and enter the folder of the Program by using e.g. /home/root/ and if you have your tetom located in this folder then you type out the initial command, you should be through, … | |
Re: well the best ting is by creating it in the method that will use it, for example if myObject() is to use the String text, then why not call it inside myObject as myObject(text). it would save you space and time | |
Re: Okay: Before your for loop try out this code; [CODE]BufferedReader bf = new BuffereReader(new InputStreamReader(System.in)); String enteredNumber = bf.readLine() int enteredValue = Integer.parseInt(enteredNumber); for(int i=0; i<enteredValue; i++)[/CODE] // please do not forget that you need to import java.io.* at the beginning of your program | |
Hie guys, i am thinking of setting up an sms center which send sms' to subscribers. I would like to know where i can get as much research help as possible about sms centres and how they work. it would really help | |
Re: You have ended the last line with {} what will you be opening the curly bracket for, change it to }} | |
hello everyone. i have been trying to code an MP3 player, but Java does not support this, it only supports wav, thus wma, mp3 and other music or audio formats are denied. i thought of incoporating a converter, but still the converter is even failing to make the conversion: here … | |
Re: absolutely. i do that most of the time. an example lets say i have created a class Me.java which has the following constructors public Me() {} public Me(String s) {} public Me(int dead) {} public static void main(String[] args) { Me theBasicConstructor = new Me(); Me theStringConstructor = new Me("Hello"); … | |
well, i started generating my code through Textpad, and when i run it, it runs smoothly, but if i am to create the jar file through Netbeans, it becomes a disaster and returns a null error. i cant even figure out where the error is... here is the part of … |
The End.