Click here to Skip to main content
       

Java

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
AnswerRe: Mail server in javamemberTorstenH.24 Nov '12 - 5:38 
a database is fine. I would use derby[^].
It's well documented, integrates completely and is easy to handle.
 
You can also use a file based system. But that is much more complicated.
regards Torsten
When I'm not working

QuestionUsing MuPDF library in javamemberMember 960666216 Nov '12 - 22:40 
Hi everyone!!
I'd like to ask how to use this library to make project in java which will make a file.pdf. Do you know is it possible to do this?
Thanks in advance : D
AnswerRe: Using MuPDF library in javamvpRichard MacCutchan17 Nov '12 - 21:58 
You can get the source from http://www.mupdf.com/[^], so you would just need to write an interface between your Java code and the library. Take a look at the Java Native Interface[^] for details.
One of these days I'm going to think of a really clever signature.

AnswerRe: Using MuPDF library in javamemberyangxiaoyan18 Nov '12 - 16:58 
aaa
Questionuse snmp check equiment typememberXMafei13 Nov '12 - 22:05 
Hi all.
 
i want to get the equiment type eg.router,switch,pc,fire
 
i don't know how to use snmp to get it
AnswerRe: use snmp check equiment typememberTorstenH.14 Nov '12 - 19:03 
There is a lib avaliable helping you for that.
 
http://www.snmp4j.org/[^]
regards Torsten
When I'm not working

Questionsynchronizedmembergeniuspc13 Nov '12 - 14:23 
hi guys i have a question, im doing a very simple thread application that increments a value everytime a thread runs, i've got 4 threads running at the same time, but everytime all threads increment the count var, its allways 1 it doesn't change on each thread execution i use synchronized to allow 1 thread increments the var at a time but after all threads die count var outputs same value,
AnswerRe: synchronizedmvpRichard MacCutchan13 Nov '12 - 21:17 
Please show your code, we cannot guess what may be happening.
One of these days I'm going to think of a really clever signature.

AnswerRe: synchronizedmemberBobJanova13 Nov '12 - 22:41 
My guess is that you made the counter an instance variable in the thread, so they all have their own copy. But you haven't posted enough to be sure.
GeneralRe: synchronizedmvpManfred R. Bihy13 Nov '12 - 23:00 
BobJanova wrote:
made the counter an instance variable in the thread

 
That was my guess too!
5+
 
Cheers!
"I had the right to remain silent, but I didn't have the ability!"
Ron White, Comedian


General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web03 | 2.6.130523.1 | Last Updated 23 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid