GIDForums  

Go Back   GIDForums > Computer Programming Forums
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Post New Thread
Threads in Forum : Java Forum Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order Replies Views
Exclamation
by admin
The GIDForums™ Team is proud to announce that GIDForums™ is now among one of the very first Webmaster / Programming forums to offer a custom-written Java Syntax Highlighter BBCode (java] bb code) to it's valued members and readers. Please use the java] and /java] tag pair to enclose any java code...
19-May-2007 05:13
by asdfg Go to last post
10 4,539
 
by ZackCampbell5
I am a beginner in computer programing using java. I was given a project in my college level class to create a program to convert Octal numbers to decimal numbers and decimal numbers to octal numbers. I have specific guidelines that i have to follow but the only thing that i can not figure out is...
03-Nov-2009 12:58
by TurboPT Go to last post
7 157
 
by yjy0079
how do you convert string to integer?
29-Oct-2009 09:00
by davekw7x Go to last post
1 55
 
by anut
Hi !! I am getting this error : Exception in thread "main" java.lang.NullPointerException by running this program : import java.io.*; import java.util.*; /**
27-Oct-2009 20:17
by TurboPT Go to last post
1 46
 
by goliwala
Hi All, Need help with following program. Trying to input decimal, convert to binary, flip certain bits (IF the value for the bits 11-8 is even, THEN reverse the value for the bits 11-8, ELSE reverse the value for the bits 15-12.) Then convert back to decimal. Please help, Here is the code I...
15-Oct-2009 01:09
by goliwala Go to last post
3 117
 
by divyasnair123
Dear All, I'm having one doubt regarding Jasper Reports.. I want to pass some parameters to jasper report through JAVA Program... How can we pass parameters from java program to jasper reports??? Can anyone help me to find out a solution for this.... Awaiting quick response...
12-Oct-2009 05:21
by tatizrage Go to last post
3 210
 
by ebot9000
I wrote a program, as an challenge. It basically pulls realtime youtube View Count stats off of the web and creates a graph. The program works fine, but I decided to up the ante, so to speak, and create a little animated "refresh" graphic the runs while the data is being downloaded. It is a...
29-Sep-2009 12:49
by TurboPT Go to last post
22 404
 
by jocatix
haha i cant figure out, how do i add ""? I keep getting errors, i need to put "Hello World" how do i put the ""?
24-Aug-2009 06:44
by Mexican Bob Go to last post
1 222
 
by jocatix
ok, so im in a computer class and for the love of money i can not get java to work at all. Here is my post, sorry for speed, ill try and keep it short. Ok so i downloaded jdk1.6.0_16 last night. I installed and all was going well, after install i got the path which is C:\Program...
23-Aug-2009 22:30
by jocatix Go to last post
3 460
Unhappy
by Miky-Maous
I would like some help with this code i wrote whick keeps bringing me the same error msg, thx in advance: Exception in thread "main" java.lang.NullPointerException at myproject.Main.epilogiastheni(Main.java:163) at myproject.Main.allagistoixeiwn(Main.java:220) at...
20-Aug-2009 20:56
by TurboPT Go to last post
1 265
 
by KarNaF
Hi, I'm trying to write a program in C++ that uses JNI to call a function i have in java. The problem is when my function in java calls another function in java (which i don't have), i'm always getting back the value 0.0, but when i run the same function in java the values are correct. Let's say...
07-Aug-2009 06:28
by Mexican Bob Go to last post
1 148
 
by flar3star
import java.util.Scanner; public class Assignment1 { public static void main(String args) { Scanner input = new Scanner(System.in); Item items = new Item;
16-Jul-2009 13:26
by Kimmo Go to last post
6 236
 
by ebot9000
Another newbie question from me. I'm doing a really basic exercise to practice precedence rules in Java. The rules seem pretty straight forward to me, but something that I feel like should work simply doesn't. The exercise is to write a console program that converts Farenheit temperature to...
14-Jul-2009 02:31
by ebot9000 Go to last post
4 123
 
by din89pm
Hie every1, I am facing the same problem as my collegue Exception in thread "main" java.lang.NullPointerException. We both urgently need a solution for this... can someone fix this error and paste the code for the fixed error? I am still weak in my logic, Your help is sincerely appreciated. Below...
11-Jul-2009 14:16
by TurboPT Go to last post
2 144
 
by ebot9000
I'm working on the same problem a couple other students have posted here. It's a Karel program, drawing a checkerboard pattern. The trick is that it must work regardless of the dimensions of the world. My program works perfectly when there are an odd number of rows, but doesn't when there are an...
08-Jul-2009 13:04
by ebot9000 Go to last post
2 182
 
by mamz
hi, I am a begginer in ejb 3. plese let me know some good resources, ebooks, tutorials to get started. thank you
25-Jun-2009 07:50
by TurboPT Go to last post
1 142
 
by valley1girl
Hi I was wondering if anyone could see why i'm getting the Error Exception in thread "main" java.lang.NullPointerException at java.awt.Container.addImpl(Unknown Source) at java.awt.Container.add(Unknown Source) at game.Interface.getJContentPane(Interface.java:99) at...
18-Jun-2009 13:32
by TurboPT Go to last post
12 3,922
Question
by SakthiGs
Hi..This is Sakthi. Doubt on Using English dictionary in java.. i have to check whether the entered text is meaning ful or not .for that i have to include the english dictionary in my project.. Does we have any library in javaCould any one tell me procedure to process further .. Thanks in...
17-Jun-2009 05:58
by Mexican Bob Go to last post
6 387
 
by Anonymous_guy
I'm writing a simple text indenter for an assignment. The point of it is to enter in command line arguments that will provide an input file, output file, max characters per line and amount of spaced to indent by. It's pretty simple in the sense that it just adds spaces to the left of the line,...
04-Jun-2009 22:41
by Anonymous_guy Go to last post
2 204
 
by Reny
Hi, I am new to Java. I had learn how to connect to oracle server using netbeans with ODBC. Now i got a confusing concept problem. I downloaded J2EE 1.4, and it got the server, deploy tools, etc inside, which does not make sense to me. Is there any guide or tutorial on how to use J2EE 1.4 in the...
02-Jun-2009 04:40
by Reny Go to last post
0 197
Exclamation
by BaBy GiRl
Hello Everybody, I am a beginner in JAVA and I need help from you all.. How can I write a simple calculator (Sum,Subtract, multiply, and divide)
29-May-2009 11:44
by Mexican Bob Go to last post
2 749
Post New Thread

Recent GIDBlogOnce again, no time for hobbies by crystalattice

Display Options Moderators
Showing threads 1 to 20 of 412 Moderators : 1
Sorted By Sort Order
From The
LuciWiz  
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 15:45.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.