Hi,I am using xml with xslt and finally i used parsing to display in browser. I get the following error in the console.[Fatal Error] :1:1: Content is not allowed in prolog.Let me know if any faced the same.If any one help It will be greatly appreciatable .Warm Regards,ElayaRaja.S ...
Hi, In a servlet program i am unable to use RequestDispatcher . My code isRequestDispatcher rd =sc.getNamedDispatcher(url); rd.forward(request, response);RequestDispatcher class not found.Plz let me know
hi gurus,my problem is that,i want to create multiple document application,my problem is actually with the applications .show(); method,do i add the .show(); to every panel?,Thanks.framedman
No problem in database connection, but problem while retrivalConnecting database using MS SQL Server 2000 service pack 3 from java environmentPlease helpError Thrown:Successfully connectedDriver InformationDriver Name: SQLServerDriver Version: 2.2.0040Database InformationDatabase Name: ...
Hello,I am considering purchasing Java Desktop. I realize that Sun ships you the CDs, but is it possible to download ISOs of Java Desktop once you purchase? Thanks for your time!
Hi at all !I have a problem implementing an installer for webstart. The installation of my program is ok but if i want to finish the installer with service.installSucceeded(false); i think i get a endless loop and the WS says that there was a JNLPException: Launch File Error.Here my jnlp ...
385 byte By
clodola at 2007-11-25 18:31:29
Hi I have the latest sdk and jre installed but when i try to install JMF or JAI an error message is displayed:JMF version 2.1.1 e Windows PlatformTitle: 16 Bit Windows Subsystemc:\windows\system32\autoexec.nt. The system file is not suitable for running MS-Dos and Microsoft Windows ...
I have installed and unstalled Java and still when I go to play online games they will not run.I have check my settings and still no go. I noticed that in my Registry Editor that Microsoft VM is Default is this part of the problem as it shows Javavm as a component. Help please.
[Hope this is the correct place to post this question]I connected my 160 GB external usb hard drive to my V240 Solaris 9 server, ran newfs (ufs), mounted it, and wrote data to the drive with no problems.I moved it to another sparc box with Solaris 10 (build 74-1) and tried mounting it, but no ...
Does anyone know how i would be able to change the keymap in JDS3 on Sol10 for x86?I've tried through desktop preferences but the keyboard just stays stuck on the default US map.What I am trying to get is a United Kingdom keymap as it's a pain working with " and @ swapped places amongst ...
261 byte By
lubomyr at 2007-11-25 18:38:53
can anybody advise how can I add to awt menu menu item with icon. I know that better to do that using Swing package, but I have to do that in awt. May be anybody knows how to create completely new UI components using awt ? thank you for attention.
Hi All,I had installed J2SE 5.0. I had Set the PATH to J2SE 5.0 Directory. When ever I execute the followingc:\>javac MyProg.classit gives errorException in thread "main" java.lang.NoClassDefFoundError: MyProg/classPlease help me why this error is coming and how can i rectify it. ...
336 byte By
bkaul at 2007-11-25 18:47:12
Hi all,I have a piece of code (MUD) that was written for Solaris 4. I am trying to compile it on Solaris 7 but I get lots of include errors (library issues).Is there some document stating the mapping between Solaris 4 and 7 which would help me resolve the library issues.Thanks in advance.Bkaul ...
439 byte By
PierceG at 2007-11-25 18:48:12
I'm with a team that's evaluating upgrading from Solaris 9 4/04 to Solaris 10. One of the issues that we need to examine is GTK compability between Solaris 9 and Solaris 10.I can't locate any specific reference to the GTK+ version included with JDS in Solaris 10 (Solaris 9 4/04 is ...
1548 byte By
hujirong at 2007-11-25 18:48:14
I am using Java Desktop on Solaris 10. The Sun Blade150 machine has 768M physical memory and more than 400M is used before I start anything other than mozilla! That's more than double than any windows machines I have ever used.I just joined this company and I have to use this machine as my ...
169 byte By
datamstr at 2007-11-25 18:48:18
The Sun web site shows JDS3 available for Solaris and Linux. I purchased JDS2 a few months ago, where can I find the upgrade URL?Thanks,David
158 byte By
dombal at 2007-11-25 18:48:32
How to configure this integrated wifi card.I have Toshiba.Has any body configured this?Also anybody has madwifi driver configured.
Hi Friends,Pls help me. Actually i have a common dout. In API we have lot of Interfaces like FileInput, DataBaseMetaData. In few cases i know that i can use the function in the predefined interfaces but i dont know the method which return the references to the Interfaces or the class which ...
can any one tell me how the portal server references the error.template page.How can I change itto refer to a jsp error page
630 byte By
AlexBo at 2007-11-25 18:52:50
Hello:I have just installed jdk 5. On the very first trial compilation of my application I received the following error:"S3i2BusinessDB.java": cannot access javax.swing.JTree,bad class file: C:\JBuilder9\Java\jdk1.5.0_01\jre\lib\rt.jar\javax\swing\JTree.class,class file has wrong version 49.0, ...
Hi, I am new to JAVA hope can get help from all the senior here..I would like to know does the JAVA provide any way to control the rpint job?Because i have a lot of record previev in one page, is it possible to make the printer print one record per page?I currently using the window.print but it ...
could you please give me information regardinghot to list the machines that are online over a network in javawhat is the procedurewhich is the coding procedure? the classes etc.thank you very much
I need to roll out JRE 1.4.2 to about 2000+ users.We've created an SMS package to send it out but have realised that the default for the install is to use a 50 Mb cache file and to stick it in the users profile.Trouble is roaming profiles are big enough these days, so the last thing we need to ...
240 byte By
RenoRed at 2007-11-25 18:57:29
Java applications Protege, NetBeans4.0, and two of my own generate a system hangup at random under upgrades to JDKSE 1.4 and 1.5 on my Windows 2000, SP4.To which knowledgable entity at Sun or others can I address this problem?
223 byte By
RamonaN at 2007-11-25 18:57:47
Will disabling the Java cache guard against any known vulnerability? This question has come up in connection with the latest vulnerabilities, and I am curious as to whether or not this is a fact.Thanks!
Hi!is this possible to make an email client & proxy server using JAVA..Please HelpBuntyIndia
Does anyone know or have experience on using Java to read the Microsoft properties associated with their files. For instance, every MS file has author, date created, keywords, content, etc..Thanks for your help.
How do you make a console application to use a variables in a nother variables in a nother application if so can you help by give me a example?
Hi, i have a blob field in my data base which ive put a .doc file as array of bytes. How could i get this array again and make the same .doc file?Thanks and sorry my poor english.
162 byte By
ee64 at 2007-11-25 19:10:26
I visited the news page for JDS and the latest update was made on September 2004. Somebody should update this page or people will think JDS is dead.
304 byte By
roybiv at 2007-11-25 19:11:13
Hello everyoneHas anyone got any experience of trying to read and write document properties from a MS application (Visio) using Java? Examples of properties are: author, date created etc. I need to make this information available to a Java Bean interface to Jess.Thanks ...
I have two portals with two columns on the page1) first column is thin with border to it2) second column is thick with border to itBut there is a gap in between the two columns, I could not figure out what is the problem whether is it with style sheets or the page design.I need help in figuring ...
301 byte By
billwins at 2007-11-25 19:12:14
Does anyone know of a client-side workaround (for the ie6 mime problem) if my web server provider is not set up to provide the "application/x-java-jnlp-file" mime type? My web server provider does not allow PHP, PSP, or other server-side commands.Thanks in advance.billwins ...
How would you Make Java get a System Var?
247 byte By
faisalch at 2007-11-25 19:13:44
I was able to use the cd version which I got free from a magazine and was able to install the NETBEANS version of SDk. Is this odd or maybe I am so new to linux that everyone does this anyways. Please share your thoughtsfaisal
Hi,I currently have JDS 2003 (linux 2.4.19-4) installed on my laptop and I am trying to perform an online update using the YaST tool/ The download starts, however, after around 1/2mins the download stops with no errors or warnings. I have read through postings on the forum but have found ...
Today is my first day in Java so bear with me.what is netbean is it an editing tool? complier?or something elsethankslrneilson
57 byte By
clodola at 2007-11-25 19:14:48
Example int iw = img.getWidth(this);
please advise
Hello,I do a System.loadLibrary() and i get UnsatisfiedLinkError. no such dll exist.I put the DLL in the library path C:\Windows....The program works great.This failure behaviour happens only when i invoke the loadLibrary through <installer-desc>.From the <applicaiton-desc> i call ...
717 byte By
NewBiew at 2007-11-25 19:15:31
Don't Read Dis If U Don't Have Spare Time... Coz I Need A Lot Of Help... I Mean It...Now I'm Really Very New To Java, So I Want To Get Some Things Done Clear... Java... What Do I Need To Get Started Wid It... Please Mention Each And Everything With A Link... Now I've Heard Of Some SDK / ...
245 byte By
alize at 2007-11-25 19:17:46
My pc crashed so we reformatted, of course. Now I'm not sure if JAVA was accidentally installed. No Offense. This pc will never be used to develope web sites or for work. I thought java was not previously in it. I do not remember.
First I want to apologize about the off-topic but I don't know where elese to put it.So, me and my colleague are creating a MySQL DB based application (we're writing it with Oracle JDeveloper 10g). We've created a mapping between all the data types we use. For our surprise the form wich ...
296 byte By
azs at 2007-11-25 19:19:34
hi,,,,,,if i want to move shape (ball) in line(using line eaquation) it has start and end point and this line is not straight for example in cline or otheri can make ball move in vertical or horizontal but that situation i need your help with it thank you
hello,I am developing an RSS reader desktop application. I got reference to an RSS parser from java site which is http://java.sun.com/developer/technicalArticles/javaserverpages/rss_utilities/It says --" First download and unzip the package. Once you have added rssutils.jar to your classpath, ...
493 byte By
Ex_Brit at 2007-11-25 19:21:42
I just formatted and reinstalled Windows XP Home SP2 and installed the JRE 1.5.0.02. I usually see an icon in my Control Panel but it only appears in the Administrator's CP which I can reach in Safe Mode of course, but it would be easier to deal with if it appeared somewhere on my ...
152 byte By
PeerX2 at 2007-11-25 19:23:56
i m developing a file sharing application in jxta and am stuck in importing net.jxta.share.* and net.jxta.share.metadataplz help...
Can eny one Show me how I can get information off of a .pdf file from a search?
2473 byte By
Soul814 at 2007-11-25 19:26:49
Okay, my final project is to do a project of your choice and I choose to do paint. I have everything down except Flood Fill, magnify, selection tools, but i might get rid of magnify and selection kinda works but i cant drag around screen, flood fill i've been searching around recursions cause ...
As many of you know (I hope), the 8.3 rule restricts those of us who wish to develop Java Software to the Win32 platforms, Linux, Unix, Macintosh, Solaris, etc. I wish to be able, however, to play my favorite Java-based Text Adventure Game (which I wrote, of course) on my old 486 75Mhz clunker. ...