is keyboard necessary for sun pathway

206 byte By GirijaPSa at 2007-10-2 19:31:21
In sun pathway 3270, is the physical presence of the keyboard is necessary or not?If we remove the keyboard while the application in sunpathway is running, what will happen to the application?

How to create Manifest file !

227 byte By DPSa at 2007-10-2 19:32:09
Hi,I had to create a bean . For that i created a sourse file xyz.java and put it in the package. Then i comipled it. But an not able to create the manifest file...Plz tell me how to create it ?Thanks

plz help urgnt - java.sql.SQLException: Invalid state, the Statement object

8747 byte By cooljassia at 2007-10-2 19:32:59
hi everybody, i m working on this program that takes data from txt file and then insert these data into database. (1) The problem is when i say connectionInsert.setAutoCommit(false) and at the end of program connectionInsert.commit(), my program doesnot insert any value into database. If I ...

Help!!

57 byte By sdpenga at 2007-10-2 19:33:44
i JUST WANT TO KNOW HOW CAN WE SEND SMS USING JAVA

JavaHelp not rendering HTML when run from Fatjar

759 byte By houlettea at 2007-10-2 19:33:50
I'm experiencing a strange problem with JavaHelp: when I run my app from Eclipse and open JavaHelp, the html help pages render just fine. If I Fatjar the app and run it from the fatjar, however, then when I open the JavaHelp, my html help pages are displayed as raw text, HTML tags and all. For ...

Populating dynamic components in a remotely connected desktop application

1261 byte By help_eachothera at 2007-10-2 19:34:02
Hii JavatiesI develping a desktop appliaction, which will remotely connect to internet.My requiremnets for the project are1)- Combo boxes, lists are dynamic(they need 2 be populated from databse).Since user will not be always connected to internet , so i need to devise some other way 2 do this ...

Urgent: Why org.apache.tomcat.* package does not exist?

576 byte By carltamkia at 2007-10-2 19:35:41
i am writing some programs about ldapmy program code has used some packages as the followingsimport org.apache.tomcat.core.*;import org.apache.tomcat.util.*;import org.apache.tomcat.util.xml.*;i am using apache + tomcat4.1 server, jsdk1.4i have set the classpath that contains all the jar files ...

Stream my desktop

659 byte By Javid_Alimohideena at 2007-10-2 19:41:53
Hi,I am planning to write an application that would be able to stream my desktop to some other remote machine (Similat to VNC) except in this scenario I will start the streaming from my desktop and some other machine will receive it. I don't have to send my mouse or key events to the other ...

Differentiate Mk, mft and Manifest.tmp file !

232 byte By DPSa at 2007-10-2 19:43:21
HiCan anybody differentiate clearly among "Make file" , "Manifest file" and "Manifest.tmp" file used in beans creation and find in "c:\bdk\demo" folder...Respose would be appreciated!ThanksRegards,

working of java bean

575 byte By java-guya at 2007-10-2 19:55:33
hi,Can any body please give me information about the working of bean.Like when exactly i should use java bean and a class file. When the bean will be called. And what is advantage of using java Bean over Class file. A bean will be having only getter and setter methods. Will the setter method ...

Folder Watch facility in Java

472 byte By VinayKMudugala at 2007-10-2 19:56:34
Hi all, Has anyone got a code sample/suggestion for Folder Watch in Java. The scenario is like this ... I am processing all the pdf files in a particular folder from my application(Digitally signing all the docs lets say)While this is running i add 10 more files to that folder. There should be ...

netBeans 5.0 do not support java.io now?

316 byte By altnixsysa at 2007-10-2 20:02:07
I was using java.io classes, but IDE netBeans 5.0 editor print error. For example: "cannot find symblo. class FileWriter". netBeans editor print this is error for all classes of java.io. I not understant reason of this errors.netBeans 5.0 do not support java.io now? Why I cannot using java.io ...

ejb deployment in weblogic 8.1

319 byte By rajnishsunjavaa at 2007-10-2 20:07:42
Hello, I am using weblogic 8.1. I want to know a good tutorial links to learn deployment descriptors of ejb application in weblogic 8.1. I am a learning ejb so please give me some idea so that i could learn ejb ASAP. Please also give me few IDE'S name to developed EJB ...

Problem with return object

830 byte By mipasa at 2007-10-2 20:08:01
Hello,I have a this method in my classes:public void Verificar(string a,string b, MyClass class1)In this method , class1 change. Ex:public void Verificar(string a, string b, MyClass class1){MyClass class2=new MyClass();class2.setName("Example");class1=class2;}In my main class, I call this ...

JAVA SOCKETS (TCP Server/Client Application) error (random)

4352 byte By Lidelna at 2007-10-2 20:09:47
Hi all !(first of all I apologize for my poor english, I'm a french student)Here is a sum up :I write a chat application with server and client. But from time to time (NOT all the time, but often), the data sent in second is not received by the client (or server, whatever). If I use the ...

Some Help Please

169 byte By hugopolanco37@hotmail.coma at 2007-10-2 20:14:09
Hello Everyone I hava a question how can i create a message on the screen sorry for asking this but i am new with java. For example a message "HelloWorld".

what is a good GUI code

857 byte By Gidiona at 2007-10-2 20:17:17
Hi,at time i writing a gui client for my application.the problem is that i don't realy know what code for guicode will be better:all code (everey button, label, bar etc.) inside one "open" method.with this solution i can change the autput (such as text etc.) of Labels and buttons at runtime.a ...

passing javascript variable to java bean

151 byte By enda at 2007-10-2 20:19:17
Hi all,Is there any way to pass a java script variable to a java bean. i'm trying hard but in vain. please suggest a way how to do it...

How to create exe file

201 byte By ranjanbaisaka at 2007-10-2 20:21:20
In one of my project, I need to create an exe file that can call swing application. I know this can be done is C++. ANy idea or suggestion to achieve this using java.regards,Ranjan

Making a call to default email handler

271 byte By tstreita at 2007-10-2 20:21:49
I am trying to write a application and one of the function I want to add to it is when you click a JButton "Email" the java application will make a call to the default email handler, for instance Microsoft Oulook. Would anyone have any ideas of to accomplish this?

The value for the useBean class attribute DataObj is invalid.

794 byte By Rohan.Desaia at 2007-10-2 20:21:56
Here is my JSP :<jsp:useBean id = "data" class="DataObj" scope = "session" /><jsp:setProperty name = "data" property="*" /><html><body>.............................................................................Now DataObj is a class which contains getter setters and a ...

casting data types

212 byte By ProfMilazzoa at 2007-10-2 20:22:05
Been trying to cast string to integer. Net beans doesn't seem to like it. Any help. Tried x = (int) y; where x is integer variable and y is string. Works if y is char and number is only thing in it. Help.

Runtime.exec() in jar

528 byte By _Hacker_a at 2007-10-2 20:35:10
Hi i wanted to exec an aplication in my aplication. My aplication is in jar file. When i run my aplication by duble-click (no command box is showed) Runtime.exec() doesn't work (gives IOException Creating Process anotheraplicationpath error=5), but when i run it from cmd and command box isn't ...

image resizing

585 byte By ravisenana at 2007-10-2 20:35:39
hi all,i am creating a desktop application.I am using JFrame which contains a Jtabbedpane. Now i am importing images or pictures from my system into each tab of a tabbedpane.I am also resizing the image.The problem is, if i am going to import the same image into two different tabs and resize ...

Array of Objects

3617 byte By difrad76a at 2007-10-2 20:36:52
Hi I have 2 classes Fruit and Apple. Fruit is an abstract class and Apple extends Fruit.Fruit has couple of setter methods and couple of getter methods.In the apple class I am trying to create an array type Fruit. No problems. However when I am trying to initialize the array I get null pointer ...

help with web service

1434 byte By defreemana at 2007-10-2 20:43:35
am working on a web service and have hit a learning curve road block.I created a web service with a wsdl file that has an operation that I have added a binary variable to.What I want the web service to do is to upload a file from the client machine to the web server just as mail attachments ...

how does it connect to the database

8460 byte By pUnKzT3ra at 2007-10-2 20:46:31
can anyone pls tell me how the below coding connect to the database, and if i want to change to use other type of connection, which part of the coding should i use? thankloginAction.jsp<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" ...

how does it connect to the database

8481 byte By pUnKzT3ra at 2007-10-2 20:46:32
can anyone pls tell me how the below coding connect to the database, and if i want to change to use other type of connection, which part of the coding should i use? thankloginAction.jsp<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" ...

got problems on the NetBeans 5.5 Beta

233 byte By skyboia at 2007-10-2 20:46:34
To anyone, i need help urgently for my netbeans... i am doin a petstore program. I had no problems goin into the html page but i have problems when i click on a link on the page. Anyone, pls help mi to troubleshoot can? tks!!!

Tomcat -Mapping IP Address

572 byte By leodsouzaa at 2007-10-2 20:51:47
Hi People,I have a tomcat application which is used to search data from a database. Now, when i want to access the application, i have to type the ip address of the server the port number and the name of the servlet. For example, http://192.168.0.1:8080/examples/servlet/HelloWorldServletIs ...

converting file formats

137 byte By ravisenana at 2007-10-2 20:53:19
hi all, Is it possible to convert a video file from one format to another using java.Thanks in advanceRegards

Fullscreen issue

323 byte By virtual_gra at 2007-10-2 20:53:46
Hi,I am developing an MDI application Java 1.4.2 and Netbeans 5. When the user clicks the default button for fullscreen (in the title bar) all the components that exist int the application did not change their size properly. Is there any way that i can make the change their size ...

Bold Text

191 byte By zidane_143a at 2007-10-2 20:54:56
could anyone help me i am trying to create a bold text button but i cant seem to get it to work. I want it to be like a typical bold button that once clicked the text you type is bold.

Merged helpset TOC will not synchronize

3113 byte By terence_hawkesa at 2007-10-2 20:55:16
Hello:I am using JavaHelp 2.0 and have created a statically dataless merged helpset. The TOC will not synchronize with the topic when making a context call.. All other functions (search, index..) work correctly.If I make a context call to a topic in one of the component helpsets, the toc ...

Deployment problems

1081 byte By Kris77a at 2007-10-2 20:55:42
[Using NetBeans IDE 5.0 + Application Server 8.2 Bundle]Hi all, I am having deployment problems. I have a j2ee application that has an entity bean managing a database table, a session bean providing access to it, and a servlet that accesses the session bean. I also have an index.jsp file that ...

delete/update/search how can i make in Jtable.search item take in Jtext

317 byte By devellopa at 2007-10-2 20:58:20
I wanna make swing project.I have Jtable,JtextField and Jbutton in myproject.When I click the buttom search the data inJtext and then show all compare data in Jtable .I' wanna chages that my wantdata is in JTableCan you help me ?can you send example about it(Please)> thank ...

javaBean SCOPE

122 byte By souvika at 2007-10-2 21:02:52
RESPECTED SIR/MADAM I M SOUVIK . PLS TELL ME HOW MANY TYPES OF SCOPE JAVABEAN HAV ? THX IN ADV

Huge number of get and set method

432 byte By VenkyJavaa at 2007-10-2 21:14:10
Hi All,Application which i am developing has number of get and set method in bean class, so just would like to know in the class where i am fetching data (basically extracted from an xml which is present in DB as blob) should i call these get and set metod depending on the corresponding fields ...

How to increase the limitations of the JMS provider?

184 byte By liaodongyana at 2007-10-2 21:16:15
How can I increase the limitations of the JMS provider to tolerate multiple concurrent consumers? The platform I am working on is SUN application server's Admon Console.

Why encounter errors while setting transaction isolation level?

7129 byte By liaodongyana at 2007-10-2 21:17:32
When attempting to set the transaction isolation level within an EJB, I encountered the following exception from the server ...

how to access a file outside of a .jar archive

548 byte By lanala4a at 2007-10-2 21:29:47
hi!i develop a desktop application and for execution i created a .jar archive.but in the working-with-the-application process i have to write some data into a file.i know it is not possible to write data into a file in a jar archive without creating a new jar archive.my question: how can i ...

Not able to access Bean

289 byte By VenkyJavaa at 2007-10-2 21:29:53
Hi,I am setting few values in a bean class and trying to access the values through get from another class, i am not getting those values. Is there any way to make that bean -which is used during set operation be accessible to entire package?Regards,Venky

How should I raise a custom Event?

831 byte By jimmyduran1984a at 2007-10-2 21:31:07
someone can i help me, I am designing a hardwareand I want to make a package avaible for use it.I was reviewing the java code but I do not knowhow begin it.The hardware uses the serial port, and i would likesomething like this:class HandleMyHardware implements MyHardwareListener{ public void ...

the end of an err stream

406 byte By adamorna at 2007-10-2 21:31:39
I have customized the error stream to write to a fileit does this by writing one character at a time, seeing how I overrode OutputStream in order to accomplish it writing to the filewhat I would like to know is, is there a way to detect the end of the error stream that is being written to my ...

Confusion abt LabelValueBean

180 byte By Rookie_95a at 2007-10-2 21:34:05
hi all,Can anybody tell me what is the functionality of LabelValuBean class in struts?Where it can be used?A code example will be very helpfulthanks in advance

helping class

3922 byte By EMEKAa at 2007-10-2 21:38:53
i'm learning how to develop one-to-many relationship software.The entities involved are STUDENT and RESULT. i.e I want everystudent to main the history of his results.My helping class is result.java and its included in my question. Pls, I want to know if my helping class is correct and also ...

WEB authentication from a Desktop APP

605 byte By jlfcostaa at 2007-10-2 21:40:04
Hi everyone,does anyone know how to open a browser window from a desktop already logged in that webapplication. Something like MSN, Google Notifier, that you click on one of these and open your email inbox?For example, I have a simple desktop application, this application stays cheking if some ...

Beans query

139 byte By abhay@javaforuma at 2007-10-2 21:40:37
Sir ,I am a student but i am unable to find software to learn beans pls solve my query. Reply me which software i should use.

How to monitor Threads

4865 byte By nk15a at 2007-10-2 21:49:25
Hi,I have an application that does a series of tests. Each test has its own class. When an user selects a test from a combo box the test is executed. Within the class I have a thread running because the I am waiting for a response from a microcontroller. My next task is to make an automated ...

Memory leak, no clue in profiler

976 byte By Jungi-Xa at 2007-10-2 21:51:32
hi to all who can help,I'm developing a multitask application with an uncommen behaviour with the memory usage.In this program threads are created/destroyed by a control-threads. At this point all works as it should, but when the user does often change/restart the used control thread the used ...