Showcase your knowledge about Apple's newest OS. Write a how-to or share a tip or trick about Snow Leopard and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Java Editors & IDEs Solutions: 1 - 25 of 50
 
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 ...
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 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 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...
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 want to learn Java and want to use an IDE, however I like to use an IDE that a lot of people use. I know this has been asked many times, however I see that most of the answer is dated.  A...
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...
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 there, I am tring to create a web browser that run's as an applet. I am using tomcat 6 and have placed my html file and my jar file in the relevant root directory (C://Program files/Apac...
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 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...
We are developing a web application. We are using Websphere 6.1 application server to deploy our application and SQL server 2005 as a back end. JNDI While doing transactions, we are getting t...
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...
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'm new to Java (17 years in C++).  I'm using the Eclipse IDE.  I want to build a cross-platform application that has a canvas of user-defined size that can be zoomed in/out.  I want to allow ...
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
I am using jbuilder 2005 how can I (Steps, tutorial, ...) embed Microsoft Internet Explorer into my form?
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 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...
I'm a beginner on java/j2ee. I have a java project using JBoss, Swing, Ant (no web stuff). How could I run this project? I checked details of the Ant build file, the task was compiling and mov...
I have a proxy.pac file that I have implemented as a wpad.dat for auto configuration of the proxy client in my network.   I would like to accomplish two additional tasks: 1. Can I send w...
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...
I am really new to Java and am feeling quite challenged at the moment!  :) I need to allow the user to input the filename to read from, so I'm using a scanner:  try{             Scanner...
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?