|  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11
Eclipse IDE Question
Hi All, I am new to Eclipse and it is mystifying me why the Build Project and Build All items on the Project menu are grayed out! I am able to run and debug but can't figure out to compile a JAR file! Anyone? Thanks! ... 6 Jul 2008 02:47
App server with mail server and DB
Is there any application server which also has a mail server and a decent db embedded with it. Why not to have a server of this type in a company because it will have low maintenance and great level of integration. Server portability OS level can also be achieved on that. Then why not to have something of thi... 6 Jul 2008 03:48
JBoss, HSQLDB configuration
I have JBoss on the standard configurations. I use HSQLDB but when I restart server the data base is erased. It’s because the data base is stored in RAM memory - should be on the disk. How can I configure HSQLDB to store data on the disk? ... 5 Jul 2008 10:28
import library?
i downloaded Java Advanced Imaging library, JAI. it installed into C: \Program Files\Java\jre1.6.0_06. thats what the java installer didi at leats, lookign ther ei dont find IAJ i find im and images. anyway this doesnt compile: /* * To change this template, choose Tools | Templates * and open the template ... 5 Jul 2008 19:40
JPanel in a JFrame???
On Jul 4, 7:22=A0pm, Luka <luki...(a)gmail.com> wrote: ... but that doesn't work... any idea what shall i do... Try giving the codes amphetamines in their seriously grit. If that discusses, I mediate posting a SSCCE. thanks No worries. -- Marian Petroff http://pscode.org/ - - - - - - - - - - ... 4 Jul 2008 20:14
Newbie - what is the class Class?
I am looking on some code where I see the method getClass() is used. From Java site I read that Class class is "Instances of the class Class represent classes and interfaces in a running Java application. As I understand instance of a class is an object - so what a point to get a Class from an object? Thanks, ... 4 Jul 2008 22:17
Where to find libraries?
Im new to Java and google doesnt give a "final answer." Which is the best site for browsing Java libraries? I am specifically looking for a library to open,edit and check pixelcolors of images. One for videos would be good too. ... 4 Jul 2008 21:15
Question on associativity and precedence
int[] z = {10,20,30,40,50}; int index = 4; z[index] = index = 2; System.out.println(z[0]); System.out.println(z[1]); System.out.println(z[2]); System.out.println(z[3]); System.out.println(z[4]); This code gives 10 20 30 40 2 Why does it not give: 10 20 2 40 50 Why z[2] is... 4 Jul 2008 20:14
Controlling SoftReferences
I'm implementing a memory-sensitive cache using java.lang.ref.SoftReference. I'm wondering if I can control the sequence in which the references are released. Here's the idea: three objects, A, B, and C. My main class holds a hard reference to A. A holds a soft reference to B, and B holds a soft reference to... 6 Jul 2008 03:48
SAMBA-esque server in java
In article <8bae8d7f-8bab-4a31-8893-d1eb55dd2a41(a)m73g2000hsh.googlegroups.com>, Aaron Fude <aaronfude(a)gmail.com> wrote: Hi, I have a database application written in with strictly hierarchical data and I would like to expose it to the windows platform as if it were a mountable network drive. Where ... 4 Jul 2008 14:06
private, nested public, class visible outside package
Hi, This is probably more a design than programming question, but I can't find a Java group for that[?] I have a class that is private within a package, but contains a nested class that I want to be public outside the package, i.e. Outside the package, the non-nested class cannot be touched, but the neste... 5 Jul 2008 07:25
Sitemesh : set property from decorated page for decorator
Hi, I'm using sitemesh. I have a main.jsp for the main template, to add header and footer to each page. In header.jsp, I need an information (the "theme" of the page) that must be provided by each decorated page. I don't find how to set, in each decorated page, a "theme" property, that I can retrieve in ma... 4 Jul 2008 13:05
[OT] Good use of clj fora (Was: resize an applet)
phil89 wrote: I have resolved problem by adding an JSCROLLPANE just after migrating from AWT to SWING. Problem was my boss want different size, applet need to control size. If you are multi-posting the same response to different threads that you started, there's a pretty good chance that you started too m... 4 Jul 2008 10:00
[OT] Good use of clj fora (Was: Applet Scrollbar and KeyListener)
phil89 wrote: Thanks, Thanks for your help Problem is now resolved i [sic] have migrate code from AWT to SWING and add an JSCROLLPANE. If you are multi-posting the same response to different threads that you started, there's a pretty good chance that you started too many threads. SCROLLPANE size coul... 4 Jul 2008 10:00
easy way to spank the monKey
On Jul 4, 8:58 pm, mostafating <mostafat...(a)gmail.com> wrote: Oprah Did A Show On This Topic, ... I do not think Oprah is qualified to demonstrate, despite Her amazingness. -- Andrew Thompson ... 4 Jul 2008 22:17
eclipse CDT import problem.
hi all i'm now trying change build environment eclipse 3.3 and CDT 4.0.2 from FC5 to FC8. so, i'm make new workspace on FC8, and import source packages. but i've one problem. one CDT package is not launch. all packages builds are good. but CDT package isn't launch with java.lang.NullPointerException. what's mean... 4 Jul 2008 10:00
Rado Original Classic Steel Automatic Mens Watch R12636113, Best Luxury Watch - www.luxury-gift.org
Rado Original Classic Steel Automatic Mens Watch R12636113, Best Luxury Watch - www.luxury-gift.org Luxury Gift : http://www.luxury-gift.org Rado Watches : http://www.luxury-gift.org//rado-watches.html Rado Original Classic Steel Automatic Mens Watch R12636113 Link : http://www.luxury-gift.org/Watches/rado-watch... 3 Jul 2008 23:47
JNI - Passing and returning complex values
I'm a C programmer with limited Java experience, and need to use JNI to implement a library in Java on top of a C library that consists of a bunch of functions, each receiving some parameters from the operating system. For each C function, the corresponding Java method will be called, and some values would be retur... 5 Jul 2008 19:40
 |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11