I had compiled glibc-2.2.3 than i met this error when i make.../sysdeps/unix/syscall.S: Assembler messages:../sysdeps/unix/syscall.S:28: Error: absolute expression required `li'make[2]: *** [/home/gspace/control-project/build-tools/build-glibc/misc/syscall.o] Error 1make[2]: Leaving directory ...
hi, i'm trying to connect to oracle with a java application using thin driver and i 've included the import oracle.jdbc.driver.* statement .down the line is the code i'm using._Prerequites r working such asJava path is setOracle listener is workingThe code we r using for jdbc connectivity in ...
664 byte By
xbox200a at 2007-10-2 8:14:55
I've looked through the web and seen sever ways of running the javadoc. Can any one tell me which one is correct when i run them an error message comes up saying that 'C:\' is not a recognized as an internal or external command, operable program or batch file'. And i dont know why. I have ...
ok, i have these two methods i am trying to use on an array of integers(arranged in ascending order) public void removeFirst(int newVal){list[this.search(newVal)] = 0;if(this.search(0) != -1){for(int i=this.search(0); i<numElements-1; i++)list[i] = list[i+1];numElements--;}}public void ...
707 byte By
raj_joa at 2007-10-2 8:20:52
I am trying to wild card the href attribute in <link> element in my ant build.xml file to generate javadocs, and it fails real bad, Is there a way I can wildcard the following statement <javadoc .........><link offline="true" href=" http://java.sun.com/j2se/1.4.2/docs/api/" ...
Hi, I use JGrasp 1.8.x for my Java project development. It is a client server program that requires to server programs running (say Bank and Shop servers) which wait for input from the client program. I have access to a single computer, so all the servers and client are on my local machine. ...
298 byte By
rv5a at 2007-10-2 8:30:08
Hi, I am using the code wirtten using older JBuilder version and I am in need of the following (possibly deprecated) packages. Does anyone help me in getting these
hi, i have a recursive method.. it works fine (it's when using wordWrap=true) when the StringBuffer input contains 2KB file. When parsing larger file (600KB) i got this exception:Exception in thread "AWT-EventQueue-0" java.lang.StackOverflowErrorat xtext.breakLines(xtext.java:308)at ...
Hi,I'm new to working with ant build files.I've got a large project with lots of small build files. I would like to reduce the number of build files in the project by integrateing them in to larger build files. Can you let me know where I can references on this ...
I couldn't run (with version 5.0) my application when I add this line to my code i System.out.println("Conexion : " +md.getDriverName()+md.getDriverVersion());These are the messages errors :[miguel@miguel ~]$ java -cp postgresql-8.0-314.jdbc3.jar conxException in thread "main" ...
975 byte By
Killiana at 2007-10-2 8:41:02
Hi I'm trying to write a JNI program and am trying to Load a Library located at /lib/iptables/ on a linux debian machine using " System.loadlibrary("libip6t_ah.so") "1/I get a java.lang.UnsatisfiedLinkError: no libip6t_ah.so in java.library.path2/So then I tried to set java.library.path using ...
When I use operator + for concatenate the following Strings md.getDriverName() + md.getDriverVersion() as follow in a try block:try {con = DriverManager.getConnection(sourceURL,user,pass);md = con.getMetaData();System.out.println(md.getDriverName().+md.getDriverVersion());}when I have tried run ...
Attempting to compile a session bean from the command line interface javac. <y path includes a reference to c:\;c:\Program Files\Java\jdk1.5.0\bin;C:\Sun\AppServer\binI am running on Windows XP. I am getting an error message package javax.ejb does not exist.There was a step jar xvf src.jar ...
i hav downloaded j2sdkee1.4 from the sun site.in my program i hav used a html file and a JSp file.i hav used a form tag in my html page tat redirects to the jsp page.i hav deployed the application and the tool shows deployment successful.while i type http://localhost:8080/context root , i get ...
Hi,I am using tomcat 4.12 and jdk 1.4.0.. sql server 2000 is the back end.when we accessing our application contionusly for more than 4 days, each page takes time to load..I was looked out both java and sql server usage. sometimes both usage were high. sometime it was decreased...is this ...
1580 byte By
satya25a at 2007-10-2 9:00:26
We have lot number of java source files written using Java 1.5 specific features such as templates, enums etc.. But we have urgent need tocompile and run them with JVM 1.4.Java compiler (javac) says it provides an option to cross-compile the sources and generate class files to be compatible ...
14589 byte By
cwixa at 2007-10-2 9:02:29
I do not know Java and do not know the answer to this exception error that is being output. The users are trying to print an applet window for an intranet application using IE and Java version 1.5.0_04-b05 and they are all getting this error message. All the users have new desktop pcs and prior ...
I created an interface ABC with some functions and then created a jar file of it.Next i created a class DEF implementing ABC providing the jar file in the classpath:c:\folder>javac -cp abcjar.jar DEF.java it compiles fine.but when i give the DEF class a package 'pack' and ...
Helo All, I am working on servlets and created a scan component which scans muliple documents and uploads at a time to the server.The default resoultion for scanner (setXResolution) is 200 but i want it to be dymaically set for each time it is scanned .so i kept a Combobox which allows the user ...
L.S.,Sometimes I feel the need to extend some existing javadoc with a note of my own because sometimes the existing javadoc is not very clear and I am unable to improve because it is from another vendor.I think it would be nice if I could somehow add user notes to existing javadoc without ...
19916 byte By
Zhela at 2007-10-2 9:06:39
Hi I'm creating a app that draws shapes and bounces them around the screen. I've followed and they had draw/paint methods to set colours/fills and draws the shape. the code below is not the whole app just the parts that is giving me trouble. I'm getting a draw(java.awt.Graphics) cannot be ...
609 byte By
KKHa at 2007-10-2 9:09:36
Hi guys,I make a game on the sony ericsson emulator and everything run smoothly but when i run the game on a nokia emulator then this error message pop out which i have never seen before this is as follow: Callback threw: java.lang.Error: Override of final methodi am using the S60 2nd Edition ...
Hi to everybody. regarding including html fileI write by myself html file and I want include this file in javadoc documentationcould give me the easiest way to do thatmany many thanksFausto
591 byte By
Woolzya at 2007-10-2 9:13:17
I have been using Java for a few years now, but for some reason I have a course that requires us to compile/run and hand-in our java assignments using Unix...I know how to compile a simple program on unix with a single source file, but how the heck do you compile and run a program with say... 2 ...
public class store{public static void main(String[] args){String dataInput; import javax.swing.*;dataInput = JOptionPane.showInputDialog(null, "Input item data: ");JOptionPane.showMessageDialog(null, "" + dataInput);EasyReader console = new EasyReader(); int i, j, k, inum, icom, min, nswaps; ...
Cant someone understand and tell me whats wrong with the code below? when I compile it, there isn't any error. But when I run it, "Caught NoSuchMethod: MyPeer.<init><com.alltigo.location.sdk.PeerConfiguration>" and I know tat e error is at Peer myPeer = ...
4536 byte By
MagicFXa at 2007-10-2 9:15:25
Uninstalled all JRE versions. and downloaded the previous offline install packets from: http://java.sun.com/products/archive/JRE 1.5.0 JRE 1.5.0_1JRE 1.5.0_2JRE 1.5.0_3JRE 1.5.0_4JRE 1.5.0_5JRE 1.5.0_6,Installed them one after the other due to I read somewhere they recommend you keep all your ...
1417 byte By
georousa at 2007-10-2 9:15:35
hello!I am inporting the concurrent package of Doug Lea insice my classThe LinkedQueue.java which i am importing looks like this/*** File: LinkedQueue.java*/package EDU.oswego.cs.dl.util.concurrent;public class LinkedQueue implements Channel { protected LinkedNode head_; protected final Object ...
When accessing a Java process over the internet, I get the message in the subject line. However, I don't see any other processes running.I am running V 1.5.0_06 with a required parameter for the web app of "-Xmx512M"Any ideas?Thanks.
1748 byte By
Tugudua at 2007-10-2 9:16:24
Hi,I have an Ant script generating my javadoc every night. I have about 5700 java files making about 42MB of data.It worked fine for two years until two weeks ago, where the script stopped with the following message : <<[... big snip...] [javadoc] C:\Temp\Java\blablabla.java:58: cannot ...
I downloaded J2EE SDK 1.4 UR2, English (filename was j2eesdk-1_4_02_2005Q2-windows.exe) onto my laptop, installed and tried compiling a program I am writing for my Java class. Error message returned said 'javac' was not recognized as an internal or external command, operable program or batch ...
19015 byte By
MikLoNa at 2007-10-2 9:18:21
Hi everyone!,I磎 running 1.5.0 Java version by the fact Azureus requires it (don磘 worry about it, bug happens with latest java version too)...Azureus quits unexpectedly / randomly (about 3 or 4 times a day). When I start the program again I always get this message:Azureus did not shutdown ...
I am struggling with Java installation on an XP SP2 machine. First off, I am not a developer or programmer nor do I write code beyond basic windows/dos/tagz functionality.I registered here only after exhaustive and unfruitful web search and following 'normal' troubleshooting guidelines a ...
535 byte By
georousa at 2007-10-2 9:19:52
Hi! i have a LinkedBlockingQueue and by it's method .to Array() i want to cast it's type to String[] (it's initial is Object[])But i get a ClassCastExceptionHelp?That's my method basicly a wrapperpublic String[] toArray(){String[] pool = (String[]) urlPool.toArray();return pool;}and i ...
2857 byte By
BdN3504a at 2007-10-2 9:22:45
I know you answered this questions a thousand times, but from all the threads i've read, i understand that it is also a program specific problem. I'm an absolute beginner in Java coding, learning it right now at university... I also undertood from other threads u want me to post in the ...
2570 byte By
Mike83ia at 2007-10-2 9:27:19
Hi,I wrote an very small RMI program. It only demonstrate the function of rmi. But if I want to compile the necessery sources with the rmic-compiler, I get the follow output:<cmd>D:\Projekte\Eclipse\Arbeit\RmiTest>rmic de.lindcom.rmivoodoo.server.VoodooImplerror: Class ...
3420 byte By
bbatmana at 2007-10-2 9:29:29
I wrote a class which graphs items in which I have many @link tags in the javadocs.A lot of the fields of this class, as part of their contract, declare that subclasses may override the field's value but that they must do so before a method named determineDimensions is called. Here is just one ...
Is there anything I can do to get the Javadoc {@value} tag to document the value of BigInteger constants?I presume the issue applies to any object constants, but, BigInteger is all I need.Thanks for any advice.
is it necessary to have a ':' character in a javadoc comment using the "invariant" taglet ?I don't think so, but it's just to be sure.Thanks
I just installed JRE 1.5.0_06 on WinXP SP2. In IE6 (and Firefox 1.5) no applets will run, all throwing the null pointer exception. I have tried applets from many different sites, but none will load. Have tried a reinstall, but with the same results. Any ideas/helps? Thanks.
349 byte By
adfreda at 2007-10-2 9:39:40
Is there a simple way to read a javadoc html progammatically using javadoc APIs and extract documentation about methods and properties? I have javadocs for some widget classes, and given the name of a widget class, I need to extract some information about its properties and methods from its ...
In SubCheckout.java (a POS), what I want is when Payment button (f_cashPayment) is pressed, the action "Cash" is performed, get the value from Cash Given (f_cashGiven), do the subtraction and post the value as Cash Return (f_cashReturn). The code is filled in actionPerformed. But I cannot get ...
1369 byte By
msarqe3a at 2007-10-2 9:41:51
Below is a preview of how your message will look. You must click on the "Post" button to submit your message. If you need to make changes, click the "Go Back/Edit" button.Pretty simple.. but am pretty dumb..msarqe3 Jan 14, 2006 1:01 PMHi ..am trying to learn how to use the debugger attached ...
408 byte By
Laimona at 2007-10-2 9:42:41
Hi everybody,here's a little riddle for u (though a royal pain in the ass to me!!!!).Well, simply, classes in the same directory are unable to see each other!I really can't get why, it all worked fine until yesterday night, and now!Damn...Do u have any idea what it comes from and/or (better) ...
How can I fix this error?error: error reading C:\ExposureJava\jdk1.5.0_03\bin\javap.exe; java.util.zip.ZipException: error in opening zip fileI have configured and added javap in the JDK profile. I am using J Creator LE and jdk1.5.0_03.
802 byte By
rudza at 2007-10-2 9:45:52
i am working to enhance a website on the intranet of company i m working in .it uses weblogic server ,JSP as front end and ACCESS as the backend,two days beforeafter summitting a certain form i couldnt view the next page it showed me the total no. of records in the DB i.e. 625. the data could ...
512 byte By
krapaa at 2007-10-2 9:50:23
i recently installed the jdk 1.5.0 in windows xp sp2. i have no problems in compiling a program, but whenever i run it, i get a error : "Exception in thread main : java.Lang.NoClassDefFoundError ". this error occurs for all the programs i try to runthis happens even though the class file is ...
85 byte By
Ambekara at 2007-10-2 9:51:33
Under what circumstances can i get this error (AbstractMethodError) at runtime
HiCurrenty when an exception in thrown in a java class copiled with debug option we get line numbers in the stacktrace but we do not get the state of the stack.How can I the details of the stack (i.e. values of all the local variables visible in that thread) ? As information is available when ...
5609 byte By
Simiona at 2007-10-2 9:53:40
Hello,i have some problems with a simple project.The structure is like this:web-inf/classes/databeans/loginexistinguserform.javaweb-inf/classes/formactions/loginexistinguseraction.javaloginexistinguserform.java : package databeans;import org.apache.struts.action.ActionForm;import ...