I want to run a command prompt cmd in my java web service. Example this command D:\ConceptExtractor\bin\CX.py config C:\aaa.xml C:\bbb.xml
The abv command work when I enter this command in ...
Hello,
I Have written this code in Java Swing, to convert XML-file to Text-file, but I get just an empty text file, why? could you please help me with that!! it is very urgent !!!!!!!!!!!!!!
...
I am using a text area to collect some string data which will be updated to an external database what do I need to gaurd against a single quote being entered which will cause an error in sql s...
Hello All, Can anybody provide me with an example, how to convert html file to an image file using Java?
Thanks in advance
I'm trying to deploy Java Runtime Env. 6 update 5 with a silent install. I keep getting error messages that my command line syntax is wrong. Please help.
I'm using: jre-6u5-windows-i586-p...
This probably seems like a preposterous question, but I was wondering if anyone here has experience of Microsoft's Visual Studio for Java development. I know it supports J#, but j# isn't somet...
I am new to EJB3 and am trying to run through the tutorial from http://www.laliluna.de/ejb-3-tutorial-jboss.html. I don't think my datasource is getting set up correctly. Here is the error fro...
I am using jbuilder 2005 how can I (Steps, tutorial, ...) embed Microsoft Internet Explorer into my form?
Dear Experts,
I have the below Java Code and it seems to work fine when the specified path exists on my machine however when I deploy the code to a UNIX Box it doesnt work.
What I want t...
Is there such a thing as a WYSIWYG JSP Editor?
If so, Can anyone recommend one?
If not, Can you recommend an editor that will make editing less painful than a text editor?
i have a jbuilder project which i am trying to import in eclipse.
i wrote build.xml file for the same n while tryint to build with ant i am getting an error like :
The project was not bui...
Dear Friends,
Actually i want to print pdf doucment without open this document for my application requirment,
actually i have used many api but didn't get any result so please if have inform...
Hi Experts,
I have an array of bytes that I want displayed in a JTable - very much like what a Hex Editor would display - every 16 bytes are displayed as a row in the table. The following a...
Dear Experts,
I'm a newbie at JBoss. Could you folks point me to links (or tell me) of a GUI-based way to set up MySql within JBoss 4.2 within Eclipse plugin? I'm much to ffrightened to g...
Hi
I have a code which is monitor URL open by client machine.But Problem is that when client open a www.google.com then it will work open a page and show on serve side.But when client ope...
Hi,
I have a .java program that needs to use an ODBC database. I am using IntelliJ IDEA.
How can I set up a ODBC data source? I know you go to Tools/Data Source... but i have never worke...
I just want to ask our java experts here, how to create an executable jar file in Intellij IDEA?
Hi,
I am very new to Appserver (JBoss) clustering. I want to know what all changes do i have to do in the JBoss files so as to configure it in a clustered environment. I am using JBoss 4.0.5G...
Hi
i have a code which is not runing,it's show error.Code is here plz Help me
Error is showing in this line
HttpsURLConnection https = (HttpsURLConnection)u.openConnection();
I found this code to create a mutli column jList. It works just fine except for the fact it creates a new form.
I'd like to be able to use this component in a more traditional way. i.e. cre...
Hi all!
I recently installed log4j to work in conjunction with Struts. My platform is IntelliJ and wherever I put the log4j.properties files it does not take it into consideration and I d...
This is really a math problem but I am trying to get the sin for angles in compass bearings.
Azimuth starts from North and bearings are from 0 to 359 degrees. All goes well from 0 to 90 but t...
Hey Guys,
How you think Java, Rails and ASP.NET(C#) Compare with each other.
Which one you prefer?
Which one is an enterprise development language?
I am having a problem when trying to use a tftp server program on my laptop. The error message I am getting when starting Solarwinds TFTP server is the port 69 is in use by Java. How can I eit...
i generate a String input from a Gui component or a file and store it in an arraylist. at run time the arraylist can store any amount of Strings depending on the user.
now i want to use the...