Java
Hi,
Is there any programmer who can solve my issue? I am getting the error while developing an application in java. I am trying to build an application which opens a site (Flash Based) and enters some search terms on the site and gets result of the query.
I thought over this and started building an web browser capable of handling flash as well. I searched over Google and came across dj native swing library for java.
I imported the library and also write some codes. But whenever I am trying to import WebBrowser package its showing me error of package not found and suggesting me to create new class named WebBrowser.Java.
All environment variables are also configured, but i am having difficulty in importing only this package.
- 1908 views
- 2 answers
- 23 votes
Hi,
I am trying to get my hands on a web application with java.
I have installed Netbeans IDE for java EE with Glassfish server bundled.
Unfortunately, when I create a new Webapp from template and run it, it waits for a few minutes then gives the message, "Glassfish server failed to start”.
I don’t know what is wrong.
I reinstalled Glassfish and Netbeans again but the problem persists.
- 1744 views
- 6 answers
- 23 votes
We are presently writing an application in Java. This application scans a predefined set of folders and gets a list of files in each of them. Then the application reads the file as a byte array. Next it calls a Web Service to submit the binary image. Lastly it moves the files to a different location. These set of actions work perfectly. The problem we have is that the java application is picking the file when in reality, the file is not complete as yet. How do we prevent this?
- 1225 views
- 8 answers
- 27 votes
I am using a EJB project to access my MySQL database. I keep getting an error, "more than one row returned" when I run a select * from budget table.
- 1121 views
- 10 answers
- 23 votes
I need to call a remote website from my code and get the html data onto a string variable.
How do I do this using Java ?
- 1727 views
- 7 answers
- 28 votes
I need help in writing queries in EJB 3.0. I am used to normal select statements in plain java. But I hear that in EJB 3.0, the syntax of writing a custom query is different.
Please help.
- 1688 views
- 9 answers
- 16 votes
In EJB, there a several bean types in the Session Bean Type category.
They are stateless and stateful. Which type should I choose for a new EJB project?
- 1503 views
- 9 answers
- 25 votes
I have two servers running Linux. A website is on one and the database with an EJB module on the other. I need to access the remote EJB methods from the web project. How do I get about it?
- 1414 views
- 15 answers
- 28 votes
I need to design a module in Java for exchanging information between two web applications. I have been researching online on the methods available and came across Web Services, XML, Text and EDI. Looking towards the future, what will be most appropriate?
- 1039 views
- 10 answers
- 27 votes
Hi,
I am a student of CSE. I am currently beginning to program with java using netbeans. I know some C++. I am now doing a project where I have to call some other program, from within the java program. I know there is a function in C/C++ called system("program.exe"), which can call an external exe. I have used it too. Is there any way I can do something in java?
- 1073 views
- 5 answers
- 24 votes