Advertisement

900 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Java Editors & IDEs Solutions: 1 - 25 of 53
 
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 ...
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 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, 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 !!!!!!!!!!!!!! ...
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...
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 am trying to make  the color of my exit button ( jButtonExit  )change when I move a mouse over it ( aka I'm playing with events ).  I have the following event handler that makes my program n...
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 taking a class and I have developed this code for an assignment.  I can compile and run the program just fine until I enter an hourly rate that has a decimal. Such a 30.25 then I receive ...
Hi,     need steps and code to implement JOSSO single sign on implementation for multiple web applications in Tomcat server for J2EE struts application.I am using LDAP
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...
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...
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...
Can anyone please convert this c code into Java ? Thanks in advance..
I just want to ask our java experts here, how to create an executable jar file in Intellij IDEA?
Has anyone tried both Eclipse and Netbeans IDE's ? How would you rate them for web development ?
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...
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();
As of now we are using Weblogic server 8.1 in our project. What are the problems that might be involved in migrating the application from 8.1 to 9.2?
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 tried to get the buttons to perform the actions of clearing the entries and also quiting the application but neither work. The calculate button works.  When I click either of the clear entry...
I would like to use a for loop in my java code...however it is necessary for me to increment by two. I tried changing the "i plus plus" and "x plus 2" for the increment portion for the loop t...
Hi all using Java 1.5.0_09 On windows vista (which has a dual stack IPv4 and IPv6 installed) using the code (below) only reveals the Ipv6 hostAddress. I need the IPv4 hostAddress. Pleas...