| Azureus wont compile coz of 4E4D4554484F440E4350500525 |
|
 |
Index ‹ java-programmer
|
- Previous
- 2
- Eclipse Appearance ProblemHi all,
I have Eclipse (version: 3.2.2) and JRE (version:1.6.0.1) installed on
my Windows Vista System. When I am working regularly with Eclipse I
encounter with disappearance of some regions of Eclipse window.
Specifically package explorer and console regions are becoming a white
area right after I switch(focus/bring to front) from another
application to Eclipse. If I resize the Eclipse window or just make
some mouse gestures over those white area, they return back to normal.
I have no idea about the problem so I could not goggled it. Here is a
screenshot: http://www.imagehosting.com/show.php/502707_20070421132840.png.html
- 2
- Tomcat, creating threadsI am trying to do some thread profiling on a website that consists
almost entirely of JSPs. When I create a thread in my application, I
give it a relevant name.
The problem is, I am seeing other threads that are calling my classes.
Are these threads being created by Tomcat?
The "unknown" threads have names like: Thread-17, Thread-18, etc.
I'm not sure, but I think these threads are being created every time my
JSPs try to access a session. Is there any way to tell where these
threads are coming from? Or, if they are being created by tomcat, can
I tell tomcat to name them something different?
Thanks in advance.
- 2
- main() parametersWhat's the difference in these parameters?
main(String[] args) and main(String args[]) ?
public class app extends Applet{
public static main void (String[] args)....
Bill
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 80,000 Newsgroups - 16 Different Servers! =-----
- 3
- editing nodes in JTree, icon problemI have a JTree with a child node that has a dropdown list in it. When I
click on the node to make the list appear, then make a selection, the
icon changes to what looks like a document icon.
My problem is that the document icon stays there after I make the
selection in the dropdown list until I click on another node. It's like
the process of making a selection is unfinished.
Anyone know what that is?
- 3
- (www.shoessuperstar.com)Wholesale world famous handbag-CHANEL/CHLOE/LV/GUCCI/Feidi and so onHello
http://www.shoessuperstar.com/
shoessuperstar.co.,LTD greets and desires of success and wishes you
happy times.
This is professional export company from china who carry PAYPAL
payment and DROPSHIP .
We greated in 1998 year ,and now we become the one of best supplier
here because of we keep our credit standing .
Pls visit our site if u are interest in any products below ,
http://www.shoessuperstar.com/
Our main products :
Fashion shoes:
Air Jordan , Air force , Air max , Shox , Dunk , Adidas , Puma ,
Prada , Chanel , Gucci , Lacoste , LouisVuiton and more .
Fashion Hoodies&T-Shirt&Jeans&Jacket:
Gino Green Globa , Bape , BBC , Evsiu , Juicy couture , Burberry , 10
Deep , LRG , ED Hardy , Chanel , G-Star , Red monkey , lacoste ,
POLO,
Armani ,Replay , Tommy and more.
Fashion bags:
LouisVuiton , Pada , Chanel , Fendi , Versace , Burberry , MIUMIU ,
Y-3 , Gucci ,Chloe , Guess , Juicy and more
Electronic :
IPOD NANO , http://www.shoessuperstar.com/
Features:
1) All Package are original ,coming with guarantee cards
2) Main Market : U.S.A . U.K ,ITALY , EURO COUNTRY ,
AUSTRALIA
3) Ship Company : DHL , TNT , UPS , SODIEX , EMS
4) Payment Method : PAYPAL , WESTERN UNION ,T/T .
5) Custom : We carry the custom clear and promise items
must be arrive .
Thanks for your reading , pls mail us if u have any problem
with
the business . We hope that will make a long&great business with you
in future.
Your satisfactions,Our pursuit!
Please Email me to get discount!!
MSN : email***@***.com
email***@***.com
EMAIL: email***@***.com
http://www.shoessuperstar.com/
Best regards
Yours sincerely
- 4
- Deployment problem with messge driven beans.When deploying a message driven bean I get the following error. Can
anyone help?
boss-3.0.8/server/default/deploy/TextMDB.jar
14:11:06,681 INFO [EjbModule] Creating
14:11:06,711 INFO [EjbModule] Deploying TextMDB
14:11:06,811 INFO [JMSContainerInvoker] Creating
14:11:06,821 INFO [JMSContainerInvoker] Created
14:11:06,831 INFO [EjbModule] Created
14:11:06,841 INFO [EjbModule] Starting
14:11:06,851 WARN [MessageDrivenContainer]No resource manager found
for jms/QCF
The ejb-jar.xml and jboss.xml is as follows:
<?xml version="1.0"?>
<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise
JavaBeans 2.0//EN"
"http://java.sun.com/dtd/ejb-jar_2_0.dtd">
<ejb-jar>
<enterprise-beans>
<message-driven>
<ejb-name>TextMDB</ejb-name>
<ejb-class>com.gbst.socketlistener.TextMDB</ejb-class>
<transaction-type>Container</transaction-type>
<acknowledge-mode>AUTO_ACKNOWLEDGE</acknowledge-mode>
<message-driven-destination>
<destination-type>javax.jms.Queue</destination-type>
</message-driven-destination>
<resource-ref>
<res-ref-name>jms/QCF</res-ref-name>
<res-type>javax.jms.QueueConnectionFactory</res-type>
<res-auth>Container</res-auth>
</resource-ref>
</message-driven>
</enterprise-beans>
</ejb-jar>
<?xml version="1.0"?>
<jboss>
<enterprise-beans>
<message-driven>
<ejb-name>TextMDB</ejb-name>
<destination-jndi-name>queue/ListenerQueue</destination-jndi-name>
<resource-ref>
<res-ref-name>jms/QCF</res-ref-name>
<jndi-name>QueueConnectionFactory</jndi-name>
</resource-ref>
</message-driven>
</enterprise-beans>
</jboss>
Jamie
- 4
- Jmagick and rotating image.Hello,
I am using Jmagick to manupulate and rotate images. When I rotate an
image, it gets a white color where no image is standing (in the
corners). I already tried with convertImg.setBackgroundColor( new
PixelPacket(100,50,100,200) ); but the whitespaces stay... ...white. I
need to have those areas transparent. I am using
imgInfo.setColorspace( ColorspaceType.TransparentColorspace ); so it
must be possible. can annyone help me with this?
When using imagemagick commandline I get what I need by using -
background none -rotate 10
I hope someone can help me.
thanks,
Erik
- 11
- regex: How to extract substrings?This should be really easy, but I couldn't find it in the tutorials and
documentations on the web:
What is the Java equivalent to the following Perl operation?
my $entry = "__3432__Smith__"
my ($id,$name) =
$entry =~ m/__(\d+)__([A-z]+)__/;
In other words, I want to extract the number and the name from the
string $entry, using a regular expression.
I tried the following:
Pattern p = Pattern.compile("__([0-9]+)__([A-z]+)__");
Matcher m = p.matcher("__3432__Smith__");
while(m.find()){
System.out.println(m.group());
}
But that gives me the complete match at once, not the two subgroups that
I specified using the parens: (\d+) and ([A-z]+).
Who can help?
Thanks!
- 11
- 1376180 CD-R, DVD R, DVD CASES LOWEST PRICE! 13 media4sale.com offers innovative and quality media, CD/DVD packaging and
other computer accessories at the best prices. We pride ourselves in
service, quality and commitment and are certain that our standards will
exceed expectations.
http://www.media4sale.com
<a href="http://www.media4sale.com" target="_blank">Media4Sale.com</a>
- 12
- To correct my program. please, check to find errors and correct me.import. Java.io.*;
import. Java.text.NumberFormat;
public class commander
public. static.void man(String[]args)throws IOException
BufferedReader in =
new BufferedReader(New InputStreamReader(Systemin));
int (commander);
System.out.println("Enter your code");
code = integer.parseint(in.readLine());
switch(commander)
{
case 1:
System.out.println("The status of president of United States);
break;
case 2:
System.out.println("The status of secretary of Defense);
break;
case 3:
System.out.println("The status of the Air force);
break;
case 4:
System.out.println("The status of Air force chief staff);
break;
case 5:
System.out.println("The status of Air university commander);
break;
case 6:
System.out.println("The status of Air commader);
break;
default:
System.out.println(" The status of commander is children");
-------------------------------------------------------------------------------
please correct me.
this is switch statement to make program.
- 13
- Does my panel play hide & seek ?Hi,
In an application, that uses internal frames and the JDesktopPane! I
now want to add a pane to my application to the right side of the
window. But this pane should be hidden. In the sense when i click on a
button, it creep inside slowly and when i click on it, it should creep
out slowly again.
Is such a thing possible with swing? or is there any other way possible
for this?
Plz help,
kind regards,
Rajesh Rapaka.
- 13
- Pogo Game, etc
I'm a pogo fan and an anspiring Java programmer/software
deceloper/enginneeer .
I'm curious if maybe the source code could be out on the internet
somewhere .
Do you think that maybe somebody could also explain to me about how
the graphics are created and what libraries are they using to create
game such
as poppit, etc.... I know about swing but isnt swing for creating
windows and
user interfaces ? (kind of like visual basic???) .
I would really apprececiate any input regarding my question .
- 13
- 13
- Is i irrational? (was Re: Versionincrementaphobia)In comp.lang.java.advocacy, James Westby
<email***@***.com>
wrote
on Tue, 07 Mar 2006 20:34:56 GMT
<Q7mPf.94623$email***@***.com>:
> Ian Pilcher wrote:
>> James Westby wrote:
>>
>>>What makes you think that i is rational?
>>
>>
>> I'll bite. What do you put after the decimal point?
>>
>
> I don't know, but I imagine that I couldn't write it in closed form. For
> that matter what do you pu in front?
>
> I always assumed that i would be irrational, but maybe it is neither
> irrational nor rational.
An interesting philosophical question. If a number is
rational it can be expressed as p/q, where p and q are
integers, q != 0. Therefore i is not rational.
However, it's not clear whether i is irrational or not,
since irrational also means "not rational", but I for one
would think that an irrational number is real, and i is
not real.
Also, there are at least two different ways of defining
a real number (Dedekind cuts and Cauchy sequences), and
neither can be used for i, since i is not part of the
total real ordering, nor can it be the limit of any sequence of
rationals, even allowing for silly claims such as -1 = 1+2+4+8+... .
(Briefly: if x = 1+2+4+..., then 2*x=2+4+8+... = x-1;
therefore 2*x = x-1 or x = -1, despite all partial sums
of the series being positive. But it's not i.)
On the flip side, though,
http://mathworld.wolfram.com/IrrationalNumber.html simply
defines an irrational number as any number which cannot
be a quotient p/q of two integers, but the definition is a
bit sloppy since it implies irrational numbers have decimal
expansions (though it has real and imaginary parts, which can).
This appears to be a "definitional bug".
It gets bizarre though, as i is an algebraic integer,
and a unit of the algebraic number field. (There are a
lot of units in that field, as opposed to the two units +1
and -1 in the rational field.)
So now we have a non-rational algebraic unit. At this
point it's probably best to head out for a coffee or
tea break as one's brain is probably screaming for aspirin
at this point. :-)
Followups to a slightly more logical discussion area. :-)
>
>
> James
--
#191, email***@***.com
It's still legal to go .sigless.
- 15
- Difficulty with swingswe r beginners in java, creating an application similar to paintbrush.
(still working on the frontend)what r the different packages and classes that we could use to create a new window by selecting the "New" option from the MenuBar.What other sites could we visit for help?what r the recommended books that we could refer to ?
Thank you in advance.
--
Message posted via http://www.javakb.com
|
| Author |
Message |
Ahmed Parkar

|
Posted: 2006-9-7 22:58:00 |
Top |
java-programmer, Azureus wont compile coz of 4E4D4554484F440E4350500525
Hello people...
So, after dodging Azureus dependancies, this might be the final hurdle
to get Azureus to compile :/
Anyway... I got an internal error (4E4D4554484F440E4350500525)
I got that error when I was installing something called "sed"
(/usr/ports/net/sed ?), but that got resolved once I mounted
linprocfs...
But Azureus refuses to compile...
I googled further more and one site tells me to add -Xint to my java
command line... I added that in the last line of work/azureus file
that was created. And thats how the number of files mentioned in the
output below reduced from 2000 something to 1476... Good thing/bad
thing???
Any ideas how to get this working?
Below from BEGIN to END is the exact console output...
PS: please CC your replies to me coz im not on the list....
=====BEGIN (I'm in directory /usr/ports/net-p2p/azureus)=====
hostname# make install clean
===> Building for azureus-2.4.0.2
Buildfile: build.xml
init:
compile:
[javac] Compiling 1476 source files to /usr/ports/net-p2p/azureus/work/build
[javac] #
[javac] # An unexpected error has been detected by HotSpot Virtual Machine:
[javac] #
[javac] # Internal Error (4E4D4554484F440E4350500525), pid=49360,
tid=0x50f000
[javac] #
[javac] # Java VM: Java HotSpot(TM) 64-Bit Server VM
(diablo-1.5.0_07-b00 mixed mode)
[javac] # An error report file with more information is saved as
hs_err_pid49360.log
[javac] #
[javac] # If you would like to submit a bug report, please write
[javac] # a letter to email***@***.com mailing list
[javac] #
BUILD FAILED
/usr/ports/net-p2p/azureus/work/build.xml:22: Compile failed; see the
compiler error output for details.
Total time: 48 seconds
*** Error code 1
Stop in /usr/ports/net-p2p/azureus.
hostname#
====END====
cheers...
Ahmed
|
| |
|
| |
 |
parkarahmed

|
Posted: 2006-9-7 23:01:00 |
Top |
java-programmer >> Azureus wont compile coz of 4E4D4554484F440E4350500525
Hello people...
So, after dodging Azureus dependancies, this might be the final hurdle
to get Azureus to compile :/
Anyway... I got an internal error (4E4D4554484F440E4350500525)
I got that error when I was installing something called "sed"
(/usr/ports/net/sed ?), but that got resolved once I mounted
linprocfs...
But Azureus refuses to compile...
I googled further more and one site tells me to add -Xint to my java
command line... I added that in the last line of work/azureus file
that was created. And thats how the number of files mentioned in the
output below reduced from 2000 something to 1476... Good thing/bad
thing???
Any ideas how to get this working?
Below from BEGIN to END is the exact console output...
PS: please CC your replies to me coz im not on the list....
=====BEGIN (I'm in directory /usr/ports/net-p2p/azureus)=====
hostname# make install clean
===> Building for azureus-2.4.0.2
Buildfile: build.xml
init:
compile:
[javac] Compiling 1476 source files to /usr/ports/net-p2p/azureus/work/build
[javac] #
[javac] # An unexpected error has been detected by HotSpot Virtual Machine:
[javac] #
[javac] # Internal Error (4E4D4554484F440E4350500525), pid=49360,
tid=0x50f000
[javac] #
[javac] # Java VM: Java HotSpot(TM) 64-Bit Server VM
(diablo-1.5.0_07-b00 mixed mode)
[javac] # An error report file with more information is saved as
hs_err_pid49360.log
[javac] #
[javac] # If you would like to submit a bug report, please write
[javac] # a letter to email***@***.com mailing list
[javac] #
BUILD FAILED
/usr/ports/net-p2p/azureus/work/build.xml:22: Compile failed; see the
compiler error output for details.
Total time: 48 seconds
*** Error code 1
Stop in /usr/ports/net-p2p/azureus.
hostname#
====END====
cheers...
Ahmed
_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"
|
| |
|
| |
 |
Ahmed Parkar

|
Posted: 2006-9-12 12:29:00 |
Top |
java-programmer >> Azureus wont compile coz of 4E4D4554484F440E4350500525
Hmmm... seems like, nobody is familiar with this problem.
I'm wondering if anyone could guide me to how to even go about
tracing down the problem.
As a starter, how to view the compiler log for the Azureus build attempt.
This is on a FreeBSD 6.1 amd64 machine with the latest diablo jdk/jre
binary packages.
Regards,
Ahmed
On 9/8/06, Ahmed Parkar <email***@***.com> wrote:
> Hello people...
>
> So, after dodging Azureus dependancies, this might be the final hurdle
> to get Azureus to compile :/
>
> Anyway... I got an internal error (4E4D4554484F440E4350500525)
>
> I got that error when I was installing something called "sed"
> (/usr/ports/net/sed ?), but that got resolved once I mounted
> linprocfs...
>
> But Azureus refuses to compile...
>
> I googled further more and one site tells me to add -Xint to my java
> command line... I added that in the last line of work/azureus file
> that was created. And thats how the number of files mentioned in the
> output below reduced from 2000 something to 1476... Good thing/bad
> thing???
>
> Any ideas how to get this working?
> Below from BEGIN to END is the exact console output...
>
> PS: please CC your replies to me coz im not on the list....
>
> =====BEGIN (I'm in directory /usr/ports/net-p2p/azureus)=====
>
> hostname# make install clean
> ===> Building for azureus-2.4.0.2
> Buildfile: build.xml
>
> init:
>
> compile:
> [javac] Compiling 1476 source files to /usr/ports/net-p2p/azureus/work/build
> [javac] #
> [javac] # An unexpected error has been detected by HotSpot Virtual Machine:
> [javac] #
> [javac] # Internal Error (4E4D4554484F440E4350500525), pid=49360,
> tid=0x50f000
> [javac] #
> [javac] # Java VM: Java HotSpot(TM) 64-Bit Server VM
> (diablo-1.5.0_07-b00 mixed mode)
> [javac] # An error report file with more information is saved as
> hs_err_pid49360.log
> [javac] #
> [javac] # If you would like to submit a bug report, please write
> [javac] # a letter to email***@***.com mailing list
> [javac] #
>
> BUILD FAILED
> /usr/ports/net-p2p/azureus/work/build.xml:22: Compile failed; see the
> compiler error output for details.
>
> Total time: 48 seconds
> *** Error code 1
>
> Stop in /usr/ports/net-p2p/azureus.
> hostname#
>
> ====END====
>
> cheers...
> Ahmed
>
|
| |
|
| |
 |
parkarahmed

|
Posted: 2006-9-12 12:33:00 |
Top |
java-programmer >> Azureus wont compile coz of 4E4D4554484F440E4350500525
Hmmm... seems like, nobody is familiar with this problem.
I'm wondering if anyone could guide me to how to even go about
tracing down the problem.
As a starter, how to view the compiler log for the Azureus build attempt.
This is on a FreeBSD 6.1 amd64 machine with the latest diablo jdk/jre
binary packages.
Regards,
Ahmed
On 9/8/06, Ahmed Parkar <email***@***.com> wrote:
> Hello people...
>
> So, after dodging Azureus dependancies, this might be the final hurdle
> to get Azureus to compile :/
>
> Anyway... I got an internal error (4E4D4554484F440E4350500525)
>
> I got that error when I was installing something called "sed"
> (/usr/ports/net/sed ?), but that got resolved once I mounted
> linprocfs...
>
> But Azureus refuses to compile...
>
> I googled further more and one site tells me to add -Xint to my java
> command line... I added that in the last line of work/azureus file
> that was created. And thats how the number of files mentioned in the
> output below reduced from 2000 something to 1476... Good thing/bad
> thing???
>
> Any ideas how to get this working?
> Below from BEGIN to END is the exact console output...
>
> PS: please CC your replies to me coz im not on the list....
>
> =====BEGIN (I'm in directory /usr/ports/net-p2p/azureus)=====
>
> hostname# make install clean
> ===> Building for azureus-2.4.0.2
> Buildfile: build.xml
>
> init:
>
> compile:
> [javac] Compiling 1476 source files to /usr/ports/net-p2p/azureus/work/build
> [javac] #
> [javac] # An unexpected error has been detected by HotSpot Virtual Machine:
> [javac] #
> [javac] # Internal Error (4E4D4554484F440E4350500525), pid=49360,
> tid=0x50f000
> [javac] #
> [javac] # Java VM: Java HotSpot(TM) 64-Bit Server VM
> (diablo-1.5.0_07-b00 mixed mode)
> [javac] # An error report file with more information is saved as
> hs_err_pid49360.log
> [javac] #
> [javac] # If you would like to submit a bug report, please write
> [javac] # a letter to email***@***.com mailing list
> [javac] #
>
> BUILD FAILED
> /usr/ports/net-p2p/azureus/work/build.xml:22: Compile failed; see the
> compiler error output for details.
>
> Total time: 48 seconds
> *** Error code 1
>
> Stop in /usr/ports/net-p2p/azureus.
> hostname#
>
> ====END====
>
> cheers...
> Ahmed
>
_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"
|
| |
|
| |
 |
Andy Rozman (Aleksander)

|
Posted: 2006-9-12 16:31:00 |
Top |
java-programmer >> Azureus wont compile coz of 4E4D4554484F440E4350500525
"Ahmed Parkar" <email***@***.com> wrote:
> Hmmm... seems like, nobody is familiar with this problem.
> I'm wondering if anyone could guide me to how to even go about
> tracing down the problem.
> As a starter, how to view the compiler log for the Azureus build attempt.
> This is on a FreeBSD 6.1 amd64 machine with the latest diablo jdk/jre
> binary packages.
>
> Regards,
> Ahmed
>
Hi Ahmed !
It might be problem with SWT library. You need to have amd64 version of
library (I am sure of that. I tried this on windows machine, and if you have
amd64 version of java then you have to have dlls for amd64 swt version, which
are not working at this time). I made Azureus working on FreeBSD, but with
older version of azureus (2.4.0.2). Try using original version without
recompile.
I downloaded linux version installed bash and run it. (After installing SWT
from ports, but it was only i386 version). I am running it since then. I can
send you instruction (step by step) if you would like.
I tried to compile Azureus on windows and had no luck so far. ANT script is
broken, and I don't use eclipse...
Take care, if you have any more questions you can catch me off-list...
Andy
> On 9/8/06, Ahmed Parkar <email***@***.com> wrote:
> > Hello people...
> >
> > So, after dodging Azureus dependancies, this might be the final hurdle
> > to get Azureus to compile :/
> >
> > Anyway... I got an internal error (4E4D4554484F440E4350500525)
> >
> > I got that error when I was installing something called "sed"
> > (/usr/ports/net/sed ?), but that got resolved once I mounted
> > linprocfs...
> >
> > But Azureus refuses to compile...
> >
> > I googled further more and one site tells me to add -Xint to my java
> > command line... I added that in the last line of work/azureus file
> > that was created. And thats how the number of files mentioned in the
> > output below reduced from 2000 something to 1476... Good thing/bad
> > thing???
> >
> > Any ideas how to get this working?
> > Below from BEGIN to END is the exact console output...
> >
> > PS: please CC your replies to me coz im not on the list....
> >
> > =====BEGIN (I'm in directory /usr/ports/net-p2p/azureus)=====
> >
> > hostname# make install clean
> > ===> Building for azureus-2.4.0.2
> > Buildfile: build.xml
> >
> > init:
> >
> > compile:
> > [javac] Compiling 1476 source files to
> /usr/ports/net-p2p/azureus/work/build
> > [javac] #
> > [javac] # An unexpected error has been detected by HotSpot Virtual
> Machine:
> > [javac] #
> > [javac] # Internal Error (4E4D4554484F440E4350500525), pid=49360,
> > tid=0x50f000
> > [javac] #
> > [javac] # Java VM: Java HotSpot(TM) 64-Bit Server VM
> > (diablo-1.5.0_07-b00 mixed mode)
> > [javac] # An error report file with more information is saved as
> > hs_err_pid49360.log
> > [javac] #
> > [javac] # If you would like to submit a bug report, please write
> > [javac] # a letter to email***@***.com mailing list
> > [javac] #
> >
> > BUILD FAILED
> > /usr/ports/net-p2p/azureus/work/build.xml:22: Compile failed; see the
> > compiler error output for details.
> >
> > Total time: 48 seconds
> > *** Error code 1
> >
> > Stop in /usr/ports/net-p2p/azureus.
> > hostname#
> >
> > ====END====
> >
> > cheers...
> > Ahmed
> >
> _______________________________________________
> email***@***.com mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-java
> To unsubscribe, send any mail to "email***@***.com"
>
|
| |
|
| |
 |
andy

|
Posted: 2006-9-12 16:37:00 |
Top |
java-programmer >> Azureus wont compile coz of 4E4D4554484F440E4350500525
"Ahmed Parkar" <email***@***.com> wrote:
> Hmmm... seems like, nobody is familiar with this problem.
> I'm wondering if anyone could guide me to how to even go about
> tracing down the problem.
> As a starter, how to view the compiler log for the Azureus build attempt.
> This is on a FreeBSD 6.1 amd64 machine with the latest diablo jdk/jre
> binary packages.
>
> Regards,
> Ahmed
>
Hi Ahmed !
It might be problem with SWT library. You need to have amd64 version of
library (I am sure of that. I tried this on windows machine, and if you have
amd64 version of java then you have to have dlls for amd64 swt version, which
are not working at this time). I made Azureus working on FreeBSD, but with
older version of azureus (2.4.0.2). Try using original version without
recompile.
I downloaded linux version installed bash and run it. (After installing SWT
from ports, but it was only i386 version). I am running it since then. I can
send you instruction (step by step) if you would like.
I tried to compile Azureus on windows and had no luck so far. ANT script is
broken, and I don't use eclipse...
Take care, if you have any more questions you can catch me off-list...
Andy
> On 9/8/06, Ahmed Parkar <email***@***.com> wrote:
> > Hello people...
> >
> > So, after dodging Azureus dependancies, this might be the final hurdle
> > to get Azureus to compile :/
> >
> > Anyway... I got an internal error (4E4D4554484F440E4350500525)
> >
> > I got that error when I was installing something called "sed"
> > (/usr/ports/net/sed ?), but that got resolved once I mounted
> > linprocfs...
> >
> > But Azureus refuses to compile...
> >
> > I googled further more and one site tells me to add -Xint to my java
> > command line... I added that in the last line of work/azureus file
> > that was created. And thats how the number of files mentioned in the
> > output below reduced from 2000 something to 1476... Good thing/bad
> > thing???
> >
> > Any ideas how to get this working?
> > Below from BEGIN to END is the exact console output...
> >
> > PS: please CC your replies to me coz im not on the list....
> >
> > =====BEGIN (I'm in directory /usr/ports/net-p2p/azureus)=====
> >
> > hostname# make install clean
> > ===> Building for azureus-2.4.0.2
> > Buildfile: build.xml
> >
> > init:
> >
> > compile:
> > [javac] Compiling 1476 source files to
> /usr/ports/net-p2p/azureus/work/build
> > [javac] #
> > [javac] # An unexpected error has been detected by HotSpot Virtual
> Machine:
> > [javac] #
> > [javac] # Internal Error (4E4D4554484F440E4350500525), pid=49360,
> > tid=0x50f000
> > [javac] #
> > [javac] # Java VM: Java HotSpot(TM) 64-Bit Server VM
> > (diablo-1.5.0_07-b00 mixed mode)
> > [javac] # An error report file with more information is saved as
> > hs_err_pid49360.log
> > [javac] #
> > [javac] # If you would like to submit a bug report, please write
> > [javac] # a letter to email***@***.com mailing list
> > [javac] #
> >
> > BUILD FAILED
> > /usr/ports/net-p2p/azureus/work/build.xml:22: Compile failed; see the
> > compiler error output for details.
> >
> > Total time: 48 seconds
> > *** Error code 1
> >
> > Stop in /usr/ports/net-p2p/azureus.
> > hostname#
> >
> > ====END====
> >
> > cheers...
> > Ahmed
> >
> _______________________________________________
> email***@***.com mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-java
> To unsubscribe, send any mail to "email***@***.com"
>
_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"
|
| |
|
| |
 |
Ahmed Parkar

|
Posted: 2006-9-13 7:39:00 |
Top |
java-programmer >> Azureus wont compile coz of 4E4D4554484F440E4350500525
Hey,
Thanks for your response,
I successfully installed swt31 from ports/x11-toolkit, but the compile
still fails.
In the Makefile for swt31 there was a line "ONLY_FOR_ARCHS = i386 amd64",
so i guess the swt library is for 64 bit too...
I've attatched the hs_err_pid80066.log after the failed make install
for Azureus.
It doesn't make too much sense to me.
Regards,
Ahmed
On 9/12/06, Andy Rozman (Aleksander) <email***@***.com> wrote:
> "Ahmed Parkar" <email***@***.com> wrote:
>
> > Hmmm... seems like, nobody is familiar with this problem.
> > I'm wondering if anyone could guide me to how to even go about
> > tracing down the problem.
> > As a starter, how to view the compiler log for the Azureus build attempt.
> > This is on a FreeBSD 6.1 amd64 machine with the latest diablo jdk/jre
> > binary packages.
> >
> > Regards,
> > Ahmed
> >
> Hi Ahmed !
>
> It might be problem with SWT library. You need to have amd64 version of
> library (I am sure of that. I tried this on windows machine, and if you have
> amd64 version of java then you have to have dlls for amd64 swt version, which
> are not working at this time). I made Azureus working on FreeBSD, but with
> older version of azureus (2.4.0.2). Try using original version without
> recompile.
>
> I downloaded linux version installed bash and run it. (After installing SWT
> from ports, but it was only i386 version). I am running it since then. I can
> send you instruction (step by step) if you would like.
>
> I tried to compile Azureus on windows and had no luck so far. ANT script is
> broken, and I don't use eclipse...
>
> Take care, if you have any more questions you can catch me off-list...
>
> Andy
>
>
>
> > On 9/8/06, Ahmed Parkar <email***@***.com> wrote:
> > > Hello people...
> > >
> > > So, after dodging Azureus dependancies, this might be the final hurdle
> > > to get Azureus to compile :/
> > >
> > > Anyway... I got an internal error (4E4D4554484F440E4350500525)
> > >
> > > I got that error when I was installing something called "sed"
> > > (/usr/ports/net/sed ?), but that got resolved once I mounted
> > > linprocfs...
> > >
> > > But Azureus refuses to compile...
> > >
> > > I googled further more and one site tells me to add -Xint to my java
> > > command line... I added that in the last line of work/azureus file
> > > that was created. And thats how the number of files mentioned in the
> > > output below reduced from 2000 something to 1476... Good thing/bad
> > > thing???
> > >
> > > Any ideas how to get this working?
> > > Below from BEGIN to END is the exact console output...
> > >
> > > PS: please CC your replies to me coz im not on the list....
> > >
> > > =====BEGIN (I'm in directory /usr/ports/net-p2p/azureus)=====
> > >
> > > hostname# make install clean
> > > ===> Building for azureus-2.4.0.2
> > > Buildfile: build.xml
> > >
> > > init:
> > >
> > > compile:
> > > [javac] Compiling 1476 source files to
> > /usr/ports/net-p2p/azureus/work/build
> > > [javac] #
> > > [javac] # An unexpected error has been detected by HotSpot Virtual
> > Machine:
> > > [javac] #
> > > [javac] # Internal Error (4E4D4554484F440E4350500525), pid=49360,
> > > tid=0x50f000
> > > [javac] #
> > > [javac] # Java VM: Java HotSpot(TM) 64-Bit Server VM
> > > (diablo-1.5.0_07-b00 mixed mode)
> > > [javac] # An error report file with more information is saved as
> > > hs_err_pid49360.log
> > > [javac] #
> > > [javac] # If you would like to submit a bug report, please write
> > > [javac] # a letter to email***@***.com mailing list
> > > [javac] #
> > >
> > > BUILD FAILED
> > > /usr/ports/net-p2p/azureus/work/build.xml:22: Compile failed; see the
> > > compiler error output for details.
> > >
> > > Total time: 48 seconds
> > > *** Error code 1
> > >
> > > Stop in /usr/ports/net-p2p/azureus.
> > > hostname#
> > >
> > > ====END====
> > >
> > > cheers...
> > > Ahmed
> > >
> > _______________________________________________
> > email***@***.com mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-java
> > To unsubscribe, send any mail to "email***@***.com"
> >
>
>
>
>
|
| |
|
| |
 |
parkarahmed

|
Posted: 2006-9-13 7:42:00 |
Top |
java-programmer >> Azureus wont compile coz of 4E4D4554484F440E4350500525
------=_Part_43619_23088039.1158104348545
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hey,
Thanks for your response,
I successfully installed swt31 from ports/x11-toolkit, but the compile
still fails.
In the Makefile for swt31 there was a line "ONLY_FOR_ARCHS = i386 amd64",
so i guess the swt library is for 64 bit too...
I've attatched the hs_err_pid80066.log after the failed make install
for Azureus.
It doesn't make too much sense to me.
Regards,
Ahmed
On 9/12/06, Andy Rozman (Aleksander) <email***@***.com> wrote:
> "Ahmed Parkar" <email***@***.com> wrote:
>
> > Hmmm... seems like, nobody is familiar with this problem.
> > I'm wondering if anyone could guide me to how to even go about
> > tracing down the problem.
> > As a starter, how to view the compiler log for the Azureus build attempt.
> > This is on a FreeBSD 6.1 amd64 machine with the latest diablo jdk/jre
> > binary packages.
> >
> > Regards,
> > Ahmed
> >
> Hi Ahmed !
>
> It might be problem with SWT library. You need to have amd64 version of
> library (I am sure of that. I tried this on windows machine, and if you have
> amd64 version of java then you have to have dlls for amd64 swt version, which
> are not working at this time). I made Azureus working on FreeBSD, but with
> older version of azureus (2.4.0.2). Try using original version without
> recompile.
>
> I downloaded linux version installed bash and run it. (After installing SWT
> from ports, but it was only i386 version). I am running it since then. I can
> send you instruction (step by step) if you would like.
>
> I tried to compile Azureus on windows and had no luck so far. ANT script is
> broken, and I don't use eclipse...
>
> Take care, if you have any more questions you can catch me off-list...
>
> Andy
>
>
>
> > On 9/8/06, Ahmed Parkar <email***@***.com> wrote:
> > > Hello people...
> > >
> > > So, after dodging Azureus dependancies, this might be the final hurdle
> > > to get Azureus to compile :/
> > >
> > > Anyway... I got an internal error (4E4D4554484F440E4350500525)
> > >
> > > I got that error when I was installing something called "sed"
> > > (/usr/ports/net/sed ?), but that got resolved once I mounted
> > > linprocfs...
> > >
> > > But Azureus refuses to compile...
> > >
> > > I googled further more and one site tells me to add -Xint to my java
> > > command line... I added that in the last line of work/azureus file
> > > that was created. And thats how the number of files mentioned in the
> > > output below reduced from 2000 something to 1476... Good thing/bad
> > > thing???
> > >
> > > Any ideas how to get this working?
> > > Below from BEGIN to END is the exact console output...
> > >
> > > PS: please CC your replies to me coz im not on the list....
> > >
> > > =====BEGIN (I'm in directory /usr/ports/net-p2p/azureus)=====
> > >
> > > hostname# make install clean
> > > ===> Building for azureus-2.4.0.2
> > > Buildfile: build.xml
> > >
> > > init:
> > >
> > > compile:
> > > [javac] Compiling 1476 source files to
> > /usr/ports/net-p2p/azureus/work/build
> > > [javac] #
> > > [javac] # An unexpected error has been detected by HotSpot Virtual
> > Machine:
> > > [javac] #
> > > [javac] # Internal Error (4E4D4554484F440E4350500525), pid=49360,
> > > tid=0x50f000
> > > [javac] #
> > > [javac] # Java VM: Java HotSpot(TM) 64-Bit Server VM
> > > (diablo-1.5.0_07-b00 mixed mode)
> > > [javac] # An error report file with more information is saved as
> > > hs_err_pid49360.log
> > > [javac] #
> > > [javac] # If you would like to submit a bug report, please write
> > > [javac] # a letter to email***@***.com mailing list
> > > [javac] #
> > >
> > > BUILD FAILED
> > > /usr/ports/net-p2p/azureus/work/build.xml:22: Compile failed; see the
> > > compiler error output for details.
> > >
> > > Total time: 48 seconds
> > > *** Error code 1
> > >
> > > Stop in /usr/ports/net-p2p/azureus.
> > > hostname#
> > >
> > > ====END====
> > >
> > > cheers...
> > > Ahmed
> > >
> > _______________________________________________
> > email***@***.com mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-java
> > To unsubscribe, send any mail to "email***@***.com"
> >
>
>
>
>
------=_Part_43619_23088039.1158104348545
Content-Type: application/octet-stream; name="hs_err_pid80066.log"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="hs_err_pid80066.log"
X-Attachment-Id: f_es0x707d
IwojIEFuIHVuZXhwZWN0ZWQgZXJyb3IgaGFzIGJlZW4gZGV0ZWN0ZWQgYnkgSG90U3BvdCBWaXJ0
dWFsIE1hY2hpbmU6CiMKIyAgSW50ZXJuYWwgRXJyb3IgKDRFNEQ0NTU0NDg0RjQ0MEU0MzUwNTAw
NTI1KSwgcGlkPTgwMDY2LCB0aWQ9MHg1MGUwMDAKIwojIEphdmEgVk06IEphdmEgSG90U3BvdChU
TSkgNjQtQml0IFNlcnZlciBWTSAoZGlhYmxvLTEuNS4wXzA3LWIwMCBtaXhlZCBtb2RlKQoKLS0t
LS0tLS0tLS0tLS0tICBUIEggUiBFIEEgRCAgLS0tLS0tLS0tLS0tLS0tCgpDdXJyZW50IHRocmVh
ZCAoMHgwMDAwMDAwMDAwNTNkNDAwKTogIEphdmFUaHJlYWQgIm1haW4iIFtfdGhyZWFkX2luX0ph
dmEsIGlkPTUzMDAyMjRdCgpTdGFjazogWzB4MDAwMDdmZmZmZmYwMDAwMCwweDAwMDA4MDAwMDAw
MDAwMDApLCAgc3A9MHgwMDAwN2ZmZmZmZmY5OWQwLCAgZnJlZSBzcGFjZT05OThrCk5hdGl2ZSBm
cmFtZXM6IChKPWNvbXBpbGVkIEphdmEgY29kZSwgaj1pbnRlcnByZXRlZCwgVnY9Vk0gY29kZSwg
Qz1uYXRpdmUgY29kZSkKViAgW2xpYmp2bS5zbysweDdkZGM0OV0KViAgW2xpYmp2bS5zbysweDQ3
NmRhNl0KViAgW2xpYmp2bS5zbysweDZkZjBiOF0KViAgW2xpYmp2bS5zbysweDc1YTNhOF0KViAg
W2xpYmp2bS5zbysweDZmNDYzMl0KCgotLS0tLS0tLS0tLS0tLS0gIFAgUiBPIEMgRSBTIFMgIC0t
LS0tLS0tLS0tLS0tLQoKSmF2YSBUaHJlYWRzOiAoID0+IGN1cnJlbnQgdGhyZWFkICkKICAweDAw
MDAwMDAwMDA2OTBjMDAgSmF2YVRocmVhZCAiTG93IE1lbW9yeSBEZXRlY3RvciIgZGFlbW9uIFtf
dGhyZWFkX2Jsb2NrZWQsIGlkPTY5MDE3NjBdCiAgMHgwMDAwMDAwMDAwNjkwMDAwIEphdmFUaHJl
YWQgIkNvbXBpbGVyVGhyZWFkMSIgZGFlbW9uIFtfdGhyZWFkX2Jsb2NrZWQsIGlkPTY4NzUxMzZd
CiAgMHgwMDAwMDAwMDAwNjhhNDAwIEphdmFUaHJlYWQgIkNvbXBpbGVyVGhyZWFkMCIgZGFlbW9u
IFtfdGhyZWFkX2Jsb2NrZWQsIGlkPTY4NzMwODhdCiAgMHgwMDAwMDAwMDAwNjc5ODAwIEphdmFU
aHJlYWQgIkFkYXB0ZXJUaHJlYWQiIGRhZW1vbiBbX3RocmVhZF9ibG9ja2VkLCBpZD02ODU0NjU2
XQogIDB4MDAwMDAwMDAwMDY2ZWMwMCBKYXZhVGhyZWFkICJTaWduYWwgRGlzcGF0Y2hlciIgZGFl
bW9uIFtfdGhyZWFkX2Jsb2NrZWQsIGlkPTY4NTI2MDhdCiAgMHgwMDAwMDAwMDAwNjZlNDAwIEph
dmFUaHJlYWQgIkZpbmFsaXplciIgZGFlbW9uIFtfdGhyZWFkX2Jsb2NrZWQsIGlkPTY3NDgxNjBd
CiAgMHgwMDAwMDAwMDAwNjZlMDAwIEphdmFUaHJlYWQgIlJlZmVyZW5jZSBIYW5kbGVyIiBkYWVt
b24gW190aHJlYWRfYmxvY2tlZCwgaWQ9Njc0NjExMl0KPT4weDAwMDAwMDAwMDA1M2Q0MDAgSmF2
YVRocmVhZCAibWFpbiIgW190aHJlYWRfaW5fSmF2YSwgaWQ9NTMwMDIyNF0KCk90aGVyIFRocmVh
ZHM6CiAgMHgwMDAwMDAwMDAwNjYyNjAwIFZNVGhyZWFkIFtpZD02NzE3NDQwXQogIDB4MDAwMDAw
MDAwMDU0MTYwMCBXYXRjaGVyVGhyZWFkIFtpZD02OTAzODA4XQoKVk0gc3RhdGU6c3luY2hyb25p
emluZyAobm9ybWFsIGV4ZWN1dGlvbikKClZNIE11dGV4L01vbml0b3IgY3VycmVudGx5IG93bmVk
IGJ5IGEgdGhyZWFkOiAgKFttdXRleC9sb2NrX2V2ZW50XSkKWzB4MDAwMDAwMDAwMDUzOWE4MC8w
eDAwMDAwMDAwMDA1MzliMDBdIFNhZmVwb2ludF9sb2NrIC0gb3duZXIgdGhyZWFkOiAweDAwMDAw
MDAwMDA2NjI2MDAKWzB4MDAwMDAwMDAwMDUzOWM4MC8weDAwMDAwMDAwMDA1MzlkMDBdIFRocmVh
ZHNfbG9jayAtIG93bmVyIHRocmVhZDogMHgwMDAwMDAwMDAwNjYyNjAwCgpIZWFwCiBkZWYgbmV3
IGdlbmVyYXRpb24gICB0b3RhbCA3NDg4SywgdXNlZCA2NjI0SyBbMHgwMDAwMDAwODA3YmEwMDAw
LCAweDAwMDAwMDA4MDgzYjAwMDAsIDB4MDAwMDAwMDgwOTdhMDAwMCkKICBlZGVuIHNwYWNlIDY3
MjBLLCAgODclIHVzZWQgWzB4MDAwMDAwMDgwN2JhMDAwMCwgMHgwMDAwMDAwODA4MTU4MWYwLCAw
eDAwMDAwMDA4MDgyMzAwMDApCiAgZnJvbSBzcGFjZSA3NjhLLCAxMDAlIHVzZWQgWzB4MDAwMDAw
MDgwODIzMDAwMCwgMHgwMDAwMDAwODA4MmYwMDAwLCAweDAwMDAwMDA4MDgyZjAwMDApCiAgdG8g
ICBzcGFjZSA3NjhLLCAgIDAlIHVzZWQgWzB4MDAwMDAwMDgwODJmMDAwMCwgMHgwMDAwMDAwODA4
MmYwMDAwLCAweDAwMDAwMDA4MDgzYjAwMDApCiB0ZW51cmVkIGdlbmVyYXRpb24gICB0b3RhbCAx
NjM3NkssIHVzZWQgMTM1MjBLIFsweDAwMDAwMDA4MDk3YTAwMDAsIDB4MDAwMDAwMDgwYTc5ZTAw
MCwgMHgwMDAwMDAwODBjZmEwMDAwKQogICB0aGUgc3BhY2UgMTYzNzZLLCAgODIlIHVzZWQgWzB4
MDAwMDAwMDgwOTdhMDAwMCwgMHgwMDAwMDAwODBhNGQ0MjI4LCAweDAwMDAwMDA4MGE0ZDQ0MDAs
IDB4MDAwMDAwMDgwYTc5ZTAwMCkKIGNvbXBhY3RpbmcgcGVybSBnZW4gIHRvdGFsIDIxMjQ4Sywg
dXNlZCAxMTc3OEsgWzB4MDAwMDAwMDgwY2ZhMDAwMCwgMHgwMDAwMDAwODBlNDYwMDAwLCAweDAw
MDAwMDA4MTIxYTAwMDApCiAgIHRoZSBzcGFjZSAyMTI0OEssICA1NSUgdXNlZCBbMHgwMDAwMDAw
ODBjZmEwMDAwLCAweDAwMDAwMDA4MGRiMjBhMzgsIDB4MDAwMDAwMDgwZGIyMGMwMCwgMHgwMDAw
MDAwODBlNDYwMDAwKQpObyBzaGFyZWQgc3BhY2VzIGNvbmZpZ3VyZWQuCgpEeW5hbWljIGxpYnJh
cmllczoKMHgwMDAwMDAwMDAwNDAwMDAwIAkvdXNyL2xvY2FsL2RpYWJsby1qZGsxLjUuMC9iaW4v
amF2YQoweDAwMDAwMDA4MDA2MzQwMDAgCS9saWIvbGliei5zby4zCjB4MDAwMDAwMDgwMDc0NzAw
MCAJL3Vzci9saWIvbGliY19yLnNvLjYKMHgwMDAwMDAwODAwODcyMDAwIAkvbGliL2xpYmMuc28u
NgoweDAwMDAwMDA4MDBhNzAwMDAgCS91c3IvbG9jYWwvZGlhYmxvLWpkazEuNS4wL2pyZS9saWIv
YW1kNjQvc2VydmVyL2xpYmp2bS5zbwoweDAwMDAwMDA4MDE0ZmQwMDAgCS91c3IvbGliL2xpYnN0
ZGMrKy5zby41CjB4MDAwMDAwMDgwMTZmNDAwMCAJL2xpYi9saWJtLnNvLjQKMHgwMDAwMDAwODAx
ODEwMDAwIAkvdXNyL2xvY2FsL2RpYWJsby1qZGsxLjUuMC9qcmUvbGliL2FtZDY0L25hdGl2ZV90
aHJlYWRzL2xpYmhwaS5zbwoweDAwMDAwMDA4MDE5MWMwMDAgCS91c3IvbG9jYWwvZGlhYmxvLWpk
azEuNS4wL2pyZS9saWIvYW1kNjQvbGlidmVyaWZ5LnNvCjB4MDAwMDAwMDgwMWEyYjAwMCAJL3Vz
ci9sb2NhbC9kaWFibG8tamRrMS41LjAvanJlL2xpYi9hbWQ2NC9saWJqYXZhLnNvCjB4MDAwMDAw
MDgwMWI1MzAwMCAJL3Vzci9sb2NhbC9kaWFibG8tamRrMS41LjAvanJlL2xpYi9hbWQ2NC9saWJ6
aXAuc28KMHgwMDAwMDAwODAwNTBhMDAwIAkvbGliZXhlYy9sZC1lbGYuc28uMQoKVk0gQXJndW1l
bnRzOgpqdm1fYXJnczogLURhbnQuaG9tZT0vdXNyL2xvY2FsL3NoYXJlL2phdmEvYXBhY2hlLWFu
dApqYXZhX2NvbW1hbmQ6IG9yZy5hcGFjaGUudG9vbHMuYW50LmxhdW5jaC5MYXVuY2hlciAtbGli
ICBqYXIgamF2YWRvYwpMYXVuY2hlciBUeXBlOiBTVU5fU1RBTkRBUkQKCkVudmlyb25tZW50IFZh
cmlhYmxlczoKSkFWQV9IT01FPS91c3IvbG9jYWwvZGlhYmxvLWpkazEuNS4wClBBVEg9L3NiaW46
L2JpbjovdXNyL3NiaW46L3Vzci9iaW46L3Vzci9nYW1lczovdXNyL2xvY2FsL3NiaW46L3Vzci9s
b2NhbC9iaW46L3Vzci9YMTFSNi9iaW46L3Jvb3QvYmluClVTRVJOQU1FPXJvb3QKTERfTElCUkFS
WV9QQVRIPS91c3IvbG9jYWwvZGlhYmxvLWpkazEuNS4wL2pyZS9saWIvYW1kNjQvc2VydmVyOi91
c3IvbG9jYWwvZGlhYmxvLWpkazEuNS4wL2pyZS9saWIvYW1kNjQ6L3Vzci9sb2NhbC9kaWFibG8t
amRrMS41LjAvanJlLy4uL2xpYi9hbWQ2NApTSEVMTD0vYmluL3NoCkRJU1BMQVk9OjAuMApIT1NU
VFlQRT1GcmVlQlNECk9TVFlQRT1GcmVlQlNECkFSQ0g9YW1kNjQKTUFDSFRZUEU9dW5rbm93bgoK
U2lnbmFsIEhhbmRsZXJzOgpTSUdTRUdWOiBbbGlianZtLnNvKzB4N2RlNjUwXSwgc2FfbWFza1sw
XT0weGZmZmZmZmZmLCBzYV9mbGFncz0weDAwMDAwMDAyClNJR0JVUzogW2xpYmp2bS5zbysweDdk
ZTY1MF0sIHNhX21hc2tbMF09MHhmZmZmZmZmZiwgc2FfZmxhZ3M9MHgwMDAwMDAwMgpTSUdGUEU6
IFtsaWJqdm0uc28rMHg2ZjMwMzBdLCBzYV9tYXNrWzBdPTB4ZmZmZmZmZmYsIHNhX2ZsYWdzPTB4
MDAwMDAwNDIKU0lHUElQRTogW2xpYmp2bS5zbysweDZmMzAzMF0sIHNhX21hc2tbMF09MHhmZmZm
ZmZmZiwgc2FfZmxhZ3M9MHgwMDAwMDA0MgpTSUdJTEw6IFtsaWJqdm0uc28rMHg2ZjMwMzBdLCBz
YV9tYXNrWzBdPTB4ZmZmZmZmZmYsIHNhX2ZsYWdzPTB4MDAwMDAwNDIKU0lHVVNSMTogW2xpYmp2
bS5zbysweDZmMzBjMF0sIHNhX21hc2tbMF09MHgwMDAwMDAwMCwgc2FfZmxhZ3M9MHgwMDAwMDA0
MApTSUdVU1IyOiBbbGlianZtLnNvKzB4NmYzMDMwXSwgc2FfbWFza1swXT0weGZmZmZmZmZmLCBz
YV9mbGFncz0weDAwMDAwMDQyClNJR0hVUDogW2xpYmp2bS5zbysweDZmMWIzMF0sIHNhX21hc2tb
MF09MHhmZmZmZmZmZiwgc2FfZmxhZ3M9MHgwMDAwMDAwMgpTSUdJTlQ6IFtsaWJqdm0uc28rMHg2
ZjFiMzBdLCBzYV9tYXNrWzBdPTB4ZmZmZmZmZmYsIHNhX2ZsYWdzPTB4MDAwMDAwMDIKU0lHUVVJ
VDogW2xpYmp2bS5zbysweDZmMWIzMF0sIHNhX21hc2tbMF09MHhmZmZmZmZmZiwgc2FfZmxhZ3M9
MHgwMDAwMDAwMgpTSUdURVJNOiBbbGlianZtLnNvKzB4NmYxYjMwXSwgc2FfbWFza1swXT0weGZm
ZmZmZmZmLCBzYV9mbGFncz0weDAwMDAwMDAyCgoKLS0tLS0tLS0tLS0tLS0tICBTIFkgUyBUIEUg
TSAgLS0tLS0tLS0tLS0tLS0tCgpPUzpGcmVlQlNECnVuYW1lOkZyZWVCU0QgNi4xLVJFTEVBU0Ug
RnJlZUJTRCA2LjEtUkVMRUFTRSAjMDogRnJpIFNlcCAgOCAxMzoxMTowMyBFU1QgMjAwNiAgICAg
cm9vdEBob3N0bmFtZTovdXNyL29iai91c3Ivc3JjL3N5cy9LRVJOQ09ORiBhbWQ2NApybGltaXQ6
IFNUQUNLIDUyNDI4OGssIENPUkUgaW5maW5pdHksIE5PRklMRSA3MjM2CkNQVTp0b3RhbCAxIGFt
ZDY0IDNkbm93CgpNZW1vcnk6IDRrIHBhZ2UsIHBoeXNpY2FsIDQ0NDc4OGsKCnZtX2luZm86IEph
dmEgSG90U3BvdChUTSkgNjQtQml0IFNlcnZlciBWTSAoZGlhYmxvLTEuNS4wXzA3LWIwMCkgZm9y
IGZyZWVic2QtYW1kNjQsIGJ1aWx0IG9uIEp1biAxMyAyMDA2IDExOjMxOjM0IGJ5IHRydWsgd2l0
aCBnY2MgMy40LjQgW0ZyZWVCU0RdIDIwMDUwNTE4Cgo=
------=_Part_43619_23088039.1158104348545
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"
------=_Part_43619_23088039.1158104348545--
|
| |
|
| |
 |
| |
 |
Index ‹ java-programmer |
- Next
- 1
- NullPointerException in javax.swing.JComponent.reshapeI sometimes get the following exception in my GUI. It is not always
reproducible, so I don't know when it throws this exception. Any idea
what could be the problem?
java.lang.NullPointerException
at javax.swing.JComponent.reshape(JComponent.java:3507)
at java.awt.Component.setBounds(Component.java:1664)
at java.awt.Component.move(Component.java:1541)
at java.awt.Component.setLocation(Component.java:1533)
at javax.swing.JViewport.setViewPosition(JViewport.java:1075)
at
javax.swing.JViewport.scrollRectToVisible(JViewport.java:396)
at
javax.swing.JComponent.scrollRectToVisible(JComponent.java:2636)
at com.sun.forte.st.mpmt.AnTable$1.run(AnTable.java:651)
at
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
- 2
- Can javac do macro (conditional) compilation?In C/C++ we can do
for example:
#ifdef VERSION_1
// write version 1 codes here
...
#else
// write version 2 codes here
...
#endif
Then when we compile the code with -D option
gcc -DVERSION_1 input_filename.c -o output_filename
This will compile the codes in version 1
gcc input_filename.c -o output_filename
This will compile the codes in version 2
I am just wonder can I use -J option in javac?
If I can, then how do I write the syntax in java codes?
- 3
- 4
- Java Bytecode to Native executable to Protect IPHi
Looking for a java bytecode compiler that will compile java byte code to a
windows self executable file. Reason is to protect intellectual property. I
realise that JET may be able to do that, but the full version is not free
and seems too taxing on the hard drive space. So anyone know of a free
bytecode compile that is simple to use.
Thanks in advance
Regards
AaA
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.716 / Virus Database: 472 - Release Date: 5/07/2004
- 5
- Need Java professionalsDear Mr. / Ms,
Hope you are doing fine.
This is Kumar, from Javaji System Solutions Pvt. Ltd. striving to
assist the IT professionals to meet the better opportunity available
in today's IT world.
Below are the permanent job openings on Web Development With our
client in Germany which are all English speaking positions.
Our client is one of the leading Internet destinations operating a
network of websites in seven languages in Europe and the USA. The
company's combination of search, communication services, online
communities, content channels, Internet access, shopping, homepage
building and domain names registration addresses a wide range of
target groups. Our client in European Network provides an attractive
medium not only for consumers but also for advertisers and e-commerce
partners. With a wide network of websites covering Austria, Denmark,
France, Germany, Great Britain, Italy, the Netherlands, Spain,
Switzerland and the USA, Our client has a large geographical reach in
Europe and Northern America.
1. Senior Technical Manager (Java) Communities
2. Technical Project Manager
3. Technical Project Manager CRM&Billing
4. Senior Software Architect
5. Senior Java-Developer Communities
6. Passionierter Developer Communication Product
Please send your updated profile with the following details.
Latest Photo, Expected Salary (In Euros), Availability date, Contact
No's (telephone/Mobile), willing to relocate (Y/N)
Thanks/Regards
Kumar
Re-source coordinator
Javaji System Solutions Pvt. Ltd.,
+44-208-090 2178
email***@***.com
- 6
- JSpinner with DateModel, setValue not working ?Hi,
I wrote a JSpinner-based Class that I use as a Time Chooser.
The spinner has a DateModel.
My problem is that the setValue does not work : the content of the
spinner is not updated.
Any clue, any one ?
thanks in advance,
--P
the TimeSpinner Class :
package fr.heartbit.viewer;
import javax.swing.*;
import javax.swing.event.*;
import java.text.*;
import java.awt.*;
import java.util.*;
import java.awt.event.*;
import javax.swing.text.*;
public class TimeSpinner
extends JSpinner {
JFormattedTextField tf;
public TimeSpinner(){
super();
final SpinnerDateModel model = new SpinnerDateModel();
this.setModel(model);
JSpinner.DateEditor editor = new
JSpinner.DateEditor(this,"HH:ss:mm");
this.setEditor(editor);
tf = ((JSpinner.DateEditor)this.getEditor()).getTextField();
tf.setEditable(true);
tf.setBackground(Color.white);
tf.setSelectionColor(Color.blue);
tf.setSelectedTextColor(Color.white);
DefaultFormatterFactory factory =
(DefaultFormatterFactory)tf.getFormatterFactory();
DateFormatter formatter =
(DateFormatter)factory.getDefaultFormatter();
formatter.setAllowsInvalid(false);
}
}
- 7
- Application wide variables with Tomcat/AxisHello,
I have installed axis on Tomcat and a few WebServices.
My Problem: I want to have a >>APPLICATION WIDE OBJECT<<, which you can
reach from a WebService as well as a Java Application which is running
on this server.
I would like to have something similar to the Session Object on a Web
Page where you can add and remove items.
Scenario:
-------------
The Programm Codes who share a Class called MyQueue, which is a Class
which holdes
all the processes.
WebService1(Pseudo Code)/**Fills Queque with new Datasets*/
public boolean fillQueue(int GUID, String ProcId){
MyQueue myqueue = getLivingQueue(); //This function shell give
me the actual queque,
//NOT a new one!!
MyQueueDataset oneDataSet= myqueue.create() ;//Create a new
DataSet
//in the Queue.
oneDataSet.setProcId(ProcId);
oneDataSet.setGUID(GUID);
oneDataSet.setStatus("InQueue");
...
return true;
}
WebService2:(Pseudo Code)/*Find out Status of certain Queque*/
public String getStatusOfGUID(int GUID){
MyQueue myqueue = getLivingQueue(); //This function shell give
me the actual queque,
//NOT a new one!!
MyQueueDataset oneDataSet = myqueue.getByGUID(GUID);
return oneDataSet .status;
}
A Job:(Pseudo Code)/*Try to proceed DataSets which havent proceede
yet*/
Class Watcher(){
int static main(){
...
MyQueue myqueue = getLivingQueue();
while(1==1){
ArrayList allJobsNotDone =
myqueue.getAllDataSetsWhichAreNotSuccessFullProceedd()
while(allJobsNotDone.hasNext() ){
MyQueueDataset notJetSuccesfullProceedeJob =
allJobsNotDone.next();
//Now we call a function which lets say try to put the values
//of notJetSuccesfullProceedeJob into a database.
proceed(notJetSuccesfullProceedeJob );
}
}
}
}
Is this possible just with Tomcat?
Do I need a Messaging System (JMS) or something?
I would appreciate help very much.
Thanks in advanced,
Peter
- 8
- 9
- SSL socket in MS SDK 4.0Is there a way to create a an SSL socket using Microsoft SDK 4.0? If
not is it possible to get Suns javax.net.ssl to work with jview?
Any help would be appreciated.
- 10
- Encrypt Text?What's the best method of text encryption if I wanted to store passwords in
an XML file? Are there any in-built functions of the API which would allow
me to store a key in code and encrypt and decrypt text using this key?
P.S. The project isnt high security so I'm not overly concerned about it
being breakable :)
- 11
- [struts] ActionForm design questionHi,
I've wrote a java application (not a web application) which containg
some bean used extensively in the application.
Now I would like to reuse those bean inside a struts based web
application.
In struts a bean supporting a form must extend ActionForm. I would like
to reuse the beans written for the first application. Is it possible in
some way???
The only way that i saw is to use Bean.Utilis.copyProperties in order
to copy a bean into another.
- 12
- Connecting to db2/400 of AS400 through java throwing SQLExceptionHello,
I am trying to connect to db2/400 of as400 through java in WDSC.
I am usinf the driver ->
com.ibm.db2.jcc.DB2Driver
I have put the db2jcc.jar and db2jcc_license_c.jar in classpath.
I am not ableto connect with db2/400
The code for connecting to the database is follows-->
******************************************************************************
//Connect to a database
try
{
Connection conn = DriverManager.getConnection
("jdbc:db2:192.168.0.10","SAVITA","SAVITA");
}
catch (SQLException e)
{
System.out.println("SQL Exception: ");
}
*******************************************************************************
I am getting the following run time error
SQL Exception
....................................................................................................
Do I have to use other url apart from jdbc:db2:192.168.0.10
I have used jdbc:db2:S650B66E
where S650B66E=system name
In the actual code instead of 192.168.0.10 they have used databasename.
My requirement is , to call stored procedure from db2/400 of as400.
Firstly how do I connect to db2/400?
Can please any body help me out.
Thanks
Regards
Savita
- 13
- if and else statementsDavid Postill wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> In article <email***@***.com>, on Wed, 10 Dec 2003 15:09:18 -0500, "Dale King"
> <email***@***.com> wrote:
>
> | "Devin Panchal" <email***@***.com> wrote in message
> | news:2uHBb.2124$email***@***.com...
> | > calm down man. i'm not angry.
> | > i reckon u guys r the soundest people ever. if i came across as angry,
> | then
> |
> | Go back and read your posts. You basically cussed out Thomas for simply
> | pointing out very politely that you should cross-post not multi-post.
> |
> | > i'm sorry. i just dont see y evry1 gotta start this big chain of emails,
> | > just cos i did a multi-post. i mean come on man. does it really matter? is
> | > it really worth losing sleep over?
> | > y dont ya'll chill out? yor like a bunch of whining babies. someone else
> | > will do it tomorow. i made a mistake, i'll try not to do it again. ;)
> |
> | Once again everyone is not upset that you multi-posted instead of
> | cross-posted. That is a common occurrence and when it happens someone will
> | very kindly tell the newbie that they should cross-post instead and that it
> | is better for all involved.
> |
> | What everyone is upset about is YOUR reaction to being told that you should
> | cross post and your attitude that basically says have a right to demand
> | help. You receive help as a favor from other people. No one here is getting
> | paid to answer your questions. Therefore you should be respectful of others.
> | You can show that respect by being considerate of their time by not
> | multi-posting. And you also show respect by listening to what they tell you.
> | If someone tells you that it is a bad idea to multi-post you don't cuss them
> | out. As others have said, if you don't respect others in the group, then you
> | are less likely to receive assistance in the future.
>
> Hmm. Well he is only 17 so what do you expect? The youth of today just don't
> have any manners <grin>.
>
> And he can't even get his own name right. It is "Sunit" not "Devin".
>
> He wants to be an airline pilot...
>
> And he lives in Coventry.
Airline pilot?
<shudder>
<images scenario:>
SUNIT: Air traffic control, this iz Sunit 571 coming in 4 landing.
ATC: Sunit 571, you haven't received clearance to land.
SUNIT: I need 2 land!!!!!!!!! I don't give a sh1t about th0se other planes.
ATC: Denied. Go into circling pattern west of approach.
SUNIT: u bunch of whining babies. all i want 2 do is land. I am coming
in2 land now.
[CRUNCH! 700 people die]
SUNIT is led from the smoking wreckage, having a tantrum.
SUNIT: waaaaaaaaaah!
POLICE: I am arresting you for willful negligence and violation of the
aviation act 1937.
SUNIT: whas u'r problem u big baby? i got 2 land! i got 2 laaaaand!!!
thx for u'r help anyway.
SUNIT is led to a police cell and taught the manners his mother forgot.
- 14
- unsigned shift confusionHi, I'm testing the unsigned shift operator in Java. Unfortunately, the
value I predicted for the output is 2^17 (131072), not 2^17 - 1
(131071). See below:
"""
class unsignedshift {
public static void main(String args[])
{
int a = -10;
String bs1;
a = a >>> 15;
bs1 = Integer.toBinaryString(a);
System.out.println(bs1);
System.out.println("The length of the binary string is " + bs1.length());
System.out.println("a = " + a);
}
}
"""
Output is:
"""
11111111111111111
The length of the binary string is 17
a = 131071
"""
Where is the difference of one coming from?
Thanks.
--
Mike
- 15
|
|
|