Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Top Java Solutions: 501 - 525 of 695
 
Hi there, This is the final installment of a problem I am trying to solve . So far two hurdles have been overcome. Here I have the final one. I am trying to return a unicode character ba...
I'm using the IBM functional tester 7.0.1.2 for automated testing of our software.  One of my tests involves running 149 test in parallel.  I have threaded this portion to increase the test sp...
Hi, When signing an applet, I've been taking the following steps: 1) Create a key:       keytool -genkey -alias MyApplet 2) Export the certificate:     keytool export -alias MyA...
I am writing a simple java desktop application to create a file on a system. I am using a Mac but am writing the code to work on either PC or Mac. The application is creating the file but "Hel...
Hi I have a SOAP Message which returns the following schema (parts are starred out for security purposes) : HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Lengt...
Hi, Continuing from this question: http://www.experts-exchange.com/Programming/Theory/Software-Design/Q_23768485.html#a22587670 I have the attached class i'm using as follows: public ...
Hello friends - I've got an application deployed to a bunch of laptops.  Occassionally I deliver a zip file to them with application updates; the .zip file gets created in /temp, and unpac...
I know its possible to execute a stored procedure from Java. However, I don't want to create a procedure in the database. I just want to execute an anonymous block of PL SQL code from java (li...
hi,  For example i have this directory /Applications/Adobe Reader 8/ Adobe Reader. Right now I am in /Applications, how can i move to the next directory (Adobe Reader 8) in java? Tks for your...
Hello Experts, Is it possible for AspectJ to instrument code on a local machine and as soon as a pointcut is reached for it to use RMI to invoke a remote method...?? Is this even possible ?...
I have an application deployed on websphere which uses jackrabbit for content management. Currently, Jackrabbit is creating its own connection and doesn't use Datasource provided by Websphere....
i want to create a regexpression that will find/extract certain substrings from a string, the first one being a check to see if a substrings starts with a certain value or is equal to a certai...
In GWT, we could use JSNI. But if I open a child window, how to access this child window's element. In GWT code: I have:   public void test(){              Window.open("http://localhost:8...
Hi, I'm confusing on How to relate the nid in Java thread dump with pstack putput. I need to find which Thread consuming CPU much.so got information by executing command:prstat -L but when ...
Hello I created a java project wit package call test.mytest.bat. I have some java files and a run.bat file in this package. I an trying to run this bat file through java using Runtime.getRu...
I am Writing a Spell Checker Applet  Program.  the application reads a "Kannada "text file(written in 'Tunga' font encoded as UTF-8 file) as input.  How do i REPEATEDLY  read every single line...
Hi all, I  want to write a validation  using regular expressions, so that it should stop the users. Basically, when users submit a number it should be plain  ,it should not inlcude  "," ...
does anyone know where i can find a good example of being able to select a item from a listbox and place it in a textbox with a press of a button? cant find an example anywhere
I've been given some code to try and figure out why the e-mails are coming in as broken links. I realize that the links are being passed as straight text and therefore gets cut off before i...
Can someone please provide me JDOM code required to parse an XML. Given an input XML, there should be some output using JDOM. Also, please let me know the jars required to be used
Hi, I was wondering if anyone caught up in the Christmas spirit would like to help me with what hopefully is a very basic query. I am trying to embed an ImageJ applet in my website (Educ...
Experts, i am contemplating on weather to use gwt-ext (GWT-Ext Widget Library ) any suggestions. Is there anything i should be concerned about? thanks Sunil
does anybody know where i can get java codes for a cryptarithm using a backtracking strategy? i need it urgently.
Hello, Please answer this question only if you know JFreeChart. I try to use this library : http://www.jfree.org/jfreechart/ Here how I load the datas : Code:       date[1] =...
Hi, I have a library project like:     C:\javaprojects\Test\com\mycompany\test so all the source files are under that final 'test' folder. Can I just run javadoc on everything re...