Jump to content
xisto Community

slapbass

Members
  • Content Count

    12
  • Joined

  • Last visited

Everything posted by slapbass

  1. maybe you should read something about java media framework (i supposed that this is wrigth name for this library).This library is reposible for handling media in java language. Probably there you will find something about playing flash movies in swing
  2. suicide wrote:I read several articals about java programming before downloading j2sdk1.4.2_05 to C directory. I wrote Hello World on wordpad and saved the program as HelloWorlApp.java. But when I tried to compile itI got this message " javac is not recognized as an internal or external comand, operable program or batch file". Please help what am i doing wrong?Thank you[if you have read some articles than You should know about setting JAVA_HOME(points to java main catalog) variable ,and adding to variable PATH %JAVA_HOME%/bin.If you do this, then your command line will see javac compiler
  3. If you want to learn some languege, then I can be only for java. Java is more claryfied than c++ and more oo of course.Knowing java is better than c++ when it comes to salary in work:)
  4. my favourite programming language is java, I also like c++ and c#.know I'm exploring Java Server Faces , java web framework, and I someone would ask me which web technology I would prefer , I can easily say that JSF is my best candidate:)
  5. in situations like this I always use parentheses, this makes thing simplier
  6. I would add some design patterns java book but which one you can choose from below:- head first design patterns - design patterns java workbook
  7. Lately i was wondering about free good web plugins for eclipse IDE. I'm using amateras project plugins: http://amateras.osdn.jp/cgi-bin/fswiki_en/wiki.cgi for some time I used myeclipse, and I think this is one of the best complex web plugin for eclipse. what do You think about lomoboz? maybe You know about some other (not web) plugins for eclipse?
  8. I'm java programmer and for today I was thinking like you, but when I saw laszlo framework, i've changed my opinion about flashhttp://www.openlaszlo.org/ now I have more respect for flash:)
  9. I'm primarily java programmer, but some years ago I used c++ as my primary programming language.I can list some(not all) features which are big adventages in java:1. garbage collector (you don't think about empty pointers)2. numerous libraries (especially open-source libraries)3. almost full object programming4. cross-platform programming and running5. you can write programs and pay nothing for licences(free IDE, free frameworks etc.)6. very big community
  10. I don't know anybody who used eclipse and then switch to netbeans... for me netbeans have too many features which I don't use , but this is only my opinion and someone else would prefer this situation.I have found information that next jbuilder wil be integrated with eclipse platform. http://forums.xisto.com/no_longer_exists/
  11. I use eclipse on my studies and in work and I'm totally satisfied. dungsport has wirtten about Netbeans, this is good tool too. In my opinion next good IDE for java is IDEA(http://www.jetbrains.com/idea/) . You can use it for free when you create some study work or open source project. When I've worked with eclipse Big disadvantage with eclipse is that this tool doesn't have good web plugin, but latelty I have found some good plugin for html/xml/jsp editing and for struts and jsf: http://amateras.osdn.jp/cgi-bin/fswiki_en/wiki.cgi
  12. "is java an easy to learn language"it depends what you want to do. basically java is one of the most easiest languages which someone can learn. It's my opinion. Ealier I've learnt some other languages like pascal or c++ (it was more than 10 years ago) , after that , when I was on ma studies I discover java, and from this time I cannot image to use another language. In my opinion beginning can be hard, because you must learn something about java virtual machine and bytecode, and of course about object programming, but later it should be better.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.