 |
 |
Index ‹ java-programmer
|
- Previous
- 2
- china whole sale nike air force ones low cut af1 sneakers,ugg bootsDiscount Coach Sandals, Dior Sandals, Prada Sandals, Chanel Sandals,
Versace Sandals, Crocs Sandals, Women's Sandals Men's Slippers From
China
Discount, Prada Sunglasses, Discount, D&G Sunglasses, Discount,
Fendi
Sunglasses,Discount,Burberry Sunglasses Discount, Chanel Sunglasses
Discount, LVSunglasses Discount, Dior Sunglasses Discount, (G U C C
I ) Sunglasses Discount, Armani Sunglasses Discount, Versace
SunglassesDiscount, A&F Sunglasses Discount, LV Sunglasses
For more products pls visit:
http://groups.google.com/group/sci.engr.television.broadcast/browse_thread/thread/6eb9bed7645ab589/8b1c58a3a2cf0d19
- 2
- Where Does the Code Go?I have a good programming practice question. Just for fun, Ive taken on a
side project that will help a teacher friend of mine work out grades. I
want a GUI interface that will store and retrieve grading info. So Im
hoping someonecan walk me through my class structure. My biggest question
regards whether or not it is good programming practice to have data objects
as members of my GUI class or if it should be done another way? I have my
main class which calls the GUI class. For now in my most basic skeleton, I
have a very simple student class, contains has a grade class. How should
these classes be arranged?
My first thought was have student a member of the GUI class. Say I have a
form with nothing more then two text fields for name and grade, and a
button. When I click the button, I want to store the the textfield data in
the student/grade classes. I can do that fine if student is a member of the
GUI class, but for some reason Im uncomfortable with this design. It seems
the GUI should be design only, no data access code in there. Eventually I
want to add database connection objects to this model for permanent student
data storage and would need to know where those would be called from as
well. So what do you guys think?
Classes:
Main
Gui
Student -> Grade
How to arrange?
Thanks
Rv5
- 2
- how to fire JTree child node eventI have a JTree where each node displays a specific view when selected.
I'd like to somehow fire an event to default the app which view to
display when opened.
How do I fire an event for a JTree as if the user clicked on a specific
child node?
- 2
- J2EE architecture questionHello.
Iv read a spec from a firm which wants to build a J2EE application,
but the application is not supposed to be web based. The reason for
this is mostly a very complex UI.
From what ive read about the J2EE architecture ,the presentation layer
has always been servlets or jsp.
Is it a posibility / option to build a J2EE application without the
web based presentation layer?
- 2
- stdout and stderr don't occur sequentially in Eclipse and NetbeansZelluX wrote:
> But System.err is unbuffered, so I don't think it will have any effect
> to flush after every write.
There is nothing in the Javadocs to indicate that System.err is unbuffered.
Like System.out, System.err is a java.io.PrintStream. The docs for
PrintStream imply that instances are buffered, else the flush() method would
be meaningless. So it is not accurate, or at least not safe to say that
System.err is unbuffered.
That leaves auto-flushing. Nothing in the Javadocs for System.err indicates
that it's created with autoFlush on. Did you check the source for your
particular flavor of Java to see if it is?
In my installation, the source shows:
setErr0(new PrintStream(new BufferedOutputStream(fdErr, 128), true));
Whaddaya know? System.err is buffered in my installation.
Sun Java JDK 1.6.0_10b25, 64 bit, Linux.
Are you quite certain that System.err is unbuffered in your Java installation?
--
Lew
- 4
- Release build in EclipseDoes anyone know how to make a lean release build with Eclipse,
binaries without debugging info ?
- 4
- I want to import ProductsHi
=20
1. We can get ready to buy clients for your products. We can bring such =
people, who are searching at google for following
keywords. They are ready to buy clients and they are searching these =
products to make a purchase. If they reach at your
site at this time, chances are very great that your site can make a sale =
to them.=20
keywords:=20
exporter of india
indian exporter
exporter from india
india's exporter
exporter of abc (abc is your product name)
abc exporter
abc manufacturer
indian abc exporter
2. We also offer you a 7 Days free trial. Get your free trial at =
http://www.yesiwillbuy.com/free-trial.htm?chetna
=20
3. For any further information, please let me know. I will be happy to =
help you. You can call at my=20
US marketing phone number at +1-727-565-1339 or you may call me at India =
at +91-93122-88917.
Or you can send me direct email. I usually reply emails within few =
hours. Please send us your contact
phone number and your desired time, and we will call you to help you =
with your first order.=20
regards
Miss Chetna(Certified by GOOGLE as Certified Google Adwords =
Professional)
Suggest Your Friends to Use - FREE Trial - No Obligation 7 Days Google =
Trial -=20
Start Getting Leads within 24 Hours for Your Products/Services
http://www.yesiwillbuy.com/free-trial.htm?Chetna =20
Jan16-08
_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"
- 7
- best struts-jsp-servlet development tool?Hello,
We are going to develop a web based application that uses Oracle 9i
database at the beckend. We started with Oracle JDeveloper 10g. It
seems fine but it fails to meet our needs at some points. Can you
recommend another tool for us?
Thanks in advance
- 13
- fixing image sizeI realise there have been several posting on this subject already.
However, despite these, I still can't quite work out how to do this.
I need to take the image from a file (.gif .jpg etc), ensure that the
entire image fits on a JPanel of some size, then put this JPanel onto
another Jpanel.
From what I could gather, it looked like I had to extend JPanel and
override paint(). The problem comes when I try to use drawImage().
Here's the code.
//relevent imports
public class Picture extends JPanel
{
private String fileName;
/** Creates a new instance of Picture */
public Picture(String file)
{
fileName=file;
}
public void paint(Graphics g)
{
super.paintComponent(g);
}
}
- 14
- Problem with focus on JListHi!
I got 2 JLists . I doubleclick an item to display it's details.
This works fine so far, but:
When I select an item in JList1 and in JList2 the Mouselistener doesn't
know from which JList he should get the item.
So I had the idea that when you select an item in JList1 JList2 should
loose all selections.
But I just don't get it done.
any ideas?
- 14
- You don't know anything ...Hello John Bailo , You wrote ,
" I know when someone is bilking his customers
for c++ code whose functionality should be written in
OpenCalc macros "
You comment re-proves :
1 _ You don't know anything about
programming for the desktop .
2_ You don't know anything about my customers ,
even thought I've explained them to you
a million times .
- 15
- Java will not workI have recently bought a new computer with windows XP and
internet explorer 6. Any page that i try to access that
contains java will not load the java. I have recieved
warnings like ". . .requires a java compatible browser to
run". I have searched the security options and can find
nothing that will help.
Do i have to download anything or change any options
to get java working?
Anon.
- 16
- Calling own-constructors inside another constructorHi all,
Inspecting some pieces of code from someone I found things like this:
class A {
private String id = "";
public A() {
super();
}
public A(String id) {
this.id = id;
}
}
class B extends A {
public B() {
this(""); <-------------------- HERE!
}
public B(String id) {
super(id);
}
}
Inside constructor B() it's calling a constructor. Could this cause some collateral or strange problems?
I know it's nonsense because id attribute it's being initialized by default to "", but I'd like to know if
also is a problem.
- 16
- How to prevent the filechooser resolving symblic linksHello everybody
I am using a filechooser object to select files.
JFileChooser _fileChooser = new JFileChooser();
File[] selectedfiles = _fileChooser.getSelectedFiles();
for (int i =0 ; i < selectedfiles.length; i++) {
//path = selectedfiles[i].getCanonicalPath();
path = selectedfiles[i].getPath();
}
The _fileChooser.getSelectedFiles() returns already absolute path
names. So no matter if I call getPath or getCanocialPath I get the
abosolute path names.
But I want to display symbolic links as relative pathnames.
Is there a way to accomplish this?
Any help I will welcome.
Thanks in advance,
Zoran
- 16
- help adding items to JComboBox on the flyAnyone happen to see what I might be doing wrong. I'm trying to add
items to my
JComboBox on the fly as nodes are added to the tree. It's like this ...
1. User adds tree nodes to a tree.
2. Then user can select on another node elsewhere in the tree which
renders a JComboBox
and the items just added from step 1 are listed in this box.
I have a few problems ...
- after I select my item in the combobox, the combobox stays there. If
I then select on another node, the item in the combobox doesn't get
selected. It doesn't work where I just select an item and it closes up
and that item is selected.
- sometimes I get a null pointer exception in action performed (because
getSelectedIndex() in getCellEditorValue() returns a -1) which seems to
get called while the program execution is still in the
getTreeCellEditorComponent. This confuses me. Why's it returning -1
when there are items in my combobox?
Any help much appreciated.
(I hope I've got my code snippet here w/o any typos, I had to cut it
down)
----
public class TreeEditor extends AbstractCellEditor implements
TreeCellEditor
{
private JComboBox myComboBox;
public TreeEditor() {
myComboBox = new JComboBox();
myComboBox.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent ae) {
TreePath path = jTree.getSelectionPath();
stopCellEditing();
Integer val = (Integer) getCellEditorValue();
myComboBox.setSelectedItem(val.intValue());
((MyUserObjectInfo)nodeInfo).setName(
myComboBox.getSelectedItem().toString());
node.setUserObject(((MyUserObjectInfo) nodeInfo));
jTree.getModel().valueForPathChanged(path, nodeInfo);
}
});
}
public Object getCellEditorValue() {
return new Integer(myComboBox.getSelectedIndex());
}
public Component getTreeCellEditorComponent(JTree tree,
Object value, boolean isSelected, boolean expanded,
boolean leaf, int row) {
// find the children of this node that were recently added ...
TreeModel tModel = jTree.getModel();
Object root = tModel.getRoot();
DefaultMutableTreeNode carRoot = (DefaultMutableTreeNode)
tModel.getChild(root, 0);
String nodeName = null;
if (myComboBox.getItemCount() > 0) {
myComboBox.removeAllItems();
}
// add children of another node into this combobox.
for (Enumeration e = carRoot.children(); e.hasMoreElements();)
{
DefaultMutableTreeNode carNode =
(DefaultMutableTreeNode)e.nextElement();
Object nodeInfo = carNode.getUserObject();
nodeName = ((MyUserObjectInfo)nodeInfo).getName();
myComboBox.addItem(nodeName);
}
if (myComboBox.getItemCount() > 0) {
myComboBox.setSelectedIndex(0);
}
return myComboBox;
}
}
|
| Author |
Message |
avenkat

|
Posted: 2004-8-12 5:30:00 |
Top |
java-programmer, Class.forname()
Hello ,
I have a necessity to delete a jar file which is in the CLASSPATH.
But JVM locks it after a class.forName() call, even though the class
loaded is NOT in the JAR file I want to delete. ( I cannot remove the
JAR file from the CLASSPATH )
First of all is it possible?
Any help is appreciated
thanks in advance
|
| |
|
| |
 |
Matt Humphrey

|
Posted: 2004-8-12 7:18:00 |
Top |
java-programmer >> Class.forname()
"Phoneix" <email***@***.com> wrote in message
news:email***@***.com...
> Hello ,
> I have a necessity to delete a jar file which is in the CLASSPATH.
> But JVM locks it after a class.forName() call, even though the class
> loaded is NOT in the JAR file I want to delete. ( I cannot remove the
> JAR file from the CLASSPATH )
>
> First of all is it possible?
I would guess that what's really happening is that the Class.forName ()
opens the jars in the classpath and keeps them open for future queries.
They should be released when the application halts. Can you describe what
you're really trying to accomplish and why you need to modify the jars of a
program that is running?
Cheers,
Matt Humphrey email***@***.com http://www.iviz.com/
|
| |
|
| |
 |
avenkat

|
Posted: 2004-8-12 23:23:00 |
Top |
java-programmer >> Class.forname()
>
> I would guess that what's really happening is that the Class.forName ()
> opens the jars in the classpath and keeps them open for future queries.
> They should be released when the application halts. Can you describe what
> you're really trying to accomplish and why you need to modify the jars of a
> program that is running?
>
> Cheers,
> Matt Humphrey email***@***.com http://www.iviz.com/
thanks for the reply Matt.
Yes, We have an application which acts as a launcher for many other
applications. One of the applications which gets launched is an Value
Objects generation tool which regenerates the jar file if the customer
makes changes to the value objects. Trouble is this jar is in the
class path of the launcher which is required for other tools.
To complicate matters we are not using Class.forname() actually. We
are using JNI's equivalent of jinenv->findClass() . ( since our apps
has both C++ and Java parts ) Complicated enough ? :-) . WE donot
know how to close the file handles for the JAR files opened during the
findclass() search by the systemClassLoader. We though of writing a
custom class loader but how to we hook up that to "jvm.dll" which is
what we load from our C++ program.( And then do a create_JVM call etc
).
Every text talks about how there 3 classloaders gets into action or
what is heirarchy of search etc but no one talks how to release the
handles opened during a search for class. Funny thing is even if you
do a resolve or find for a non-existent class name , JVM locks the JAR
files . I tried forcing GC hoping since there is no reference anywhere
to the class and the lock will be released , nope the file locks are
firm as ever .
Coming from a assembly/C++ background these lack of control is
frustrating :-)
|
| |
|
| |
 |
Babu Kalakrishnan

|
Posted: 2004-8-12 23:49:00 |
Top |
java-programmer >> Class.forname()
Phoneix wrote:
> Hello ,
> I have a necessity to delete a jar file which is in the CLASSPATH.
> But JVM locks it after a class.forName() call, even though the class
> loaded is NOT in the JAR file I want to delete. ( I cannot remove the
> JAR file from the CLASSPATH )
>
> First of all is it possible?
>
I think this is because of the aggressive caching strategy adopted by the
classes in the java.util.jar (and java.util.zip) package. And the caching
code is in the native part of the library - so you can't even create a
custom classloader by simply extending the jar classes - you probably
have to rewrite the ZIP classes :-(
There are several side effects of this if you're trying to use the zip/jar
library code even in applications other than classloading. For example, if you
open a ZIP file, add some more files to it, *and close it*, reopening it a
second time will not even show the new entries !! (Even though the zip file does
have the new data in it) - There were several open bug reports about this at
Sun. (Haven't checked if this is fixed in the 1.5 betas)
BK
|
| |
|
| |
 |
Lee Fesperman

|
Posted: 2004-8-13 5:11:00 |
Top |
java-programmer >> Class.forname()
Phoneix wrote:
>
> Yes, We have an application which acts as a launcher for many other
> applications. One of the applications which gets launched is an Value
> Objects generation tool which regenerates the jar file if the customer
> makes changes to the value objects. Trouble is this jar is in the
> class path of the launcher which is required for other tools.
> To complicate matters we are not using Class.forname() actually. We
> are using JNI's equivalent of jinenv->findClass() . ( since our apps
> has both C++ and Java parts ) Complicated enough ? :-) . WE donot
> know how to close the file handles for the JAR files opened during the
> findclass() search by the systemClassLoader. We though of writing a
> custom class loader but how to we hook up that to "jvm.dll" which is
> what we load from our C++ program.( And then do a create_JVM call etc
> ).
> Every text talks about how there 3 classloaders gets into action or
> what is heirarchy of search etc but no one talks how to release the
> handles opened during a search for class. Funny thing is even if you
> do a resolve or find for a non-existent class name , JVM locks the JAR
> files . I tried forcing GC hoping since there is no reference anywhere
> to the class and the lock will be released , nope the file locks are
> firm as ever .
I really doubt that you are going to be able to get the system classloader to loosen its
grip on jar files in the classpath. You're going to have to write your own classloader.
Give the system classloader a 'rump' classpath (that includes your classloader) without
those jar files. Your classloader can then provide the capability to release jar files
under its control. Your JNI won't be able to load things directly. It will need to go
through a Java wrapper (also on the rump classpath) to do the loading with your custom
classloader.
--
Lee Fesperman, FFE Software, Inc. (http://www.firstsql.com)
==============================================================
* The Ultimate DBMS is here!
* FirstSQL/J Object/Relational DBMS (http://www.firstsql.com)
|
| |
|
| |
 |
avenkat

|
Posted: 2004-8-13 8:45:00 |
Top |
java-programmer >> Class.forname()
Babu Kalakrishnan <email***@***.com> wrote in message news:<email***@***.com>...
> Phoneix wrote:
> > Hello ,
> > I have a necessity to delete a jar file which is in the CLASSPATH.
> > But JVM locks it after a class.forName() call, even though the class
> > loaded is NOT in the JAR file I want to delete. ( I cannot remove the
> > JAR file from the CLASSPATH )
> >
> > First of all is it possible?
> >
>
> I think this is because of the aggressive caching strategy adopted by the
> classes in the java.util.jar (and java.util.zip) package. And the caching
> code is in the native part of the library - so you can't even create a
> custom classloader by simply extending the jar classes - you probably
> have to rewrite the ZIP classes :-(
>
>
thanks for the reply Babu ,
just curious, how do look at the source , decompiler or is the source
available somewhere ? thanks
|
| |
|
| |
 |
avenkat

|
Posted: 2004-8-13 14:42:00 |
Top |
java-programmer >> Class.forname()
>
> I really doubt that you are going to be able to get the system classloader to loosen its
> grip on jar files in the classpath. You're going to have to write your own classloader.
> Give the system classloader a 'rump' classpath (that includes your classloader) without
> those jar files. Your classloader can then provide the capability to release jar files
> under its control. Your JNI won't be able to load things directly. It will need to go
> through a Java wrapper (also on the rump classpath) to do the loading with your custom
> classloader.
thanks Lee. I was thinking along the same lines except the "rump"
class path to the system loader. That was the key as even after the
custom class loader and java wrapper , to load the Java wrapper , JNI
will use the system class loader and if I give the "actual" class path
, files get lock again . So I was confused ! :-) Your idea of giving
a "fake" class path to system class loader will make it work !
|
| |
|
| |
 |
Babu Kalakrishnan

|
Posted: 2004-8-14 0:47:00 |
Top |
java-programmer >> Class.forname()
Phoneix wrote:
>
> thanks for the reply Babu ,
> just curious, how do look at the source , decompiler or is the source
> available somewhere ? thanks
The source code for the (public) Java portion is available in your JDK
distribution itself.
For the rest of the stuff - i.e sun private classes and the native code, you
can download them from java.sun.com after signing a licence agreement.
BK
|
| |
|
| |
 |
Lee Fesperman

|
Posted: 2004-8-14 5:23:00 |
Top |
java-programmer >> Class.forname()
Phoneix wrote:
>
> thanks Lee. I was thinking along the same lines except the "rump"
> class path to the system loader. That was the key as even after the
> custom class loader and java wrapper , to load the Java wrapper , JNI
> will use the system class loader and if I give the "actual" class path
> , files get lock again . So I was confused ! :-) Your idea of giving
> a "fake" class path to system class loader will make it work !
To clarify: using a 'rump' classpath (that is, shortening the classpath used by the
system classloader to exclude the jar files of concern) is crucial because:
1) In general, the system classloader will 'lock' any jar files provided on the system
classpath.
2) A standard implementation of a custom classloader defers first to its parent
classloader (ultimately, the system classloader) when it needs to retrieve a previously
unloaded class. Thus, classes in the specific jar file will still get loaded by the
system classloader.
The second situation can be solved by writing a non-standard classloader which does not
defer first to its parent. It's slightly clumsy but possible. However, the first
situation cannot be resolved (except with the rump classpath) because there is no way to
change the functionality of the system classloader.
--
Lee Fesperman, FFE Software, Inc. (http://www.firstsql.com)
==============================================================
* The Ultimate DBMS is here!
* FirstSQL/J Object/Relational DBMS (http://www.firstsql.com)
|
| |
|
| |
 |
| |
 |
Index ‹ java-programmer |
- Next
- 1
- remote databaseHello!
I'm quite new to Java. I'm making an MySQL interface. So my problem is:
Can I connect to a remote mysql database without having any additional
software running on that server ?
Is JDBC part of JVM ?
I know these are silly questions, but you would help me a great deal.
Thank you!
Darko
- 2
- SocketServer accept() fails to work (Linux)Hello,
I have the following problem with my server appllication:
This is typical server implemented in Java, using ServerSocket object,
waiting for client to connenct on ServerSocket.accept()
method. When the client connects (socket is received from accept() method)
it is handled by the server in separate thread.
The server writes the received data to the file and then closes the socket.
The problem:
the server handles about 20 connections daily, receiving about 100kB - 1MB
of data in each connection.
However after a few days the server fails to work,
the server waits on ServerSocket.accept() (as usually), however the clients
fail to connect to the server, but the server does not see
that any client tried to connect to it, it just waits on
ServerSocket.accept().
I'm using jre1.4.2_04 on Linux - Red Hat 9
Is there some bug in java-Linux-socket implementation or in my code ?
Thanks in advance.
This is the result of system netstat (after a few clients failed to connect
to the server):
tcp 78 0 localhost:32323 localhost:2560 CLOSE_WAIT
tcp 78 0 localhost:32323 localhost:2568 CLOSE_WAIT
tcp 78 0 localhost:32323 localhost:2576 CLOSE_WAIT
tcp 78 0 localhost:32323 localhost:2584 CLOSE_WAIT
tcp 78 0 localhost:32323 localhost:2340 CLOSE_WAIT
tcp 78 0 localhost:32323 localhost:2592 CLOSE_WAIT
tcp 78 0 localhost:32323 localhost:2348 CLOSE_WAIT
tcp 78 0 localhost:32323 localhost:2344 CLOSE_WAIT
tcp 78 0 localhost:32323 localhost:2356 CLOSE_WAIT
tcp 78 0 localhost:32323 localhost:2352 CLOSE_WAIT
tcp 78 0 localhost:32323 localhost:2608 CLOSE_WAIT
A snippet of the server source:
private class Server
{
private ServerSocket _serverSckt = null;
private boolean _break = false;
ServerRunnable()
{
_serverSckt= new ServerSocket(32323);
_serverSckt.setSoTimeout(2000);
}
public void exeServer()
{
try {
Socket clientSckt = null;
while (!_break)
{
try {
clientSckt = _serverSckt.accept();
} catch (SocketTimeoutException ex) {
// ok, timeout occured, while loops again
} catch (InterruptedIOException ex) {
final String sMsg = "_serverSckt Interrupred!!!
managed to transfer " + ex.bytesTransferred + " [bytes]";
_LOGGER.error(sMsg, ex);
}
if (clientSckt != null) {
getClientHandler().handleClient(clientSckt); //
handles client in separate thread
// note: clientSckt is closed by client handler
clientSckt = null;
}
}
} catch (IOException e) {
_LOGGER.error(e);
} catch (Throwable thr) {
_LOGGER.fatal(thr);
} finally {
_serverRunning = false;
try {
_serverSckt.close();
} catch (IOException e) {
Assert.catchReport(e);
}
}
}
}
- 3
- java assembler pjb[[[ Google probably will join this post to the 2003-01-03 thread of
the same name, your newsreader may be less helpful. ]]]
Kindly offline I was asked to confirm ...
Yes, instructions appear at:
http://groups.google.com/groups?threadm=2695edf1.0301031438.6fb5cd8%40posting.google.com
Yes I can fetch 48,910 bytes from:
http://members.aol.com/plforth/pjb.zip
Yes that .zip contains the compressed folder pjb/.
pjb/README.txt tells us nothing new except that I am
mailto:email***@***.com and we can click thru to pjb/cshlog.txt. In
turn, pjb/cshlog.txt suggests ..
Three steps:
--- 1) a procedure to produce the disassembly
HelloWorldAppJavaAssembler.java:
cd pjb
javac HelloWorldApp.java pjb/JavaAssembler.java
cp -ip HelloWorldApp.class HelloWorldApp.bin
java pjb.JavaAssembler HelloWorldApp
--- 2) A procedure to reassemble the disassembly:
javac HelloWorldAppJavaAssembler.java
rm HelloWorldApp.class
java HelloWorldAppJavaAssembler
--- 3) A comparison to show we have reassembled precisely the same
.class file:
diff HelloWorldApp.bin HelloWorldApp.class
Pat LaVarre
P.S. I ran this example in Mac OS X, with ships with javac installed,
even if you do not install the Developer's Disk. Linux with Java
should work identically. Windows with Java syntax for these is as
shown except `copy /-y` and `del` and `fc /b` for what here appears as
`cp -ip` and `rm` and `diff`.
- 4
- what's wrong? my first simplest java program failed..I created a test.java file in D:\j2sdk1.4.2_04\bin>
and the content:
class
{
public static void main(String[] args)
{
System.out.println("Hello World!");
}
}
then I compile it:
D:\j2sdk1.4.2_04\bin>javac test.java
test.java:1: <identifier> expected
class
^
test.java:8: '{' expected
^
2 errors
D:\j2sdk1.4.2_04\bin>
my book tell me it would work well, what's wrong?
--
Your fault as a Government is My failure as a Citizen.
- 5
- Shootout (startup)
>On Wed, 30 Apr 2008 08:00:38 -0700 (PDT), Isaac Gouy
<email***@***.com> wrote:
>Why don't you go through all...
startup benchmark...
http://shootout.alioth.debian.org/gp4/benchmark.php?test=hello&lang=all
Damn! C & C++ are killing java in this benchmark. Though I discovered
a trick that improves the speed somewhat and saves some face...
With n = 200 (i.e 200 startups in continuous order).
java hello
time: 23.433s
However, just adding the flag -XX:+AggressiveHeap
java -XX:+AggressiveHeap hello
time: 9.914s
that's a huge improvement.
- 6
- HELP got 'the code of method is exceeding 65535 limit in jaxbi have 50 elements like this:
<xsd:element name="Refer" substitutionGroup="ResultBaseSub" >
<xsd:complexType >
<xsd:complexContent>
<xsd:extension base="ResultBase">
<xsd:attribute name="Text" type="DbRef" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
i can divide them to smaller substituion groups, but will it help?
- 7
- Automatically install java plug-inHello,
How can I automatically install (Internet explorer install dialogbox) the
java plugin from my HTML page.
Need sample code, please.
Thanks :)
- 8
- From JAVA to EXE without the JRE
"Emil" <email***@***.com> wrote in message
news:email***@***.com...
> I would like to find a software or a way to have all my classes in my
> application as well as the .dll that I have (from C++) installed into
> one executable.
>
> Any suggestions will be appreciated.
>
> Or, can I have the JRE encapsulated somehow, and later unzip in the
> same directory so that the program would run ?
>
> Emil
>
I think a lot of IDE's have the jre with the install package. Try doing a
search of various installers. I think a popular one is InstallAnywhere
(www.zerog.com).
- 9
- Java Parallel Port Programming with the Java Communications APII've read some messages on here regarding the Java Communications API
and the problems some have had with writing to parallel ports. I also
was puzzled by why I couldn't get this to work and then finally
figured out something that worked for me so am sharing this.
First of all, I am using Linux, downloaded the RXTX software,
downloaded the Sun x86/Solaris drivers for the Comm API (yes you need
this even for Windows/Linux), and installed per the instructions.
There were a few snags but the instructions contain much of what you
need to get past these.
The main problem I had was with properly wiring the cable from the
parallel port to drive my external circuits. You definately need some
sort of buffer chips to provide the interface from/to the parallel
port and your external devices (i.e. motors, LEDs, etc) and of course
power that circuit with an external 5V supply. That wasn't the problem
for me though. I had my data lines from the parallel port connected to
drive the external device...but it wasn't working with the Java
Communications API.
After some more tinkering, the trick was to tie the parallel port
status lines 10 & 11 (Ack and Busy) to low/ground and lines 12, 13, &
15 (paper out, select, & error) to high/5V. This should be done
through the output of a buffer chip though. I also tied lines 18-25 to
low/ground.
With that, the Java Communications API worked like a charm. The OS and
driver software must cleary require that the status input lines be
broadcasting signals that indicate the external device is OK...and by
tying the status lines mentioned to the proper signal levels...it
looks as if the external device is OK (i.e. no errors, not busy, has
paper, etc).
Previously, I had the status lines all tied to ground or had them
floating. After looking at a parallel port spec, I figured out what
the status lines are signalling to the system.
I hope this helps some of you trying to do something similar.
Regards,
Paul
/******************************************************************/
Paul J. Perrone
Assured Technologies, Inc.
Web: www.assuredtech.com
Author of various books on J2EE, Java, XML, and Web
Services: http://www.assuredtech.com/books_page.htm
Recently completed project includes the
"J2EE Developer's Handbook" geared for J2EE v1.4.
/******************************************************************/
- 10
- The Smallcap Journal vINSIDE INFO ALERT
This advisory is based on exclusive insiders/agents information. (NHVP.PK)
NHVP has provided investors with 1000% + gains during the real estate boom, and now with the sector at its bottom, is ready to provide with results yet again..
OCT 13th: Northeast Development Corp. to Receive Funding from European Investment Firm. Preliminary discussions suggest figures of -3 million with a combination of real estate and equity collateralization.
GET IN ON MONDAY NOV 6th:
at 08 cents its a STEAL
- Volume: 8,000
- Volume: + 100%
- Price: +100%
The key to any tade is buying low and selling high, WELL the REAL ESTATE market has bottomed out and time to get in is now. We specialise in calling market bottom and when it comes to REAL ESTATE THIS IS THE BOTTOM, SO GET IN FOLKS
EARLY RETIREMENT IS CALLING
EARLY RETIREMENT IS CALLING
The NTSB's update outlined factual information about the crash, but did not conclude what the probable cause of the crash was. The full board will likely vote on a ruling at a later date.
Funeral services were also scheduled over the next several days for firefighters Jess McLean, 27, of Beaumont; Daniel Hoover-Najera, 20, of San Jacinto; Mark Loutzenhiser, 43, of Idyllwild; and Pablo Cerda, 23, of Fountain Valley. A public memorial service for all five men was planned for Sunday.
Oyler was charged with five counts of murder, 11 counts of arson and 10 counts of use of an incendiary device. The charges include seven fires in June, one in July, one in September and two in October.
The National Transportation Safety Board said the wind, coupled with the pilot's inability to turn sharply, forced the aircraft away from its intended path over the East River and into the building.
- 11
- How to approachLuc The Perverse wrote:
...
>
> WAIT!
>
> I think I got it (I'm not meaning to imply that you didn't help) - and I
> didn't look at anything.
>
> Let's say there are NxN squares, and there are x number of moves.
>
> I can make the square x, y be represented as an integer 0..N * N - 1
>
> So I create a 2D array [N*N][x] of longs which will represent the sum of the
> number of unique paths to the given point.
...
You got it. There is an optimization that reduces the memory cost,
but you have a dynamic programming solution to the problem. And you have
the really big savings from exponential to linear increase in time and
memory as the number of moves increases.
> Hey thanks everyone. This is more than just a single problem or some points
> on a practice problem that doesn't matter anyway. I'm learning how to do
> this, and becoming a better programmer - and that is important to me.
> Learning new abstract concepts, and having exciting revelations is actually
> (though sadly) a bit of a rarity for me.
I think, more than ever after seeing this, that you would benefit from
reading a book on algorithm design.
Patricia
- 12
- help with java assignmentWas just hoping someone could shed a bit of light on how to approach
this assignment. It would seem we have to determine the value of a in
order to determine how many times the method m() is called, but there
doesn't seem to be enough information to determine a's value. Any tips
would be greatly appreciated...
Many Thanks
For each of the following snippets of code, give the number of times
method m() is called, with a brief explanation. Assume that a and b are
nonnegative integers.
Snippet A
for (int i = a; i < a*a; ++i) {
m();
}
int i = 0; int j = a;
while (i <= j) {
++i;
m();
--j;
}
Snippet B
For this one, first we define a method m1:
public static void m1(int a) {
for (int i = 0; i <= a*a; ++i) {
m();
}
}
Now the snippet:
m1(a*a);
Snippet C
for (int i = a; i != a + b; i += 2) {
for (int j = a/2; j > 0; --j) {
for (int k = 1; k < a; ++k) {
m();
}
}
}
Snippet D
for (int i = 0; i < a; ++i) {
for (int j = 148; j < i; ++j) {
m();
}
}
- 13
- javap: fully qualified names for "new" statementsHello,
I'm using javap for my project.
Basically, what I'm interested in are the "new", "newarray" and
"anewarray" statements.
However, javap only outputs things like:
new #10; //class StringBuffer
but does not give me the fully qualified name.
Is there any way I could get to know this information?
Cheers,
Sebastien Marion
- 14
- String and Char HelpI have a few questions but first here is my code.
public class CountVowels
{
public static void main(String[] args)
{
int vowel = 0;
int i;
char pos;
String String1 = "Event Handlers is dedicated to making your
event a most memorable one.";
int length = String1.length();
for(i = 0; i < length - 1 ; i++);
{
pos = String1.charAt(i);
if (pos == 'A' || pos == 'a' || pos == 'E' || pos == 'e' ||
pos == 'I' || pos == 'i' || pos == 'O' || pos == 'o' || pos == 'U' ||
pos == 'u') {
vowel += 1;
}
}
System.out.println("There are " + vowel + " vowels in this
String");
}
}
Question one is why does String1.length() return 70 when there are
only 69 chars. Second question is why does this code not count the
vowels in the String.
Thanks in advance
Robert
- 15
- RMI between Java 1.4 and Java 1.5 problemWhen attempting to RMI between a 1.4 client and a 1.5 server ( with a
1.5 interface, remote object, stubs and skeletons using the -vcompat
rmic flag ), I get the following error:
java.lang.ClassNotFoundException:
java.rmi.server.RemoteObjectInvocation
Handler (no security manager: RMI class loader disabled)
The plot thickens. The 1.4 client will connect to the 1.5 server if I
run the 1.4 client classes in a 1.5 jvm. However, when I run the 1.4
compiled classes in a 1.4 jvm I get no joy.
Any ideas anyone?
The context is this: getting a Java strored procedure in an Oracle
database running a 1.4 jvm to send "trigger" information to a java
1.5 server on a different machine.
BTW, the rmi interface is very simple. One method, no return type and
the only passed parameter is a string.
|
|
|