35,617 Topics
![]() | |
Please help! I know I don't post here much, in fact, I don't post here at all, but this does not mean I am just some noob trying to get some easy code. I have been in programming for two years, and signed up to this website about the same … | |
I am conducting a research on the development of OLAP applications using JAVA language and SQL server Analysis Services 2005. For this, I am using XMLA for communication and also the SOAP API's. I have previously developed an application using sql Server Analysis Services 2000. Can any one tell me … | |
[COLOR=red][B]HI pals !:lol: [/B][/COLOR] [COLOR=red][B]i really need some projects and their details on java![/B][/COLOR] [COLOR=red][B]i think that u people will help me out![/B][/COLOR] [B][COLOR=red]so,waiting for your response!:rolleyes:[/COLOR] [/B] | |
I have a assignment with these requirements: Please begin stage 1 by writing a program that creates an output file. Name the file using your userid followed by .dat. For example, I would call my file “angelesm.dat”. The file should contain all of the multiples of 5 from 0 to … | |
Hi, i want guidence for searching java faqs and materials.please help me | |
I am trying to write a program that will prompt a user for a number, any number. When they enter that number the user will then be prompted to enter that same number but in words. For example, if the user enters 3, the user will then be prompted to … | |
Is there any class in the swing package in java like the List View in the VB...Just to recall..the List View is one List box with icons ..best example is windows explorer...I was trying the possibilty to simulate the same in java...Anyone Please help me out in this... | |
![]() | This year I started learning Java in class and now we are making a Vending Machne code... I compleated the task, but now I want to add another buton, but I get stuck a a sertain point... Here is my original code with the second button added: import java.awt.*; import … ![]() |
This forum is excellent. I've doing this practice project in drawing PostalAddress GUI i created the jpanel and jframe also PostalAddress.java file but its sems i got lots of error every time i modify it please take a look and help me i've shown lots of effort thanks guys. // … | |
hi these days im trying to use ANT build tool. but when runing a given example in ant documentation it will give an error build process is success when try to execute the following target [COLOR=Sienna]<target name="run" depends="jar"> <java jar="${jar.dir}/${ant.project.name}.jar" fork="true"/> </target> it will give the following error <target name="run" … | |
ok, i been tryin to get my head around this all weekend but im useless at it. i have the sollution but its saved to my laptop which i left in uni and is now missing!! but im trying to write a program which allows the user to input 3 … | |
I'm not getting any errors but can't get the print out I should. Any Idea's? Pseudo code first, then Program Code, and the printout look; [B]Design, code and thoroughly test the following programming problem: A company pays its salespeople a base weekly salary plus a commission based on gross sales … | |
Hi All, I am a total java novice and i am having a real problem running the following code: [code=java] import java.util.*; public class Methods { public static void main( String [] args) { Date independenceDay = new Date ( 7, 4, 1776 ); int independenceMonth = independenceDay.getMonth(); System.out.println("Independence day … | |
Hi everyone, Can somene please explain to me how to run a [B]telnet[/B] command using Java.I mean how can I achieve the following in Java : [B]telnet mailServer PORT[/B] (where mailServer and PORT will be supplied)...and subequently capture response from the server. Thanks . | |
Hi, I'm trying to include non-lating characters in a jsp application, is there anything I should know about? because leaving it alone just doesn't work, setting the page content to "UTF-8" or any other encoding just doesn't work......what else is there? I noticed that the sun forum (my application is … | |
Hi I'm using JSP with Mysql.The Compile time no error.but in the run time the exception has been thrown, java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver i've set the classpath as well and i've attached jar file in the tomcat lib directory These are the class path settings C:\Program Files\Apache Software Foundation\Tomcat 5.5\common\lib\servlet-api.jar;C:\Program Files\Apache Software … | |
Hi there, i'm trying to convert a C++ code about Hashtable in Java but i get these errors messages: - array required, but java.lang.String found & - array required, but java.util.Vector. Here is the C++ code first : [COLOR=#0000ff]#include[/COLOR][COLOR=#000000] "Hash.h"[/COLOR] [COLOR=#0000ff]#include[/COLOR][COLOR=#000000] <cmath>[/COLOR] [COLOR=#0000ff]using[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]namespace[/COLOR][COLOR=#000000] std;[/COLOR] [COLOR=#0000ff]int[/COLOR][COLOR=#000000] key;[/COLOR] [COLOR=#0000ff]char[/COLOR][COLOR=#000000] z;[/COLOR] [COLOR=#0000ff]int[/COLOR][COLOR=#000000] … | |
hi, i'm new to java (being studying for a few days now) and i'm stuck on the following program. it's supposed to bring up a screen and ask me to input a number...but it always say there's something wrong with the line [inlinecode]userInput = TextIO.getInt();[/inlinecode]. can anyone help me out...thanks … | |
Hi Anybody can resolve my request for printing the webpage using javascript without asking for print dialog box properties , directly using the default printer setup in our local machine. Please revert back if any concerns. Regards, rathna | |
hi i need some help developing a rationaltest project in java. package rationaltest; import java.io.IOException; import java.io.BufferedReader; import java.io.InputStreamReader; public class RationalDH extends Rational{ // fields protected int top; protected int bottom; BufferedReader in = new BufferedReader( new InputStreamReader(System.in)); public RationalDH(){ super(); } public RationalDH(int numerator){ super(numerator); } public RationalDH(int … | |
What is API in Java? and does C programming and C++ has it? or all software like C,C++, C#, JSP, ASP, ASP.NET has API? And what is software Library? | |
can any one tell me how to get EJB related jar files... import javax.ejb.* - showing error in eclipse 3.2.0 ide.... hw to solve it? | |
How do you find average from the following code? On average, how many stars would be displayed by the following algoithm? On average, how many stars would be displayed if nNum was doubled? [code=java]static Random randNumGen = new Random(); public static void main(String[]args) { int nNum = 10; printStar(nNum); } … | |
Hi all, I need to find a bar code reader that works with Java. Essentially, the bar code reader is going to be used to read hardware asset barcodes. The reader will be connected to a laptop. I need to be able to write Java code on the laptop that … | |
hi..im new here and to java...im supposed to align the prices of a receipt in a system.out.println..and i dont kno how. i am supposed to align the prices on the right hand side, considering the length of the item name and length of price. Again, i dont use things such … | |
This sounds awful but I've never ever done programming before in my life and I'm being forced to design 2 games (or applications maybe..) One is supposed to evaluate a maths expression (using composite design method whatever that is...) and the second is a simple Connect 4 game using either … | |
Hello, This may not be the right forum for this but here goes...I am a student and am taking programming classes( JAVA ). It seems that I can compile my programs but cannot run them. My professor said my path was incorrect and gave me the correct path settings. I … | |
hi all. i am going through the hibernate tutorials from http://www.hibernate.org but i cant build my project with the ant as specified, i have used ant befor now .there is no problem with ant. the error given is as follow ; compile: [javac] Compiling 2 source files to C:\Documents and … | |
Hi there, I try to implement a Hash class but i get these errors: - array required, but java.lang.String found & - array required, but java.util.Vector found. here is my code: [COLOR=#0000ff]import[/COLOR][COLOR=#000000] java.io.*;[/COLOR] [COLOR=#0000ff]import[/COLOR][COLOR=#000000] java.text.*;[/COLOR] [COLOR=#0000ff]import[/COLOR][COLOR=#000000] java.lang.*;[/COLOR] [COLOR=#0000ff]import[/COLOR][COLOR=#000000] java.util.*;[/COLOR] [COLOR=#0000ff]import[/COLOR][COLOR=#000000] java.util.Vector;[/COLOR] [COLOR=#0000ff]import[/COLOR][COLOR=#000000] essential.*;[/COLOR] [COLOR=#008000]//import keyboard.*; [/COLOR][COLOR=#0000ff]public[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]class[/COLOR][COLOR=#000000] HashCode[/COLOR] { [COLOR=#008000]//public … |
The End.