Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Convert hex to ascii(Convert)
Convert hex to ascii [message #528676] Wed, 21 April 2010 13:05 Go to next message
Christer Nilsson is currently offline Christer NilssonFriend
Messages: 3
Registered: April 2010
Junior Member
In my report I have one column with a hex string. I want to convert that string to ascii so everyone can understand that column in the report.

Can anyone help me with that?
Re: Convert hex to ascii [message #528700 is a reply to message #528676] Wed, 21 April 2010 14:11 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 4/21/2010 7:05 AM, Christer Nilsson wrote:
> In my report I have one column with a hex string. I want to convert that
> string to ascii so everyone can understand that column in the report.
> Can anyone help me with that?
>

Google is your friend. I searched for "java convert hex ascii" and found
lots of sources for help on this.
Re: Convert hex to ascii [message #528868 is a reply to message #528700] Thu, 22 April 2010 08:53 Go to previous messageGo to next message
Christer Nilsson is currently offline Christer NilssonFriend
Messages: 3
Registered: April 2010
Junior Member
Thank You for your answer.

That is my problem. There is to many. Is it Java script I am looking for? And where do I put the script in Eclipse?
Re: Convert hex to ascii [message #528948 is a reply to message #528868] Thu, 22 April 2010 13:23 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 4/22/2010 2:53 AM, Christer Nilsson wrote:
> Thank You for your answer.
>
> That is my problem. There is to many. Is it Java script I am looking
> for? And where do I put the script in Eclipse?

Answering this puts me a little out of my depth, but basically, you
should be doing a web app (Dynamic Web Project) and putting your .js
files down under WebContent (this Eclipse WTP's default name; you might
call it web or webroot, etc.). Mine have been on the path
<project-name>/WebContent/scripts. From there, you refer to them from
your HTML/JSP pages.

Russ
Re: Convert hex to ascii [message #529181 is a reply to message #528948] Fri, 23 April 2010 10:16 Go to previous messageGo to next message
Christer Nilsson is currently offline Christer NilssonFriend
Messages: 3
Registered: April 2010
Junior Member
Still need help!
Re: Convert hex to ascii [message #529226 is a reply to message #529181] Fri, 23 April 2010 14:08 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 4/23/2010 4:16 AM, Christer Nilsson wrote:
> Still need help!

I think the lack of information is inhibiting our giving advice. Is this
a JavaScript that's supposed to work on the client (browser)? Why can't
it be done in Java on the server side? Etc. Please describe your
application.
Re: Convert hex to ascii [message #529495 is a reply to message #529181] Mon, 26 April 2010 07:09 Go to previous message
HagenFriend
Messages: 90
Registered: April 2010
Member
On 04/23/2010 12:16 PM, Christer Nilsson wrote:
> Still need help!

http://catb.org/~esr/faqs/smart-questions.html
Previous Topic:Several questions
Next Topic:ClassNotFoundException
Goto Forum:
  


Current Time: Thu Apr 25 01:54:45 GMT 2024

Powered by FUDForum. Page generated in 0.07816 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top