Sagewire Logo

java software tools RSS Feed

Recent Posts View Recent Posts | View Archived Posts

Message from compaqr4000
Most recent post: 10/19/2007
2 authors and 5 replies.

Hi
Whenever I try to do a cvs update in Eclipse (V 3.1.1) I get the
following error:
!MESSAGE web: cvs [update aborted]: couldn't find desired version 1.5
in /home/smitherington/cvs_repos/apc/web/finfo.jsp,v

Does anyone have any ideas on how to fix or get around this so that I
can update my files and cvs files?Thanks

Kay read more about ECLIPSE: cvs [update aborted]: couldn't find desired version


Message from senatov
Most recent post: 10/16/2007
2 authors and 2 replies.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

under Linux, sure .
It is just brillliant, I think . GUI be more smarter if compared it with the 5- th
version.

A many ncluding plugins under for J2ee dev. , for c++ and gdb and UML-2...

If it is really works as well as the basic package, it could be pretty fantastoc I
think.
- --
Привет. Иаков
- --- -- -- -- -- -- --- -- ---
ICQ â„– 24392270 / Skype:senatov

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4-svn0 (GNU/Linux)

iD8DBQFHFNaVCz+020QIZIsRAvPQAJ4hNgqdV/n2urYdD3gUjshg9Am0ugCghCHJ
mPXzpUO3UlWBu21/qbPZu9o=
=Ot5Y
-----END PGP SIGNATURE----- read more about netbeans 6 beta 1 (linux, kde)


Message from Michele xjp
Most recent post: 10/15/2007
9 authors and 17 replies.

Hi there,
I have been using Eclipse for a while.
However, I have tried NetBeans recently.
Here is my point:

Eclipse:
+ more speed and stability than NetBeans
+ more plugins available
+ better refactoring support than NetBeans

NetBeans:
+ more clean than Eclipse in managing plugins and installs
+ better support for creating GUIs than Eclipse

What do you think?

Thanks read more about A constructive debate: Eclipse or NetBeans?


Message from Karsten Wutzke
Most recent post: 10/5/2007
2 authors and 2 replies.

Hello!

How do you launch an applet via Ant? There's a JAVA task for normal
applications, but I wonder why there's no equivalent <appletviewer>
task...?

Maybe it's something you usually do not want? Hmm but I do...

So, the only way seems to go via <exec> (yuk), is that right?

Karsten read more about Ant and appletviewer


Message from Ambar
Most recent post: 10/1/2007
3 authors and 5 replies.

I'm trying to run a webapp using Resin 3 and JDK 1.5
Wherever a jsp page contains the <logic:iterate> tag, I encounter the
following error:

****error snippet******

/jsp/LocationReportMain.jsp:246: not a statement
[19:36:22.319] JAVA.lang.Integer null;
[19:36:22.319] ^
[19:36:22.319] /jsp/LocationReportMain.jsp:246: ';' expected
[19:36:22.319] JAVA.lang.Integer null;
[19:36:22.319] ^
[19:36:22.319] /jsp/LocationReportMain.jsp:498: not a statement
[19:36:22.319] JAVA.lang.Integer null;
[19:36:22.319] ^
[19:36:22.319] /jsp/LocationReportMain.jsp:498: ';' expected
[19:36:22.319] JAVA.lang.Integer null;
[19:36:22.319] ^
[19:36:22.319] /jsp/LocationReportMain.jsp:545: not a statement
[19:36:22.319] JAVA.lang.Integer null;
[19:36:22.319] ^
[19:36:22.319] /jsp/LocationReportMain.jsp:545: ';' expected
[19:36:22.319] JAVA.lang.Integer null;
*******************************************************************************

The generated .JAVA code appears like this:

JAVA.lang.Integer null;
null = (JAVA.lang.Integer)pageContext.findAttribute("null");
****snip irrelevant code***
com.caucho.jsp.BodyContentImpl _jsp_endMyTag = null;

The app was running fine when I used Resin 2 + JDK 1.5. The Struts
version being used is Struts 1.1, but the problem pers read more about Resin 3 + Struts problem with JSP compilation


Message from Sarah
Most recent post: 9/28/2007
2 authors and 2 replies.

When I try to remove netbeans with add/remove software, it gives the
error message

No JAVA development kit (JDK) was found on this system.

How do I get netbeans off? I only installed it for a class, which is
now over.

Thanks.

Sarah. read more about can not uninstall netbeans.


Message from zw
Most recent post: 9/26/2007
3 authors and 4 replies.

Hi

Platform - windows XP
Env Variables -
name - ANT_HOME Value - C:\apache-ant-1.6.2
name - JAVA_HOME Value - C:\Program Files\JAVA\jdk1.5.0_12
name - PATH Value - C:\Program Files\JAVA
\jdk1.5.0_12\lib;%ANT_HOME%\bin

I have downloaded and dropped the following jar files and copied them
into C:\apache-ant-1.6.2\lib folder.
I did not do any command line compilation. I read elsewhere that I
do not have to do that.

jakarta-ant-1.4.1-optional.jar
common-net-1.4.1.jar
jakarta-oro-2.0.8.jar
NetComponents.jar

I have followed all internet instructions to solve this problem, yet it
still does not work.
What do I do wrong ? I need step-by-step at this point from the gurus
here as I do not have much time
to debug.
Any help is appreciated.
My build.xml

<?xml version="1.0"?>
<project name="ABC" basedir=".">
:
:

<target name="stoptest" depends="check_timestamp,init"
if="timestamp_set"
description="Run after the test">


<antcall target="stopserver"/>

<echo message="sleeping for 1 minutes to wait for the servers to
stop"/>

<sleep minutes="1"/>
:
:
<antcall target="transferdata"/>
:
:
</target>

:
:
<target name="transferdata">
<echo message="transferring data to ${TEST_REPOSITORY \$
{CURRENT_TIME}"/>

<echo message = "Inside ftp get ap1: read more about ANT FTP task Doesn't work


Message from Goran
Most recent post: 9/25/2007
2 authors and 2 replies.

Hi all,

I have got a problem with the subversion module.

I started to checkout from a svn repository with Subversion-
Checkout...



Next I was asked to create a new project. I took a C++ project (C++
module).

My project window showed a new project BUT with ZERO files! But the
svn repository is fine...

Any hints for me?

Thanks

Goran read more about Problems with NetBeans and Subersion.


Message from brightoceanlight
Most recent post: 9/22/2007
2 authors and 3 replies.

Looking for a good reverse-engineering tool that can reverse engineer
JAVA code in an Eclipse project.

I need a good Object diagramming tool that will make a diagram of
Objects and their relations from JAVA sourcecode in an Eclipse
project. Are there any good tools that will do this that are not
extremely expensive?

http://www.eclipsedownload.com/index.html looked good but it cost
$9,900 for a license where reverse-engineering'd function.

http://www.sparxsystems.com was only $200 a license, but buggy.
Could not get it to install.

Any other good reverse-engineering tools for JAVA in Eclipse? read more about Good OO Diagramming tool?


Message from wimxa
Most recent post: 9/15/2007
4 authors and 4 replies.

Assume I have a project with the following file in it:

/folder1/folder2/folder3/folder4/some_file

Now, assume I am jar-ing that file using <jar> ant task. However,
assume I want this file to be not in /folder1/folder2/folder3/folder4/
in the jar, but somewhere else, e.g.:

/folder10/some_file

i.e. just place it in some other folder in the jar.

Can this be done somehow (without actually moving the file)? One
option is to copy it before it's actually jar-ed, but this is
"hacky" (it is a solution, though) - any other (just of curiosity)? I
tried the mappers, but that did not work (it says "jar does not support
the nested "mapper" element.") read more about Making JAR with different structure


Message from Cat
Most recent post: 9/2/2007
2 authors and 2 replies.

I highlighted on the drawImage method of Graphics class on the source
editor, and pressed F1. If it were Microsoft Visual Studio, it'd
have displayed the documention for the drawImage method. But in
Eclipse, It showed junk helps like JAVA editor concepts or Using the
JAVA browsing perspective. I tried F1, Ctrl+F1, Alt+F1 and Shift+F1
but the results were all the same.

Is it possible make Eclipse display real help like Visual Studio does?
Thank you. read more about Display real help when pressed F1 in Eclipse.


Message from Martin Schoeberl
Most recent post: 8/24/2007
2 authors and 2 replies.

CALL FOR PARTICIPATION

The 5th Workshop on
JAVA Technologies for Real-Time and Embedded Systems
JTRES 2007

http://www.vmars.tuwien.ac.at/jtres2007/
26-28 September 2007
Vienna, AustriaJTRES is an important event for embedded JAVA and real-time JAVA
technology. The fifth edition of the JTRES will offer one keynote,
2 panels, 4 invited presentations, 25 technical papers and a BOF
session.

For the full advance program of JTRES, registration and hotel
information, please visit http://www.vmars.tuwien.ac.at/jtres2007/

EARLY REGISTRATION DEADLINE: AUGUST 31, 2007

JTRES Highlights:

Wednesday Keynote:
"Feedback from the Commercial Side"
Laurie Tolson, VP Sun Microsystems

Wednesday Panel:
"Real-Time Garbage Collection"

Thursday BOF:
"Future Directions for the RTSJ"

Friday Panel:
"Certifying JAVA for Safety Critical Systems:
Challenges and Opportunities"

Kind Regards,

Martin Schoeberl
(Workshop Chair) read more about JTRES 2007 - Call for Participation


Message from editormt
Most recent post: 8/23/2007
2 authors and 2 replies.

The Methods & Tools newsletter has just released in its html archive
section the article "An Agile Tool Selection Strategy for Web Testing
Tools" by Lisa Crispin. Selecting a test automation tool has always
been a daunting task. Let's face it, just the thought of automating
tests can be daunting! To avoid that deer-in-the-headlights feeling,
consider taking an 'agile' approach to selecting web testing tools.
Plan an automation strategy before you consider the possible tool
solutions. Start simple, and make changes based on your evolving
situation. Here are some ideas based on experiences with different
agile (and not so agile!) development teams. Even if your team does not
use agile development practices, you will get some useful tips.

http://www.methodsandtools.com/archive/archive.php?id=57 read more about Tool selection for testing JAVA Web site


Message from Azazel
Most recent post: 8/17/2007
2 authors and 3 replies.

Hi,

can anyone point me to a good, well-performing high-level-abstraction
UDP networking library for JAVA?
I have read through many posts and tutorials about NIO, but this isn't
what I'm looking for. Using NIO'd still require a significant
investment in time and effort from my side while I'm looking for a
nicely pluggable component.

I'm thinking about something that encapsulates the low-level stuff
(actually opening UDP sockets, encoding data etc.) and provides me
with functionality akin to TCP, only over UDP. Ideally, I'd be able to
specify via a strategy pattern or something how 'reliable' the
connection is.

The library should work asynchronously (at least to its outside
interface) and either call observers or fill/read queues. Ideally, it
should be thread-safe in those data-structures exposed to the outside,
using intelligent sync mechanisms (ie, not critical sections for
everything). So, eg, if there was an in/out-queue interface, the
concurrency issues with reading/writing to those queues should be
implemented with something like a read-write-lock.

The library must perform equally or nearly equally well on both
Windows (XP and Vista) and OSX. I mention this as the library might
wrap platform-dependent C/C++ code.

I'm interested in both OS and commercial libraries. Actually, unless
the OS library is mature and has a sizable community, I'd probably
prefer a commerical license with support.

Do any of you guys have good pointers for me? I read more about Good UDP Networking Library


Message from Aryeh.Friedman
Most recent post: 8/16/2007
3 authors and 5 replies.

<a href=http://www.flosoft-systems.com>aMock</a> is my company's mock
object solution. We've tested it against every testing framework we
can get our hands on and it works like a champ. The final phase (and
to be honest the first phase of marketing) is to offer $50 to the
first person that can find a testing framework (inluding yet to be
released/home made ones) that breaks it (crash, incorrect results and/
or any other undocumented behavior). The only limitation on the
testing framework is it may not use reflection to make any run-time
modifications to code under test (aMock does this and the framework
doing it'd be mutual bad in all likely hood).

If you need an extension on the 30-day trial peroid to do this send me
a note and I'll mark that in our records (the trial is 100%
functional, including source code, and has no time triggered
gotcha's). Now for the pure marketing part of this post if your also
in the market for a good ultra lightweight testing frame work you may
find our thisTest to be just the right thing. read more about $50 prize for the first person to break my code


Message from lord.zoltar
Most recent post: 8/16/2007
2 authors and 3 replies.

Hi,
I use Eclipse with numerous workspaces and I'd like to know how I can
copy one syntax colouring scheme to another. Some sort of plugin or
tool that can do this'd be best, but even if it means digging
around in the .metadata folder, I will still do it, I just do not know
where to start looking. read more about Eclipse colour schemes


Message from Jerry Mcnealy
Most recent post: 8/14/2007
2 authors and 2 replies.

There is an interesting article on JAVA.net about SOA reusability,
Shrinking the Lag between Business and IT:

http://today.JAVA.net/pub/a/today/2007/07/24/soa-reusability-shrinking-lag-time.html

Blessings from business owners are important in all SOA
implementations. This article articulates the vision of reusability
with a different spin around the business users, the ultimate end
users of SOA.

This article nicely describes how business-process modeling tools and
SOA enables business analysts to directly reconfigure systems built on
SOA with near-zero involvement of the IT staff. IMHO, every SOA
architecture team should put this into their SOA vision and mission
statement, and also include it in their pitch to muster the necessary
support from business users.

- Jerry read more about Interesting article on SOA Reusability: Shrinking the Lag between Business and IT


Message from shaw
Most recent post: 8/10/2007
2 authors and 2 replies.

http://coreJAVA-technologies.blogspot.com read more about JAVA Technologies


Message from Gans
Most recent post: 8/9/2007
2 authors and 2 replies.

Hi all,

I want to monitor my tomcat 5.5 application server with JMX. I have
study the sun tutorial to do this. but I am not able to fina a good
tutorial for monitor Tomcat. Can any one help me to guide me how to
configure the JMX for Tomcat application server?I aplogies if I posetd a wrong news group... Please guide me a
spcific
news group for my doubts.Thanks to you all...--Ganesan. read more about Please help on Tomcat with JMX Options


Message from Roedy Green
Most recent post: 8/9/2007
3 authors and 6 replies.

I know of 21 programs that will produce a variety of graphs, yet I
know of not a single one written for JAVA that will plot a function of
two variables in 3D, producing a surface.

I thought it'd be instructive to plot the primitive functions over
the range -10 to 10, + - / (int and float) %
--
Roedy Green Canadian Mind Products
The JAVA Glossary
http://mindprod.com read more about Graphiing


Message from Kaiser S.
Most recent post: 7/30/2007
2 authors and 4 replies.

I'd like to convert a path to a fileset. I need it to use in "copy" task.

I define my path like that:

<path id="classpath">
<pathelement location="${lib.dir}\activation.jar" />
<pathelement location="${lib.dir}\mail.jar" />
...
</path>

I need to copy all this to the jar directory:

<copy todir="${dist.lib.dir}" >
<fileset refid="classpath" />
</copy>

But I have the error:

BUILD FAILED
build.xml:83: classpath does not denote a fileset

How can I do that ? read more about Ant : from path to fileset


Message from Raz
Most recent post: 7/28/2007
2 authors and 3 replies.

Hi,

I am trying to run Eclipse 3.1.1 on an HPUX machine (uname -a = B.
11.11, 9000/800 which I assume means I am running OS 11 on an HPUX
9000 machine) and I am using a 1.4 JVM. When I start Eclipse it hangs
on any window/wizard/dialog box that requires input. For example if I
start Eclipse with no parameters, the workspace window appears where I
choose my workspace directory. I cannot input any data or selct OK, or
anything. I am stuck there and need to kill everything.

If I run Eclipse with the -d option then it goes to the normal Eclipse
start window. Everything looks fine, but again I cannot select
anything, click on anything or use any menu. Also, the progress bar
that shows up while starting never quite finishes. There don't seem
to be any logs created that I can find.

I am running Cygwin from my laptop to connect to the remote HP Machine
and I am using ssh -Y to start the window/session.

Is there any trick to getting Eclipse to work on an HPUX machine?

Thanks read more about Cannot start Eclipse on HPUX system - UI Hangs


Message from Turbato Thomas
Most recent post: 7/27/2007
2 authors and 2 replies.

RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR read more about RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR


Message from mandarkraftware
Most recent post: 7/24/2007
2 authors and 2 replies.

Hi,

Let me present list of my available consultants

Two JAVA Consultant
One Sr. Dot Net Consultant

For more details, contact me on mailto:mandar@xxxxxxxxxxx or call me
on 402 408 6601

I Excellent JAVA Const having 8+ yrs exp available for your direct
client reks.

Name : Ram
Current Location : Tulsa, OK
Rate : Open
Available : 2 weeks
notice

Summary

=B7 9 years experience in Software Development
=B7 Expertise in
=B7 Jboss 4.0.2/4.0.5
=B7 Webservices
=B7 EJB 3.0
=B7 Oracle 9,8.i/7.1
=B7 XML/XSLT
=B7 PL/SQL
=B7 Struts framework
=B7 JSP/Servlets/JDBC
=B7 Solaris/linux/unix
=B7 SDLC/Agile Methodologies
=B7 JAVA/J2EE Design patterns
=B7 E-learning/Business Intelligence/Telecom

Skill Summary:

Programming Language JAVA 1.4 /1.5
Database Oracle 8x/9x, MySQL 3.x, 4, PostgreSQL, Microsoft SQL 2000.
Platforms UNIX, Linux, Windows (all versions)
Frameworks Jakarta Struts 1.1, Cocoon 2.0.1,Hybernate
Scripting JSP,servlet,XML, XSLT, HTML, dHTML, JAVAScript.CSS,AJAX
Application Servers Jakarta Tomcat 3,4., JBoss 4.0.2/4.0.5, BEA
Weblogic, 7.X, 8.1,Sunone7.1, Websphere
Modeling language UML
Project Planning Microsoft project , Scrum Methodology
Version Control System VSS, Perforce,PVCS,CVS
Tools / Utilities Jakarta Ant, Rational Rose
IDE Eclipse 3.x, IntelliJ IDEA
Software Process Exposure to software process and documentation like
SRS, SDD, etc.
Exposure to software Development Management Like Scrum

II Excellent JAVA consultan read more about Available 2 JAVA, 1 Sr.Dot net consultant for your DIRECT client reks.......................


Message from kp
Most recent post: 7/23/2007
3 authors and 3 replies.

Hi,

Could someone please tell me where can I download the Sun Forte
compilers from? Do I need a license for this?

Regards,
Kiran read more about Download of Sun Forte compilers


Message from circuit_breaker
Most recent post: 7/16/2007
4 authors and 5 replies.

Hi,

I'm using Eclipse 3.2 and I'd like to know if there's a way to print
the source code with its line numbers and / or page numbers ?

Thanks. read more about Printing source with line numbers and pages?


Message from flarosa
Most recent post: 7/15/2007
3 authors and 3 replies.

I want to add an scp task to my build script. I'm aware that it
depends on some nonstandard jars, and I have those jars.

Here is the problem. I work in a company with a number of developers.
Our build script is under version control. I need to modify the script
such that it'll work for everyone in my group, not just me, and
without having to go to each person's computer and install jar files.

Ant's documentation says I can put the extra jars in one of four
places:

(1) ANT_HOME/lib. This'd only solve the problem for me.
(2) /Users/myname/.ant/lib. Again, this only helps me.
(3) On the command line with a -lib parameter. This'd mean I'd
have to explain to everyone in my team that they have to type a giant
command line where they now just type "ant". Unworkable.
(4) In the CLASSPATH environment variable. Another way that won't
work.

The jars are checked into my project in a lib directory. I know
exactly where this lib directory is. The problem is that Ant (it'd
seem) doesn't give me a way to specify this path when I invoke the
task.

I find it difficult to believe that I'm the first person who's had
this problem. Surely there's some way to solve it?

Thanks,
Frank read more about Classpath problems using the scp task


Message from flarosa
Most recent post: 7/13/2007
2 authors and 2 replies.

Having spent the past several hours trying to solve what ought to have
not even been a problem to begin with, I have noticed something about
Ant.

It appears that Ant as it is delivered comes with a bunch of optional
tasks that it knows about inherently, such as the Scp task.

It also appears that while Ant ships knowing what these tasks are, it
doesn't ship with jars they depend upon, such as jsch. The
documentation tells you to go out and get these jars on your own, and
put them in your Ant lib folder.

Here's the part I do not like. When Ant starts, it appears to try to
load optional tasks like Scp. When such tasks fail to load the first
time, due to the dependencies not being there, it is then impossible
to recreate a task with the same classname later using a taskdef
element, even if you include your own path containing all the jars it
needs.

Let me explain why this is a big issue. I work in a team. X number of
developers on my team share the same build script, on far-flung
machines.

I want to add Scp to the build script. I cannot simply manually put
the jsch jar in my own Ant lib folder. It won't work when anyone else
on my team tries it.

Instead, I need to check the jsch jar into my project along with the
ant script. Then, every developer on my team who gets the new script
will also get the jar to go with it. So far this seems fine.

The problem is that when the developer runs Ant, I still cannot
instantiate the Scp task because the j read more about Ant complaint


Message from krishnavamc.nalluri
Most recent post: 7/7/2007
3 authors and 3 replies.

can anyboby explains me how to modify build.xml to prepare our own web
file structure.Ia m currently using netbeans5.0 Ide for development of
web applications. read more about changing build.xml


Message from groupie
Most recent post: 7/6/2007
2 authors and 5 replies.

HI,
I'm a bit confused by Sun's IDE offerings: I'm using their Studio
Enterprise 8 (SE8) but I see they're also offering another IDE called
Netbeans 5.5. I'd like to continue to use SE8 but the GUI designer
in Netbeans looks much better than what is available in SE8.

Since SE8 is based on Netbeans, will downloading v5.5 act as a kind of
plug-in to SE8 or is it a completely seperate IDE? If that's the case,
whay re they offering 2 IDEs???

Thanks. read more about Sun Studio Enterprise Builder 8 and NetBeans 5.5


Message from mandarkraftware
Most recent post: 7/3/2007
2 authors and 2 replies.

Hi,

This is Sudin. I have Pre approved labor available with us.

Pls forward your resume in word format to sudin.labor@xxxxxxxxxxx or
call me for more details on 402 218 2179 / 402 408 6601.

Thanks,

Sudin
sudin.labor@xxxxxxxxxxx
402 218 2179 / 402 408 6601. read more about Pre approved labor available with us


Message from mandarkraftware
Most recent post: 6/29/2007
3 authors and 3 replies.

Hi,

This is Sudin, I have preapproved labor available with us.

Pl forward your resume in word format to sudin.labor@xxxxxxxxxxx or call
me for more details on

402 218 2179.Thanks & regards,

Sudin
contact - 402 218 2179
Email - sudin.labor@xxxxxxxxxxx read more about Pre approved labor available with us


Message from alexdobrev
Most recent post: 6/22/2007
2 authors and 2 replies.

Hello everyone,

I have been using eclipse some time ago, but recently I have only dealt
with IBM WSAD, so now that I have to work with eclipse again, I'm
getting the following problem:

I'm writing some code, then save it and run it. Then I want to change
something, when I change and save there are no compilation errors,
when I try to run it, it fails and the Eclipse states there's a
compilation error in the end of the file (the last "}"), which is
correct actually, when I close the JAVA class and open it again, there
are parts of what I deleted after the last "}" and there's no way I
can remove those unless I delete the whole file, which is kind of
annoying.

I have never messed with anything like that, so any suggestions,
conclusions are welcome.

Greetings,

AD read more about Eclipse editor problem


Message from senuxjava
Most recent post: 5/30/2007
2 authors and 3 replies.

hi every body I need help to make a program in JAVA programming language to make TF-
IDF algorithm which is one algorithm for rank pages

please help me read more about TF-IDF algorithm in JAVA


Message from Michael Wiedmann
Most recent post: 5/30/2007
2 authors and 2 replies.

Any hint for a tool which'd it make easy to convert automatically a
whole bunch of C structs to JAVA classes?

TIA
Michael read more about Converter: C struct to JAVA class


Message from ruds
Most recent post: 5/23/2007
3 authors and 4 replies.

hi,
I work in JAVA(jsp and servets). I want to build a new website.
Can anyone tell me what new tools are available free online that I
can
use?

thanks. read more about which s/w tools should I use?


Message from Miipe
Most recent post: 5/20/2007
2 authors and 2 replies.

Hi,

trouble finding JDBC driver for Postgresql version 8.1.3.
Postgresql-homepage has only drivers for newer versions.

Br, Miikka read more about JDBC driver for Postgresql 8.1.3


Message from mandarkraftware
Most recent post: 5/17/2007
2 authors and 2 replies.

Hi,

This is Mandar Purandare , I have two preapproved labor each in EB2
and EB3 category

Our terms are simple , you need to take care of legal charges and join
us , and that's all

Kindly forward your resume in word format to mandar707@xxxxxxxxxxx or
call me for more details

on 402 408 3687 or 402 408 6601.

Thanks & Regards,

Mandar
Contact - 402 408 6601/ 402 408 3687
Email - mandar707@xxxxxxxxxxx read more about Pre-approved Labor available with us


Message from Karsten Wutzke
Most recent post: 5/15/2007
2 authors and 2 replies.

Hi all!

I have created a pretty big and working build.xml file. The only thing
I need to be happy is a deploy task to put a jar on a remote server
like:

<target name="deploy" depends="compile-nodebug">
<jar destfile="${deploy.file}" basedir="${bin.dir}">
<manifest>
<attribute name="Main-Class" value="${main.class.name}"/>
<attribute name="Built-By" value="${author.name}"/>
<attribute name="Built-On" value="${datetime.iso}"/>
</manifest>
<!-- include all file types recursively (default excludes sub
dirs without includable files) -->

<!-- note: filesets do not seem to be able to handle property
references! -->

<fileset dir="." includes="images/**/*.gif,images/**/*.jpg,images/
**/*.png" excludes="images/orig/*"/>

<fileset dir="." includes="languages/**/*.properties"/>
<fileset dir="." includes="lib/**/*.jar"/>
</jar>
<ftp server="${remote.server}"
userid="${remote.username}"
password="${remote.password}"
remotedir="${remote.deploy.dir}"
binary="true"
verbose="true">

<fileset dir="." includes="${deploy.file}"/>
</ftp>
</target>

The jar task doesn'thing special but to create the jar file ($
{d read more about Ant FTP task NoClassDefFoundError


Message from mandarkraftware
Most recent post: 5/8/2007
2 authors and 2 replies.

Contact : Mandar
Direct : 402 408 6601/402 408 3687
Email : mandar@xxxxxxxxxxx

Hi,

We've the following Oracle HRMS Techno-Functional consultant
available immediately.

Consultant Name: A V

Summary:

=B7 5 years of total professional experience with 3.5+ in analysis,
design, development, Integration, Testing and Maintenance of Oracle
Apps.
=B7 He has a comprehensive grasp of Oracle applications with solid
conceptual and fundamental base and has experience of implementation,
upgradation of HRMS/Payroll, Financials Enterprise Applications.
=B7 Has good understanding of the standards and procedures followed in
Project Management.
=B7 A strong team player with excellent interpersonal and communication
skills and ready to take an independent challenge. Committed to Drive
projects & Meet Deadlines and Providing Quality in Product
=B7 Analytical Ability - Ability to go to the core of problem and fixing
it before time
=B7 Proven ability to learn quickly and apply new technologies.
=B7 Well-organized, strong work ethics and willingness to work hard to
achieve assignment objectives.

Please feel free to contact us for additional information.

Thanks & Regards,
Mandar
Kraftware Inc,
Direct- 402 408 6601/402 408 3687
Email - mandar@xxxxxxxxxxx read more about Available Oracle HRMS techno - functional consultants with us


Message from David Kerber
Most recent post: 5/4/2007
3 authors and 5 replies.

What is the preferred way of checking for an empty string that I already
know isn't Null?

Is it better (however you define that) to check for .length = 0, or
.equals( "" )?

TIA!
Dave
--
Remove the ns_ from if replying by e-mail (but keep posts in the
newsgroups if possible). read more about JAVA programming style question


Message from Miipe
Most recent post: 5/4/2007
3 authors and 6 replies.

Hi,

I receive error message saying something like "Cannot run eclipse with
1.3.0_01 JVM version, has to be at least version 1.4.1 or higher"

I have installed version 1.4.2, but still not running.

OS is windows 2000 SP 4.

Any tips for this?

Br, Miikka read more about JVM problem when starting eclipse


Message from keto
Most recent post: 5/1/2007
2 authors and 2 replies.

I am using:-
OS = Windows XP Professional
Eclipse version = v3.2
MyEclipse = version v5.0 M2
JBoss = v4.0.4.CR2

I made a project in Myeclipse. I simply write a jsp
and a servlet and configure my JBoss server by using preferences. But I found that after deployment i did not get the right JSP page in my
explorer. Something is wrong when I go to the default server directory I got Test.war folder where i did not saw my .jsp file under that
folder. What is the reason that MyEclipse isn't working properly.

Thanks for any answers or hints. read more about Problem with deployment using Myeclipse and JBoss


Message from Yogi
Most recent post: 4/25/2007
3 authors and 3 replies.

Hello frnds,
I want to create a plugin that work as follow ;-
When the user right click on the window and select my
created option(already created)
then I want to get the complete class information in terms of class
method, modifiers and other related class information.(Cursor position
on the editor and selected text)
if any body has any solution of it please mail me at
yogesh.minocha@xxxxxxxxxxx

Thanks,
Yogesh Arora. read more about To Get Class Information


Message from Karsten Wutzke
Most recent post: 4/20/2007
2 authors and 4 replies.

Hi all!

I know this is badly OT, but does anyone know why with Cygwin I can not
use the mouse wheel to scroll through the shell? If yes, how do I fix
this?

TIA
Karsten read more about OT: Cygwin mouse wheel does not scroll


Message from =?ISO-8859-1?Q?=22Thommy_M=2E_Malmstr=F6m=22?=
Most recent post: 4/13/2007
3 authors and 6 replies.

I have searched the web for a couple of hours for a calculator with this
requirements

It has to

0) be free to download and use
1) be able of RPN
2) be able to run in a standalone window (i.e. not in a web browser)
3) be written in JAVA
4) preferably be open source

Someone who can give me a hint??? read more about RPN Calculator


Message from bob95226
Most recent post: 4/3/2007
2 authors and 2 replies.

I use NetBean IDE 5.5 to write a JAVA app, it worked well for past few
days (no problems for compiling and execution), all of a sudden, I can
not run JAVA app, compiling is still fine, when I click "Project" >
"Source Packages" to view Methods, Properties, Constructor, etc of
JAVA classes, it always shows "Please Wait ...", never moves forward.

I uninstall IDE 5.5 and reinstall it, still no luck, my PC OS is
Windows XP.

Your help'd be greatly appreciated.

Thanks,

Bob read more about can not run JAVA app on NetBean IDE 5.5


Message from Max Kubierschky
Most recent post: 3/31/2007
7 authors and 10 replies.

Hello,

I'm planning to give a game programming course for kids of mixed age.
For this, I am looking for an open source 2D game development kit.
I am also willing to participate in the development of the development kit.

Features I'd like to see
- Possibility to construct simple games via drag and drop without programming
- Integration into an IDE
- Based on JAVA or Python
Pluses:
- Good Tutorial
- German documentation

Any Ideas?

Max read more about Game programming for kids: looking for open source 2D game developmentkit


Message from Efi Merdler
Most recent post: 3/19/2007
2 authors and 2 replies.

Hello,
When adding JAVA docs for methods that I override under eclipse, I get
the following JAVA doc:
/*
* (non-JAVAdoc)
*
* @xxxxxxxxxxx JAVA.lang.Runnable#run()
*/

which is fine, however checkstyle thinks that I did not write any
comments, is there a rule that allows me to add this type of special
condition?

Thank you,
Efi read more about CheckStyle and JAVAdoc for override methods


Message from hunkgym
Most recent post: 3/15/2007
2 authors and 2 replies.

Good Day!

Would be appreciate to know any suggestion on the following coding
problem:

Originally, I've a JAVA application.

Now, I've developed a JAVA login form which is name as Login.JAVA

Would be appreciate to know how to compose the code to link to the
JAVA application after the user successful login.

Both JAVA source files (including the JAVA application) are stored at
http://tech.groups.yahoo.com/group/JAVAlogin/

Please refer the source file and suggest.

Thanks for any HELP! Danke! read more about Connect to JAVA application from JAVA login form




7/24/2008 10:50:51 PM

Programming | Sports | Autos

copyright 2006
Valid XHTML 1.0 Transitional