0
votes
0answers
2 views
[help] how can i set the volume of video to mute?
i tried setlevel(0) and setmute(true) in volumecontrol of a video player;
the sound is small,but not mute yet? any body can tell me why?
thx
1
vote
3answers
50 views
Hibernate Spring Transactions
Hi there,
I'm trying to get my spring DAOs to work but I only get this exception
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'sessionFactory' threw …
0
votes
4answers
9 views
Access denied in GAE with Java, how to access file in web-inf?
My project construction:
war
---web-inf
------classes
---------All the class files
------devices
---------***.zip
I want to return the zip file to client in doGet method
My java code:
File …
0
votes
2answers
24 views
Tomcat not recognizing the DLL files
i've an application which am trying to deploy in Window's Tomcat 5.5 - as an Axis Webservice. The application uses few DLL files, which I've placed the in the dir - $TOMCAT_HOME\common\endorsed\ and …
1
vote
0answers
12 views
Impact Analysis using Eclipse for Java application with framework code
Can impact analysis be done in Eclipse? If there are a few classes and methods that need to be changed, finding the impact of that change on rest of the application code (other classes and methods)
…
0
votes
0answers
25 views
Which Java generic should be used in ambiguous cases?
I'm having some problems with a Wicket 1.3 -> Wicket 1.4 migration, but this question could be applied to Java generics overall, too. The migration has caused hundreds of warnings to spring up out of …
0
votes
4answers
31 views
Using a string containing variables in JOptionPane
I am trying to build a string using "if" statements, and then using the built string to show in a JOptionPane.
//If the value is zero, don't show the line item
if (intLays > 0)
strBuiltOrder = …
0
votes
0answers
3 views
remove element in dom4j
<root>
<elm id="1"/>
<elm id="2"/>
<elm id="3"/>
<elm id="4"/>
</root>
I want to leave id="2" in the dom,
how can domj4 to remove the other three ?
result:
…
0
votes
1answer
11 views
File read by interrupt in java
Hi,
I am using a text file to store the serial port output. And now I want to put the contents of the file to an textArea in java. I have created a dedicated thread for file read operation. I need …
0
votes
3answers
62 views
For each with my custom class won’t work
Hey everybody I'm working with java,
So I am writing a class called ordered set. It is a class that is cross between a set and a queue. In other words, it is a queue without any duplicates. So I know …
0
votes
1answer
5 views
gwt hyperlink changeEvent
How do I make a Hyperlink for the current page fire the history change event?
For example, on http://localhost:8080/index.html#foo there is a Hyperlink with a historyToken of foo. How do I get the …
0
votes
1answer
36 views
Get Current Time of CalendarEntry of Google Calendar API
I was wondering, is there anyway to get the current time of a CalendarEntry, of Google Calendar API.
I try to use the following hack :
try {
if …
0
votes
2answers
37 views
Introduction to Java Graphics Libraries
I jut got into information-visualization and scientific-visualization and have been using Piccolo and a little with JFreeChart. I am trying to find a few new libraries that I can start using. I am …
0
votes
2answers
20 views
J2EE war file redeployment changes not reflected
Hi all,
I created the the file index.jsp as below
<form action="" method="POST"><br>
First Name: <input type="text" name="firstName" size="20"><br>
Surname: <input …
0
votes
3answers
21 views
GWT server-side interaction with database
I am building a project in GWT that pulls an rss feed, executes regular expressions on the feed (in javascript using JSNI), and then stores that resulting data on a database where the users can access …
