Java Questions


Use Mobile as WebCam
Anyone know how to write a J2ME application to use Mobile as Webcam http://www.itgalary.com

Answer Question   |  February 13, 2008  12:40 PM
Cam, J2ME, Java
asked by:
5 pts.

JCAD?
I have been asked to find out more info on JCAD. Is JCAD the same as “java CAD”? And if so, what are the differences? Is it just the fact that it is using a different language? What would be the use for using JCAD over traditional C/C++ CAD? I know – lots of questions [...]

Answer Question   |  February 12, 2008  10:57 PM
CAD, Java, Java CAD, JCAD
asked by:
5 pts.

What is the best software for my personal home business?
I own my own business and I want to develop a series programs to manipulate menus, data entry screens and data files. I have been looking at visual basic but not sure that is the best option. What software would be the best for me to learn and develop myself for my home business and [...]

Answer Question   |  March 16, 2010  1:21 AM
C++, HTML, Java, JavaScript, VB, VBScript
asked by:
15 pts.

Specific site access issues with Java Runtime 6 through proxy
I am a contractor new to this particular company. One of the departments in my production environment requires JRE to access a specific financial website through our proxy server. With 17 of 19 clients (WinXP SP2 fully patched), access is OK – no issues. With 2 of 19, the financial website (internal bank website) cannot [...]

Answer Question   |  February 19, 2008  2:35 PM
Desktops, DNS, Java, Proxy servers
asked by:
2,175 pts.

UDF unable to load Java class. What do I need to do to make this work?
Hi all, Right now I find myself in a position of doing it first, and learn setting up Java UDF later! I have managed to get the UDF registered but having problem getting the Java code to work. I need assistance to get this Double Metaphone Java UDF to work pretty quickly. Here is what [...]

Answer Question   |  January 31, 2008  8:37 PM
CLASSPATH, Error SQL4304N, Java, Linux on Intel, UDF
asked by:
15 pts.

Oracle Installation Error
I am getting error “The Java RunTime Environment was not found at bin/jre” while trying to install Oracle 8.1.7. on Solaris 10. All system and error details are given below: ========================================================= $ uname -a SunOS nike 5.10 Generic_118833-17 sun4u sparc SUNW,Ultra-Enterprise $ id uid=65535(oracle) gid=300(dba) $ which java /usr/jdk/instances/jdk1.5.0/bin/java $ java -version java version “1.5.0_06″ [...]

Answer Question   |  February 23, 2011  9:37 AM
Java, Oracle, Oracle error messages, Solaris 10
asked by:
5 pts.

WAS 5.1 and JDK 1.5
Does anyone know if WAS 5.1 will work using the JDK 1.5 version?

Answer Question   |  January 7, 2008  3:30 PM
Java, JDK 1.5, WAS 5.1, WebSphere Application Server
asked by:
15 pts.

PHP Code to work On Mobiles & not Java
Is there somebody who is working on making PHP code (not JAVA) run on all existing mobile/PDA based OS’s including the upcoming Google’s Eclipse based Android Open Source OS for their implementation of mobile technology of the forthcoming days?

Answer Question   |  May 4, 2011  4:25 PM
Android, iPhone, Java, Palm, PHP, Symbian, Windows Mobile
asked by:
5 pts.

Java Programming Help!!
I am trying to write a program and am in desperate need of help. The problem is as follows: Write a program to read in a list of nonnegative integers and to output the largest integer, the smallest integer, and the average of all the integers. The end of the input is indicated by the [...]

Answer Question   |  January 7, 2008  4:50 PM
Java, Java code
asked by:
5 pts.

JAVA and J2EE
Hi, iam currently working, i have done a basic course in c language programming and im looking forward to join java and j2ee course, problem is that the institute is offering 4 modules in java , in that d first is Core java, second is j2ee, third is High End j2ee Technologies and fourth is [...]

Answer Question   |  December 17, 2011  11:10 AM
J2EE, Java, Java training
asked by:
20 pts.

Confused!!!!!!!!!!!!!!!!!!!
Respected Sir/Madam, I am H Singh from Punjab India. I have done BCA in 1997-2000 and then MIT (Hons.) from Guru Nanak Dev University , Amritsar in 2000-2003.Then I have started my own business of computers. Now I want to switch to IT sector again as I too want to work with big gaints in [...]

Answer Question   |  July 24, 2008  11:26 AM
.NET, Java, Oracle
asked by:
0 pts.

programming using c#,winforms and visual studio.
i cant think of what to write in this part of the code so that the password character is ” * ” when the user enters his/her password.pliz help private void txtPassword_TextChanged(object sender, EventArgs e) { char Password =GetStyle (“*”); txtPassword.Focus(); } i just have no idea what to write so that this particular code [...]

Answer Question   |  October 24, 2007  7:29 AM
ASP, ASP.NET, C, ColdFusion, DataCenter, Dreamweaver, HTML, J#, J2EE, Java, JavaScript, JSP, Macromedia Flash, Photoshop, Programming Languages, SQL, VB.NET, VBScript, Visual Basic, Web development tools, Web site design & management, XML
asked by:
0 pts.

Java-based server simulator
Hello, My mession is to develop a printer server simulator in Java. The configuration is an XML file (very branched tree of hundreds of objects). How I should start? I already the server services interfaces. I have to implement it. I want a clever way to get the objects back and forth from the XML [...]

Answer Question   |  July 28, 2008  7:58 AM
Development, Java, Lifecycle development, Programming Languages, Software testing
asked by:
0 pts.

Call CL Program from Java Program
New Discussion Post

Answer Question   |  June 2, 2011  4:39 PM
Java
asked by:
0 pts.

getting a Lotus Notes text field into a java program
Hi! I wrote a Java program that has a connection to a Lotus Notes database. I need to retrieve the value of one specific field in a form. This field is defined as a text field. When I retrieve this value from the ResultSet, I receive a String that’s only 256 characters in length (that [...]

Answer Question   |  October 12, 2006  2:54 PM
Java, Lotus Domino
asked by:
20 pts.

Data not uploading from Java/JCO to SAP tables
Hi, I am trying to upload some data into the SAP tables using JCO and Java. The data is getting uploaded successfully into a SAP structure from which it is supposed to be moved into a SAP master table (I am assuming this as successful as after updating the data into the structure I am [...]

Answer Question   |  August 23, 2006  4:22 PM
ABAP, Development, J2EE, Java, SAP
asked by:
0 pts.

ThreadDeath Error when closing Session using recycle() method
I’m developing a web app using OC4J as the container. After connecting to our domino server and recycling the session using session.recycle(), I am receiving a ThreadDeath error. I noticed that the session creates two threads: ReaderThread and RecycleThread. It looks as if the ReaderThread has trouble closing, which may be the source of the [...]

Answer Question   |  June 27, 2006  9:51 AM
Java
asked by:
0 pts.

What is the location of servlets?
I have not been successful in executing a servlet whose physical location is C:MyWorkMyProjectclassesmyServlet.class. In the jsp file I have <form action=”../classes.myServlet” method=”post”>. But, when I run the project within JDeveloper and when tried to execute the servlet, I get “The Page Cannot be Found” error. I can see the OC4JServer starts running and the [...]

Answer Question   |  August 28, 2009  9:15 AM
Development, HTML, J2EE, Java, JSP, Oracle Business Applications, SQL, Web site design & management
asked by:
0 pts.

Determine Java Version from RPG
I have multiple solutions dependent upon the version of java or the lack of java on an iSeries, all controlled from RPG. From RPG,how can I determine if java is installed on the machine and if installed, what version? Any ideas?

Answer Question   |  December 4, 2009  11:49 PM
Application development, Development, Java, RPG ILE, RPGLE
asked by:
0 pts.

Applet throws java.lang.NoClassDefFoundError whereas execution of Class does not
Hi, I generated a file test.class which I placed in following directory: D:ProgrammeJavamyClassesCLW My classpath looks like this: D:ProgrammeJavamyClasses;. Then I generated 2 files (both import CLW.*;), which call a function within my test.class: JavaTest.class and AppTest.class The first file is a java-Application which is executed by calling java, and works fine (returns value from [...]

Answer Question   |  April 12, 2006  4:06 AM
Java
asked by:
0 pts.