I have downloaded jre6 update 21 and i have tried to install it silently via an unattended windows 7 (Setup.exe /qr IEXPLORER=1 REBOOT=Suppress JAVAUPDATE=0 JU=0 WEBSTARTICON=0 SYSTRAY=0 AUTOUPDATECHECK=0), while it was installing, it prompts me with the following message:Revocation information for ...
So I need to right a program that reads information from an existing file ("WeeklyPayroll.txt"). The file is exactly this: JaneSmith10.5012HelenClarke11.5010RainParker10.5010I then need to take each employee earnings (the this number line in each pragraph) and calculate sepately their tota ...
I need some help or sent in the right direction...Here is what I need: I want to have a "scroll" in a java applet. The scroll will have informaiton pulled from a database (MSACCESS). The database will have text fields and images. I do this all the time, but not with Java... Mainly ASP. Doe ...
Actually i m new to java. I have tried 2-3 different books but they didn't help me out much, then i found the java tutorials on the oracle site [Tutorial Page|http://download.oracle.com/javase/tutorial/java/index.html] which was really good but i want some extra stuffs and more details with some mor ...
I was wondering if someone could clarify some copyright information for me. I am Modifying BasicTableUI very heavily and some of it I could easily copy and paste, but I this is a commercial product I am working on and was curious how much flexibility there is with using snippets of the Swing source ...
I would like to semantically index a large repository of unstructured documents (over a million) using a GATE Information Extractor, as described in chapter 4 of the Oracle Semantic Technologies Developers Guide 11g Release 2 (E11828-08).Page 4-11 states:"A sample Java implementation for the GATE li ...
HELP!!i can't install programs that need activex control and java. my information bar doesn't display. ...
Okay im working on a java program which will get peoples system info and save it to a text file so i can help them with problems (designed for members of my family to use as i seem to be their own personal IT guy lol)package sysinfo;import java.io.*;public class Main {public Main(){}public static vo ...
All,Problem:I need to be able to tell which version of the Java plugin is installed on a clients machine.I require JRE 1.5 for my applets. I have users that range from Java 1.3 to Java 1.6.I would like to use javascript to find out the version they have on their PC. If they are 1.5 or later I would ...
I've recently observed a problem with using Java in FF3.0.1.0. Specifically, but not exclusively, when running yahoo games, my applets don't finish loading, and my CPU usage jumps up near 100%. My computer heats up to at least 85*C, which seems to be the highest temperature my sensors will read. I s ...
I was running our Java (JDK 1.6_14) application from Windows XP hitting an Oracle (10g) instance on Linux and came across a deadlock issue with two (of 10) threads. Below is the stacktraces (based on Java thread-dump at the command line). This code I've run 30-40 times with no problems of deadlocks. ...
Could anybody please help me out? Please tell me where I should put my jar files?(I tried location: /opt/IBM/tivoli/tip/products/tcr/lib/birt-runtime-2_2_1/Repo rtEngine/lib)I am new to TCR BIRT report, and using TCR with birt 2.2.1. I have a headache issue about javascript call my java class. I nee ...
My gui code hung and wouldn't respond so I took a thread dump.I noticed this:Found one Java-level deadlock:============================="AWT-EventQueue-0":waiting for ownable synchronizer 0x00000007c4535e78, (a java.util.concurrent.locks.ReentrantLock$NonfairSync),which is held by "AWT-XAWT""AWT-XAW ...
I have a query regarding the dbms_utility.get_hash_value function. I am a Java developer, and am somewhat new to Oracle - hence my earlier Google searches were of little help. We are in the process of re-writing a web application, and are moving the existing username/password tables over to our new ...
It seems that the command Shell() in VB.NET is becoming obsolete because of its out-datedness and other reasons, but i cant find a way i can still use a command line in my applications, Because I'm not that experienced with C#, I still don't know some of the basics, is there a way i can have the sam ...
Hello, sometimes I get the deadlock listed below. Can it be caused by collision of ilog and awt?Found one Java-level deadlock:============================="ClientThread-3":waiting to lock monitor 0x000000005f44dc18 (object 0x0000000047e1c140, a ilog.cpl.graph.IlpGraphView$1),which is held by "AWT-Ev ...
we have a JAVA Software project that was developed without UML modeling. Now this software has to be extendend using UML modeling. We see 3 possible ways to use RSA in this scenario:1. Setting up a programming-independent model. Integrate existing JAVA class information using 'harvest' and extend th ...
I think there is a bug in Oracle 9i database related to serializable transaction isolation level.Here is the information about the server:Operating System: Microsoft Windows 2000 Server Version 5.0.2195 Service Pack 2 Build 2195System type: Single CPU x86 Family 6 Model 8 Stepping 10 GenuineIntel ~8 ...
Java does no support copying Metafiles to the windows clipboard, so I am writing a dll to do the copying. In my copy function I get a byteArray from Java that represents the Metafile. Unfortunatly my SetClipboardData() returns a NULL Handle. I was hoping that someone could see what is wrong with my ...
I've seen the following deadlock when closing bdb (see stacks below).Is this a bug in BDB?Found one Java-level deadlock:============================="WorkerThread(apply_changes_stage,0)":waiting to lock monitor 0x08c3517c (object 0xb0f26818, a com.sleepycat.je.Database),which is held by "main""main" ...
I've seen the following deadlock when closing bdb (see stacks below).Is this a bug in BDB?Found one Java-level deadlock:============================="WorkerThread(apply_changes_stage,0)":waiting to lock monitor 0x08c3517c (object 0xb0f26818, a com.sleepycat.je.Database),which is held by "main""main" ...
Here is a strange situation...I have 2 databases that are both pointing to the same remote database. I have a query (run using ojdbc14.jar - although I don't think it is a java issue):select sum(x) as TOTALfrom A, B, C.C@remote_db_connect Cwhere C.pseudo_date_field = to_char(sysdate, 'mmyyyy')and A. ...
This perhaps is a very simple question, with a very simple answer, or so I'm hoping. I'm trying to run a java program which works perfectly on windows xp, however when I run it on my ubuntu machine it comes back with a broken pipe error. This I'm told by java whizzes is a networking error within my ...
We have a multithreaded situation where we have a background thread scheduled periodically that marks certain entries for deletion by opening a cursor and marking entries. While this thread is running, the main thread is trying to shut down. It seems that this causes locks internally to BDB to be ac ...
Hi, I am trying to run a very simple script via crontab but it fails with exit status #1 according to the syslog file. However, when I run the crontab as root, it fails with exit status #127.Here is the crontab entry (user level, not root): 0 5 * * * /home/george/World_mapper/Render.sh(Yes, there is ...
I have a problem with Webutil. I installed th Oracle Forms/Reports 11g in Red Hat 5.5 x86_64, and when is necessary run a pure Forms, it´s works.Now, when I will try run a Forms with Webutil, don´t show in browser IE 9 - Win 7 64bits - Java Plug-in 1.6.0_25 Using JRE version 1.6.0_25-b04 Java HotS ...
I have a java applet in my code:<applet archive="csappletClasses.jar" code="csapplet.class" width=500 height=300>As you can see there are no <param > tags to it because there are no needed paramenters. It is a colorwheel applet that contains has all of the forms built ...
can anyone help me with the code for writing an application by using java as language for fetching access control information from LDAP Directory server and generating SAML Assertions? ...
Hi, dears, Recently I am try to develop a image process software with Java, and I 'd like to add a function to the program which can extract out the font file(.ttf) information, and according to the information to draw the character on the screen. The .ttf file is TrueType font file, and the data it ...
java.lang.SecurityException" is thrown and the detail of exception is as follow: Exception in thread "main" java.lang.SecurityException: class "com.ibm.crypto.provider.IBMJCE"'s signer information does not match signer information of other classes in the same package at java.lang.ClassLoader.checkCe ...
Merry Christmas!I am writing a stand-alone java application to send out emails to the people whose subscribed item status is changed through a web application. I need to share some property information, like datasource name (dsn) and user information. In my web application using WAS 4.0, I created d ...
My Java external procedure went wrong. In my java program i'm using the ErrorStack class to catch all errors.How do i know what went wrong ?Is the information in the ErrorStack written to a table ?What is the ErrorStack ?Grtz,Chris. ...
Has anyone got any idea what causes this error when I am trying to connect to an SMTP server?"Connection failure....java.net.SocketException: Connection reset by peer: no further information"The error appears only occasionally and seems random. ...
guys.. Is there a table in MYSQL that has the information about all the open connections between a java app and the MYSQL database? if yes, what is it called and where can it be found? I am tryin to see if there's an "address" element to the active connections so that I can create a proced ...
I've got a set of Test scripts written in Java that use the TSS APIs. Each time I run them TestManager prompts me with a dialog to select the Log information (Build, Log Folder, Log). Is there a way to specify this in the API call so that the scripts can run unattended? ...
I've got a set of Test scripts written in Java that use the TSS APIs. Each time I run them TestManager prompts me with a dialog to select the Log information (Build, Log Folder, Log). Is there a way to specify this in the API call so that the scripts can run unattended? ...
There's has been some performance problems withe existing CQ WEB which iswritten in ASP.I am planning to make our own JSPs for that.,Can anybody help me with JAVA API's for the same.... Also let me know howcan i enter this data in Database..Thanks & Regards,YOMESH DELIWALA.______________________ ...
I want to retrieve weather information of 'Chittagong' city of 'Bangladesh' country from "BBC.com/weather" from java application.but i don't understand where from i should start.Please give me suggestions.Its urgent. ...
I want to get information on all the running windows thats running under windows. I know this can be done in C++ but i really want to make it work in java. So if anyone can help me i appreciate it. ...
I am currently doing a university project 'creation of a web mining tool to gather information about individuals and classify them semantically'.I am currently lost and don't know how to start. Does any one have tutorials links that explain how to use java to connect to website and extract informati ...
can anyone tell me how to go to the specified url and then save all the information in it to a text file in a local system using java. i also want to know are there any modules in java similar to LWP module in perl for downloading the information from a specified website... ...
I was wondering if Java has the ability to get information from another window. I was using a program called AutoIt v3 Active Window Info, and it gets different information from a window such as the buttons and text fields in the window. I've included a couple of pictures to demonstrate it doing thi ...
I am a student doing a project on the following : -Provide some information at amritint@vsnl.comGROUP THEME : Java is a language with a rich set of features/guarantees that, when taken together, providea truly advanced programming system. Most of these features/guarantees are available in other lang ...
I have quite a bit of experience with Java and C++ separately, however I am looking to write a program using OpenGL (which I also have experience with). It is going to involve file manipulation, and I'd like to make the program cross-platform. I'm wondering if there's an effective way to pass inform ...
in my present development I am using WASCE as Application Server. My Problem is that as per the project requirement I need add one Server Admin panel in the application. Using that user can start/Stop the server, can check the memory usage , can see the Server Log all those things. Actually its not ...
My prof asked me to write a program that takes some information and save them for further uses.But I do not know how to save and keep information for a long time in java. I think I have to use arrays, but I don't know what should I do exactly.Please guide me in this way. ...
I need the full details about the pl/sql biult in pacakage dbms_java in oracle8i along with the methods belonging to the package. ...
I'm running 10.04 LTS with these Java packages installed:sun-java6-bin sun-java6-jre java-common sun-java6-plug I can't get some software to run: it says it needs JRE6. But when I look into it, the terminal shows this:Code: ...
I need to send information entered in the feedback section of the webpage to a mail id. Can anyone tell me how this can be achieved? ...
I'd like to read diagram information in a Rose project but I don't understand the structure of objects a diagram consists of...For example in Enterprise Architect (just another modelling software) a Diagram consists of DiagramObjects collection (representing the objects in the diagram), DiagramLinks ...