A general discussion

Sun keeps on changing the version of jdks and j2ee sdks as well as
runtime.However,there are packages offered by third party example IText that provides API for handling pdf documents.
Say for example developer of IText compiled the classes in JDK1.2 and i have runtime version which is latest.
In that case i get an error bad class name.Which mean downloading/
development effort (of third party) goes waste.
What should the third party do in this case..Should they keep observing
sun when they are changing their class versions.And do you expect them to keep recompiling and uploading their packages on site.
Is sun working for their own developers flexibility or users of sun tools?
Plz comment.

i tried this code giving error mentioned below.
* $Id: HelloWorld.java 2365 2006-09-14 22:52:48Z xlv $
* $Name$
* This code is part of the 'iText Tutorial'.
* You can find the complete tutorial at the following address:
* http://itextdocs.lowagie.com/tutorial/
* This code is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* [email protected]
package com.lowagie.examples.general;
import java.io.FileOutputStream;
import java.io.IOException;
import com.lowagie.text.Document;
import com.lowagie.text.DocumentException;
import com.lowagie.text.Paragraph;
import com.lowagie.text.pdf.PdfWriter;
* Generates a simple 'Hello World' PDF file.
* @author blowagie
public class HelloWorld {
      * Generates a PDF file with the text 'Hello World'
      * @param args no arguments needed here
     public static void main(String[] args) {
          System.out.println("Hello World");
          // step 1: creation of a document-object
          Document document = new Document();
          try {
               // step 2:
               // we create a writer that listens to the document
               // and directs a PDF-stream to a file
               PdfWriter.getInstance(document,
                         new FileOutputStream("HelloWorld.pdf"));
               // step 3: we open the document
               document.open();
               // step 4: we add a paragraph to the document
               document.add(new Paragraph("Hello World"));
          } catch (DocumentException de) {
               System.err.println(de.getMessage());
          } catch (IOException ioe) {
               System.err.println(ioe.getMessage());
          // step 5: we close the document
          document.close();
}Result in error
C:\Javapr\HelloWorld.java:21: cannot access com.lowagie.text.Document
bad class file: c:\jdk1.3.1_08\lib\itext-2.0.4.jar(com/lowagie/text/Document.class)
class file has wrong version 48.0, should be 47.0
Please remove or make sure it appears in the correct subdirectory of the classpath.
import com.lowagie.text.Document;
                        ^
1 errorI am using JDK1.3 and JRE 1.6.Plz elaborate why ?

Similar Messages

  • Flex language questions should go in the General Discussion Forum

    This forum is intended for Flex Builder questions.
    Of course you can post wherever you like, but if you want
    help, go where the helpers are.
    Tracy

    can you define what goes where then?
    General discussion sounds like thoughts, comments, hopes and
    wishes.
    Builder 2, (meaning Flex Builder 2?), seems to be the only
    area for other Flex 2 questions.
    I don't mean to be wise here, but I personally don't
    understand what a "builder 2" question is if not those that deal
    with flex 2, such as those posted here. I want to post my questions
    where they should be so that I might find help, so maybe the forum
    labelling should be re-considered or better defined.

  • Suggestion​: General Discussion​s\Off Topic Section

    hi,
    it would be great to have an off topic forum/section here for us to interact and have general discussions. almost every forum i'm a member of has an Off Topic section. we can get to know each other much better and share useful information and opinions about various topics, technology and others also. we can do the same through PM's, but getting everyone involved will feel much better.
    Make it easier for other people to find solutions, by marking my answer with \'Accept as Solution\' if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"
    I am an ex-HP Employee.

    if they start posting technical questions or spam here, then they should be banned!
    EDIT: in other news, my reputation level increased!
    Message Edited by DexterM on 01-07-2009 11:44 PM
    Make it easier for other people to find solutions, by marking my answer with \'Accept as Solution\' if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"
    I am an ex-HP Employee.

  • Welcome to the Technology-General Discussion

    Welcome to the EBS Technology General Discussion Forum. This is a forum to discuss the latest in the world of EBS Technolgy; Listen to your ideas and share them all. Specific forums for subtopics on R12/ 11i/ LCM/ SOA are already active. Hopefully this will give you a good preview to the world of EBS technology

    Hi guys,
    I am new to Oracle so I have 2 basic Technology&Software questions for an RFI, which I wasn't able to find answered for EBS R12:
    8.1 Please list any specific hardware requirements/prerequisites your company’s product may have with regards to the application & database servers, clients/workstations…
    8.2 Please list any specific software requirements/prerequisites your company’s products may have with regards to the operating system, database….
    I know it is pretty basic stuff, but would appreciate any kind of information on these topics.
    Thanks a lot!
    Denisa

  • Business Process Expert General Discussion Forum and Sap Solutions ERP- MM

    Hi Experts,
    Can somebody explains me difference between Business Process Expert General Discussion Forum and Sap Solutions-->ERP-MM. Also tell me where I can get QM Module forum.
    Full points, if helped.
    GR.
    Edited by: G R on Mar 7, 2008 9:26 AM

    Hi
    You can visit " Product life cycle management (PLM)" for QM related issue posting.
    Regards
    YMREDDY

  • Searching the Flex General Discussion returns cf error

    Hi everyone,
    I'm hoping someone from Adobe can help me out here because if
    I enter a search into the Search field in the general discussion, I
    get a cold fusion error . If necessary I can send a screenshot of
    what I get, but I can't seem to search the 'Flex General
    Discussion' for anything without getting an error telling me to
    contact the website administrator, of which I have no idea who that
    is, or how to find them on the site.
    I'm a designer/devloper who works alone and I really depend
    on these resources to help me along when I need help, but not being
    able to search the forum is becoming a real problem.
    If this type of post should be done somewhere else, I
    apologize, but I have no idea how to contact the site administrator
    for the Flex Developer Center.
    Thanks in advance

    "jkpritchard" <[email protected]> wrote in
    message
    news:glsa8c$15g$[email protected]..
    > Hi everyone,
    >
    > I'm hoping someone from Adobe can help me out here
    because if I enter a
    > search
    > into the Search field in the general discussion, I get a
    cold fusion error
    > . If
    > necessary I can send a screenshot of what I get, but I
    can't seem to
    > search the
    > 'Flex General Discussion' for anything without getting
    an error telling me
    > to
    > contact the website administrator, of which I have no
    idea who that is, or
    > how
    > to find them on the site.
    >
    > I'm a designer/devloper who works alone and I really
    depend on these
    > resources
    > to help me along when I need help, but not being able to
    search the forum
    > is
    > becoming a real problem.
    >
    > If this type of post should be done somewhere else, I
    apologize, but I
    > have no
    > idea how to contact the site administrator for the Flex
    Developer Center.
    I always use the Advanced Search, which sort of works.

  • Impossible to post thread into PeopleSoft General Discussion

    Hi,
    It seems the link Post New Thread into the new forum PeopleSoft General Discussion , doesn't work. It doesn't give a post form, but redirect to the Peoplesoft forum itself.
    Nicolas.

    Same problem seems appear on all the new forums...
    Nicolas.

  • Welcome to the Mars General Discussion Forum

    Welcome to the Mars General Discussion forum. Please use this
    forum to discuss Mars and supporting content on Adobe Labs.

    for a second i thought about the planet... heheheh
    "Nancy - Adobe Comm. Expert" <[email protected]>
    escreveu na mensagem
    news:ehnm89$949$[email protected]..
    > Thanks, Andres! I missed it somehow! :)
    > Nancy
    >
    > "Andres Cayon" <[email protected]> wrote in
    message
    > news:ehn94t$naf$[email protected]..
    >>
    http://labs.adobe.com/wiki/index.php/Mars
    >> 8-)
    >> --
    >> Andres Cayon
    >>
    http://www.dwug.es
    >> ---------------------------------------
    >> "Nancy - Adobe Comm. Expert"
    <[email protected]> escribió en el mensaje
    >> news:ehmo1n$3o3$[email protected]..
    >>> Okay .. I'll bite. I've been to Labs and seen
    the mobile authoring link
    >>> and the Flex 2 for Mac link .. what is Mars?
    >>>
    >>> Nancy Gill
    >>> Adobe Comm. Expert for Dreamweaver
    >>>
    >>> "Daniel T" <[email protected]>
    wrote in message
    >>> news:ehmcsk$lb1$[email protected]..
    >>>> Welcome to the Mars General Discussion
    forum. Please use this forum to
    >>>> discuss Mars and supporting content on Adobe
    Labs.
    >>>
    >>>
    >>
    >>
    >
    >

  • The *Football* General Discussion Thread Part deux

    I may of killed the old thread by accident so please use this thread for all your football banter throughout the season.
    I guess I will start then lol
    Cor, Ryan Giggs, you know? Giggsy, isn't it? Mmm? Giggsy-wiggsy? Mmm? Oh! Ryan-y Giggsy-wiggsy. Isn't it? You know, marvellous.
    Is George Best the old Ryan Giggs? But Giggsy-wiggsy. Precocious talent, isn't he? Mmm? Ooh, got it all, you know? Speed, acceleration, sweet left foot, all the tricks - the dummy, the drop of the shoulder, the shimmy, nutmeg, jiggery-pokery, hocus pocus, abracadabra, I wanna reach out and grab ya. Steve Miller Band? Spin Doctors? Ooh, very similar.
    Diamond formation? Does anyone really know what that is? I mean, at least you knew where you were with Alf Ramsey's wingless wonders. You know? 4-4-2, 4-2-4, 4-3-3... 0898 654000, freephone double glazing?
    Oh, those Brazilians, you know? Circa 1970? Broke the mould. Theory out the window. Free expression of football. Uncategorisable. Is that a word? It is now! You know? Far cry from small boys in the park, jumpers for goalposts. Rush goalie. Two at the back, three in the middle, four up front, one's gone home for his tea. Beans on toast? Possibly, don't quote me on that. Marvellous.
    Just a quick plug before you embark on your Football chinwags,
    Make sure to join us in the Football BIngo Bonanza event for every Premiership fixture throughout the season here: http://community.eu.playstation.com/t5/General-Discussion-Sport/Football-Bingo-Bonanza-2012-2013/td-p/16781434
    If ya reckon you are good at predicting footie results then join us here in the forum league here: http://community.eu.playstation.com/t5/General-Discussion-Sport/OPC-Prediction-League-2012-13/td-p/16785418
    Alternatively you could even do the whole hog and predict the end of the season placings and scorers in this thread here: http://community.eu.playstation.com/t5/General-Discussion-Sport/Predict-the-Premier-League-Standings-2012-13/td-p/16786678
    And of course if you like your fantasy football then we have a handy thread here which you are more than welcome to join in our forum league: http://community.eu.playstation.com/t5/General-Discussion-Sport/Fantasy-Football-12-13/td-p/16787222

    shanethegooner wrote:
    *title fix* RVP will be keeping the bench warm for United, just like Owen did.  
    xLegioNx wrote:
    I bet he gets injured and gets no more than 15 goals at best.
    Apparently Alex Song is pretty much on his way out. What is happening to my team At this rate Arsenal will have an entirely new spine to their team as it used to be Szczesny, Vermaelen, Song, RVP. Now it's looking like Szczesny, Vermaelen, M'Villa (?) and Podolski. I'm not sure how I feel about it. Definitely more worried about losing Song than RVP though  Maybe it'll do us good, we'll win the title (or any cup for that matter ) RVP will feel like a total mug and United won't win anything this season, again.  If that happened my level of joy would be on par with the invincibles season This is the first season in a long time I've felt confident about a cup. But that was before the Song rumour. Also another rumour that's interesting is the Spanish international Llorente. Although that one is a little less likely I think. And even less likely is the silly Hernandez to Arsenal rumour. While it'd probably be better for him, I can't see Fergie letting him go like that.

  • General Discussion forum

    I know these are support type forums, but I was wondering if now would be a good time to introduce a general discussion forum for non support posts, and genral"have you seen that..." posts?
    Cheers
    Alun
    "Can a leopard change it's shorts?" - T Prattchet

    I think it's a good idea to have a General Forum which could be for questions that don't fit in the categories that are showing at present.
    You could also have  say a Chillout Room where it is just for general chit chat, they are popular in some forums.
    Joan Archer
    http://crossstitcher.webs.com

  • Welcome to the Service Providers General discussion

    Welcome to the Cisco Networking Professionals Connection Service Providers Forum. This topic will provide you the opportunity to discuss issues surrounding General Service Provider solutions. We encourage everyone to share their knowledge and start conversations on issues such as storage Cable, DSL, WiMAX, and any other topic concerning SP networking.
    Remember, just like in the workplace, be courteous to your fellow forum participants. Please refrain from using disparaging or obscene language or posting advertisements.
    We encourage you to tell your fellow networking professionals about the site. If you would like us to send them a personal invitation simply send their names and e-mail addresses along with your name to us at [email protected]
    Dan Bruhn
    NetPro Community Manager

    Welcome to the Cisco Networking Professionals Connection Service Providers Forum. This topic will provide you the opportunity to discuss issues surrounding General Service Provider solutions. We encourage everyone to share their knowledge and start conversations on issues such as storage Cable, DSL, WiMAX, and any other topic concerning SP networking.
    Remember, just like in the workplace, be courteous to your fellow forum participants. Please refrain from using disparaging or obscene language or posting advertisements.
    We encourage you to tell your fellow networking professionals about the site. If you would like us to send them a personal invitation simply send their names and e-mail addresses along with your name to us at [email protected].
    Dan Bruhn
    NetPro Community Manager

  • General discussion - image handling using Java

    Hi,
    I am working on an image-processingtool over 4 month and i am a little annoyed by
    the handling of images in java/JAI.
    The differentiation between the color model, the sample model and the databuffer looks
    very nice and oop. In practice it is very complicated ...
    Try to load an image ... convert this to an gray-image and then do some operations onto
    this image under the restriction, that the values of each pixel should be minimal 16bits long.
    I found each class i should use to create such an buffered image. I do so ... but the result is
    not the one I suggest.
    The support of 16/32bit per pixel images is in general not the best at the core jdk.
    The JAI-library provide better support on the first look but there you got to know much knowledge
    how to use the library(the api is not very self documentating).
    One one side I though .. hey why you don't let the images be images and only work with Raster's?
    But you can't do any JAI-operation on a Raster nor can't you create a image only with the raster itself.
    There you end up in difficult merge conflicts with rasters, buffered images or planar images and the
    precission of 16/32 bits per pixel or only 8 bits.
    For me as a practical user of java.awt.image and jai the complicated usage of those classes in the cases
    I described was not the best sign. I don't got the time to read books about color models, sample models etc.
    to write an app which should do "only simple edge detecting ops".
    So maybe in future releases of the jdk this point of view can be noticed.
    Greetings,
    Olek

    As I remember Studio4 place resource files under
    project folder in the .jar file. If you working on
    "sampleproject", and place a pic/splash.png into .jar
    you can reach it like
    Image image =
    Image.createImage("sampleprojec/pic/splash.png");
    I'm not sure, but you could simple check it if you
    look into .jar file.How do I look into the .jar file? Open it in notepad and try and decipher the text, in there it says "res/player.png", but I've tried that, I've tried "/res/player.png", "player.png", "/player.png", "/bin/game/player.png","/bin/game/res/player.png" nothing works, actually I can't compile anything now either - the world has all gone wrong.....

  • Sockets general discussion!

    Hi,
    I have implemented a chat system using Flash Sockets.
    I want to know if client sockets in the Flash Web Application can be blocked by Firewalls/browsers/O.S. security settings or not?
    As an information flash file is requesting the socket to the same domain where flash file is residing.
    Also I would like to read more on this subject, so it will be nice if you can provide me some link....

    I think it's a good idea to have a General Forum which could be for questions that don't fit in the categories that are showing at present.
    You could also have  say a Chillout Room where it is just for general chit chat, they are popular in some forums.
    Joan Archer
    http://crossstitcher.webs.com

  • Is photoshop general discussion forum dysfunctional

    Does anybody know a reason why the Photoshop General Forum may not be fully functional (since 13 hours ago it seems from the time of the last post)?
    Edit: The Reply-option seems to be missing in the threads.

    Clearly!    But I am a decent engineer.
    I can put my name on things proudly and I don't have to put effort into remembering what story I told whom and that's priceless!
    Underpromise and overdeliver.  Build a better mousetrap...  Yada yada.
    -Noel

  • Question - Not General Discussion

    Why can I not get to the page to ask a question - instead of just "Start a New Discussion"
    ????

    The term "discussion" in that context just means 'thread', as in start a thread.
    When you compose the initial post of the thread, there's a box you can check that says:
    "  Mark this discussion as a Question —  this encourages people to answer for points and helps you track answers".            
    What part of that is hard to understand for you?

Maybe you are looking for

  • How to use structure in ABAP program

    I developing a report in smartforms but i want some fields to be display on the report but unable to find the relvent table as the field is show in structure.i can not find the actual table . is there any specfic way to find the table .or is there an

  • APP (f110 ) for customers

    Can we process the APP  (f110 ) even for customers. If yes how can we and in which situation. Kindly answer me...... Regards, Afreen.

  • Using frames for Flash content

    I have to say I don't like frames at all, but I want to do the following and I'm not sure how to achieve it.... I have an XHTML site which I want music playing on continuously. The front page has a Flash jukebox on it, but subsequent pages obviously

  • Unable to Uninstall Itunes due to not being able to find the folder

    I can't uninstall my Itunes from my laptop to install the new one and it is saying that they can't find the folder,is there anyway i can fix this?

  • Which movies will front row play.

    My itunes library is on an external disc, however some large movies are put into my itunes libraries as QT reference files to movies held on another external HD. This all works very well in itunes, although sometimes there is a slight delay while itu