First  |  Prev |  Next  |  Last
Pages: 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
Hacking midlet signing
Hi ! Is there a "killer" way to hack the midlet signing on PDA with Windows mobile 6.x and Jbed KVM? I don't think it's a good idea to pay a cerificate (like Veisign) just for tests purposes;do you? Need your help please ! ... 6 Apr 2010 22:03
Buffered RandomAccessFile
Can someone suggest a good approach for caching parts of a large data file? I've got a number of very large (multi-gigabyte) files. Each file is organized into pages of variable length. Pages can be small (< 1k) or much larger (> 1mb). The organization of the file is similar to a btree, and the access pattern ... 26 Mar 2010 20:25
Calendar question
Can someone clarify for me the difference between: GregorianCalendar now = new GregorianCalendar(); and Calendar now = Calendar.getInstance(); and Calendar now = GregorianCalendar.getInstance(); I'm really not clear on what each does and when I would prefer one over the other. (I assume each ... 28 Mar 2010 18:58
java plugin for linux firefox 3.6
Hi, as for older versions of firefox I did this : ln -s /home/thorsten/jdk1.7.0/jre/plugin/i386/ns7/libjavaplugin_oji.so .mozilla/plugins/ -f But this doesn't work anymore. Has something changed in 3.6 ? Regards Thorsten ... 26 Mar 2010 10:21
java one-liner
Hi: Is it possible to compile and execute a bit of java code in one line? I know its possible in dynamic languages like groovy. e.g. groovy -e "println 'Hello World!' " I'm guessing you can't do this in java since there is a separate compilation step, but I thought maybe there's a compile/execute tool or op... 26 Mar 2010 20:25
sync on local variable
The IntelliJ code Inspector (lint) slapped my wrist for synchronising on a local variable. What's the problem with that? The sync is on the object, not the reference, right? -- Roedy Green Canadian Mind Products http://mindprod.com Don�t worry about people stealing an idea; if it�s original, you�ll have to s... 29 Mar 2010 16:56
urgent opening for Javascript Front End Engineer in Emeryville, CA- 6months contract
Hi , We are looking for JavaScript front end Engineer in Emeryville, CA. This is a Contract position for 6months. Local candidates preferred. Please send resumes to prachi(a)zenexpartners.com Company is the market leader in providing photographic products and services to consumers and commercial customers around t... 24 Mar 2010 15:49
urgent opening for Javascript Front End Engineer in Emeryville, CA- 6months contract
Hi , We are looking for JavaScript front end Engineer in Emeryville, CA. This is a Contract position for 6months. Local candidates preferred. Please send resumes to prachi(a)zenexpartners.com Company is the market leader in providing photographic products and services to consumers and commercial customers around t... 24 Mar 2010 15:49
web service behind firewall without DNS
Hi I am attempting to connect to a web service from a unix server which is behind a firewall The first problem I have is that the apache axis is complaining about the URL I can only assume this is because there is no DNS on the Unix server but I was hoping the axis client would send to the proxy before tryi... 24 Mar 2010 19:18
Exception questions
I'm afraid I have some confusion about checked and unchecked exceptions. First, am I correct in believing that a checked exception is one in which the method signature contains the throws clause? For example: public void myMethod(int foo) throws SuchAndSuchException { } In other words, is the sole definiti... 26 Mar 2010 22:53
First  |  Prev |  Next  |  Last
Pages: 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61