Tagged Questions

0
votes
5answers
114 views

Is there a simple way of obtaining all object instances of a specific class in Java

Currently I am working on a Java agent to assemble memory stats. With the help of the instrumentation API I can get a hold of the classes (and manipulate them). With plain Java I can get an estimate …
0
votes
1answer
35 views

Set Hibernate root folder

Dear All! I use Hibernate in an extension-like server-side application, and I put my binaries to the Extensions folder of the server application. The problem is, that if I run the server, the root …
1
vote
3answers
51 views

Does the JVM or the underlying OS handle thread state changes

When I create a multi-threaded program and I use methods such as Wait or Signal to control threads among other things, does JVM control all the thread state changes or does the underlying OS have …
0
votes
3answers
16 views

How to debug a connection failure between Jboss and eclipse debugger.

I have setup eclipse to attach to a local JVM. But when I try to do the same for a machine over the network I get "connection timed out exception". How do I go about debugging this issue? I tried: …
0
votes
2answers
29 views

Websphere Classloading

We have an application deployed in Websphere application server 7. Its deployed and functioning in various environments. But it gave a method not found exception in one new env. On digging deeper we …
0
votes
2answers
18 views

Are there any really simple/limited scripting languages for the JVM/BSF?

I'm looking for a really simple / limited scripting language for the JVM or the Bean Scripting Framework but can't find any. I need the following operators: + - * / maybe ** (power) maybe sqrt …
1
vote
3answers
49 views

Code generation for Java JVM / .NET CLR

Hello, I am doing a compilers discipline at college and we must generate code for our invented language to any platform we want to. I think the simplest case is generating code for the Java JVM or …
2
votes
4answers
162 views

Does the JVM create a mutex for every object in order to implement the ‘synchronized’ keyword? If not, how?

As a C++ programmer becoming more familiar with Java, it's a little odd to me to see language level support for locking on arbitrary objects without any kind of declaration that the object supports …
0
votes
2answers
103 views

Recommended integration mechanism for bi-directional, authenticated, encrypted connection in C client/JVM server setup?

Let me first give an example. Imagine you have a single server running a JVM application. This server keeps a collection of N equations, once for each client: Client #1: 2x Client #2: 1 + y Client …
2
votes
4answers
141 views

Can a Scala program be compiled to run on any JVM, without having Scala installed on the given machine?

If I've writen a Scala program, can I compile it in a way so that anybody with a standard Sun Java JVM can run it? I guess the Scala compiler would have to include the Scala-specific API code in the …
2
votes
3answers
60 views

What programming languages target J2ME?

I recently received a Nokia 5000 phone. Now I want to write software for it. Trouble is, I don't know Java. Now I've heard of other languages which supposedly make possible development without …
0
votes
3answers
83 views

java.lang.OutOfMemoryError: requested 32756 bytes for ChunkPool::allocate. Out of swap space?

Hello, I am working with a java application deployed on an HP server via WebLogic 10.3. Version info: WebLogic Version 10.3 OS Version B.11.23 $ java -version java version "1.6.0.03" Java(TM) SE …
2
votes
5answers
112 views

Distinguish Java threads and OS threads?

In Production system,like Banking application running in Linux environment, How do I distinguish running Java threads and native threads? In Linux there will be Parent process for every child …
1
vote
1answer
37 views

Is it possible to specify where JVM’s crash dumps go?

We have a desktop application using JNI that occasionally causes the JVM to crash. Luckily the JVM produces a hs_err_pidXXXX.log file, which is quite useful in debugging such errors. However, it …
2
votes
1answer
49 views

Definition of Java’s mark-preclean-sweep-reset GC lines?

Can someone please provide some insight into the the following verbosegc lines on a Java runtime with CMS GC enabled? Specifically: Does the event at 29.490 indicate heap location of the highwater …

1 2 3 4 5 26 next
15 30 50 per page