• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

javax.comm in vj++6.0

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all
I succeeded in compiling the samples in jdk1.3 but failed in vj++6.0. How to do it ??
I need Vj++3.0 to improve speed .Who can help me??
 
Bartender
Posts: 2205
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Chrono",
Please change your name to comply with the naming policy to which you agreed when you registered here..


For your publicly displayed name,
use a first name, a space, and a last name.


You can change your name here:
here

You can also find the naming policy here:
http://www.javaranch.com/name.jsp
Thank You!
 
Chrono Wren
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok but who can help me?
 
Rob Ross
Bartender
Posts: 2205
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, I'm not that familiar with current versions of J++. You do realize, don't you, that the MS version of Java is stuck in a time warp with the 1.1.4 version of the JDK, and will not be updated, for a variety of reasons.
So any work you do with J++ is not going to be "mainstream" Java, and certainly won't work with JDK 1.3. I'd suggest you look at a more Java-friendly IDE; there are dozens to choose from, and many have free versions available.
 
Chrono Wren
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know but I need a fast speed to execute the software so I must choose vj++ could you try it and help me ??
BTW: I Think jdk1.1 is good enough to do my job .
 
Rob Ross
Bartender
Posts: 2205
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What are you trying to execute, a java application, or your IDE? What are you finding too "slow?"
The modern JVMs are optimized and use Just-in-time compilers (JIT) that make many operations rival the speed of compiled C++ code.
If you want a fast IDE, I've found JBuilder to be pretty good. If you just want to write fast java code, I'd suggest you get a book on Java performance.
Performance in a java app doesn't have to be an "issue" anymore.
 
Chrono Wren
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you
I have downloaded the jbuilder5.
But how to add javax.comm???
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic