TweetFollow Us on Twitter

Aug 96 Top 10
Volume Number:12
Issue Number:8
Column Tag:Symantec Top Ten

Symantec Top 10

By Rick Hartmann

Note: Source code files accompanying article are located on MacTech CD-ROM or source code disks.

With all the excitement about Java, and the recent release of Symantec Café for Macintosh, we thought we would devote this issue of the Symantec Top Ten to Java.

(As this article goes to press there are updates to Café and Sun’s Java Development Kit for Macintosh soon to be released. Due to the rapid development cycle of these Java products, there will likely be numerous changes and bug fixes during this phase. Please read the release notes for the latest version of Café to determine if a specific problem has been resolved, and check the Café Web site, http://cafe.symantec.com, for the latest news regarding Java and Café.)

Q: Sometimes when I double-click on a C++ project, I get the Café Version of the Project Manager. Why?

A: The standalone Café Project Manager will soon be integrated into the Symantec Project Manager along with C++, C, and Pascal. Therefore the creator type was left the same as the SPM. This may cause some confusion until then, so if you have both Symantec Project Manager for C++ and Café, you should get in the habit of dragging project files directly to the Café icon or an alias on the desktop with a name that identifies it as the Café Project Manager.

Q: When I try to use java.net.ServerSocket or java.net.Socket, etc., I am getting a Java runtime error:

 Can't get watchdog proc

What is wrong?

A: The Macintosh Java virtual machine does not correctly handle the java.net package as of this writing. We expect an update from Sun that will correct this well before you read this. There is currently no workaround.

Q: My applet’s mouseMove() function is getting called continuously, even when the mouse does not move. Why?

A: This is an AppletViewer problem. Try dragging the HTML file from your applet project onto a Java-enabled browser instead.

Q: My applet behaves differently depending on whether I run it in the AppletViewer or in Netscape. Why?

A: There are a good number of quirks with the AppletViewer right now. Both products are beta. As these products mature and reach their final versions, we expect their behavior to be more consistent.

Q: Choosing the default font in Café Studio seems to cause a runtime error:

java.lang.NullPointerException
at java.awt.Font.<init>(Font.java)
at studio.init(studio.java:101)
at sun.applet.AppletPanel.run(AppletPanel.java)
at java.lang.Thread.run(Thread.java)

How do I fix this?

A: Studio generates the following:

 myItemfont = new Font(null, Font.PLAIN, 9); 

The first parameter must be a String; hence the exception. In the next release this will be changed to:

 myItemfont = new Font("", Font.PLAIN, 9); 

Q: Why am I getting this compile error?

Error: File Foo.class does not contain Foo as expected, but java.Apackage.Foo. Please remove the file.

A: You forgot to import java.apackage.foo.

Q: I renamed my Java application’s HelloWorld.java source file to foo.java, and also changed public class HelloWorld to public class foo; but now when I choose Run from the Project Manager, I get:


Could not complete the last command because the file was not found... -43


or:

Could not complete the last command because the AppleEvent was not handled... -1708

What did I forget?

A: Under the Project menu, in Options: Project Type, you must set the “main() class” popup to the name of your class that contains the main() method.

Q: When I run my Java application, I get this error in the stderr window:

java.lang.IllegalAccessException: ClassName
at sun.applet.AppletPanel.run(AppletPanel.java)
at java.lang.Thread.run(Thread.java)
java.lang.NullPointerException
at sun.applet.AppletPanel.run(AppletPanel.java)
at java.lang.Thread.run(Thread.java)

The stdout window contains this message:

load: ClassName is not public or has no public constructor.

What is wrong?

A: Your project type was set to be an applet instead of an application. Go to the Project menu and choose Options. Click on the Project Type. Set the Program Type radio button to Application and make sure the “main() class” popup menu is set to your class name that contains your main() method.

Q: When I try to run the StdinTest program from the Introduction to Java demos, it hangs my system. Why?

A: The current version of the Macintosh Java virtual machine is not doing standard (keyboard) input correctly. We expect Sun to correct this soon. It will probably be functional by the time you read this. Check our Web page for the latest information on these issues.

Q: How do I save the stdout and stderr windows to a file? Can I redirect stdout and stderr to files, like I can with C and C++?

A: Yes to both questions. Launch the AppletViewer. From the Apple menu select the Java Runtime menu. It contains menu items for both redirection of stdout and stderr as well as a Save Text Window item for the frontmost text window.

Q: I drag the applet class file on the AppletViewer and I get an error. How do I run applets?

A: Applets are designed to be run within the context of a Web browser that supports the Java virtual machine. You must first create a Web page with the proper HTML tags for your applet. At a minimum, for an applet to run, you’ll need:

 <applet code = myAppletName width=300 height=400>
 </applet>

You can then drag the HTML file on the AppletViewer or a Java-enabled browser.

Thanks to Andy McFarland, Kevin Quah, Scott Morison, Noah Lieberman, Michael Hopkins, Levi Brown, Glenn Austin, Steve Howard, Craig Conner, Chris Prinos, Peter Fry, and Mark Baldwin for their contributions to this article.

 
AAPL
$445.15
Apple Inc.
+3.01
MSFT
$34.27
Microsoft Corpora
+0.12
GOOG
$873.32
Google Inc.
-9.47

MacTech Search:
Community Search:

Software Updates via MacUpdate

Evernote 5.1.1 - Create searchable notes...
Evernote allows you to easily capture information in any environment using whatever device or platform you find most convenient, and makes this information accessible and searchable at anytime, from... Read more
SketchUp 13.0.3688 - Create 3D design co...
SketchUp is an easy-to-learn 3D modeling program that enables you to explore the world in 3D. With just a few simple tools, you can create 3D models of houses, sheds, decks, home additions,... Read more
Flavours 1.0.8 - Create and apply themes...
Flavours allows users to create, apply, and share beautifully designed themes. Classy - Give your Mac a gorgeous new look by applying delicious themes! Easy - Unleash your creativity and make your... Read more
GarageSale 6.6b10 - Create outstanding e...
GarageSale is a slick, full-featured client application for the eBay online auction system. Create and manage your auctions with ease With GarageSale, you can create, edit, track, and manage... Read more
Twitter 2.2.1 - Official Twitter client...
Twitter (was Tweetie) is a Twitter client with a variety of features. Important Note: As of January 2011, AteBit's Tweetie application has been acquired and renamed by Twitter. Version 1.2.8 of the... Read more
SteerMouse 4.1.6 - Powerful third-party...
SteerMouse is an advanced driver for USB and Bluetooth mice. It also supports Apple Mighty Mouse very well. SteerMouse can assign various functions to buttons that Apple's software does not allow,... Read more
Google Chrome 27.0.1453.93 - Modern and...
Google Chrome is a Web browser by Google, created to be a modern platform for Web pages and applications. It utilizes very fast loading of Web pages and has a V8 engine, which is a custom built... Read more
Labels & Addresses 1.6.5 - Powerful...
Labels & Addresses is a home and office tool for printing all sorts of labels, envelopes, inventory labels, and price tags. Merge-printing capability makes the program a great tool for holiday... Read more
Delicious Library 3.0.2 - Import, browse...
Delicious Library allows you to import, browse, and share all your books, movies, music, and video games with Delicious Library. Run your very own library from your home or office using our... Read more
KeyCue 6.5 - Displays all menu shortcut...
KeyCue helps you to use your OS X applications more effectively. Just hold down the Command key for a while - KeyCue comes to help and shows a table of all currently available keyboard shortcuts.... Read more

Rhapsody Plays A New Visual Tune In The...
Rhapsody Plays A New Visual Tune In The Latest Update Posted by Andrew Stevens on May 24th, 2013 [ permalink ] iPad Only App - Designed for the iPad | Read more »
Bondsy Lets Friends Trade Their Stuff Pr...
Bondsy Lets Friends Trade Their Stuff Privately Posted by Andrew Stevens on May 24th, 2013 [ permalink ] iPhone App - Designed for the iPhone, compatible with the iPad | Read more »
Wander Wheel Hands You An Itinerary, Tel...
Wander Wheel Hands You An Itinerary, Tells You To Be Spontaneous Posted by Andrew Stevens on May 24th, 2013 [ permalink ] | Read more »
Flick Transfers Files To Other Devices W...
Flick Transfers Files To Other Devices With A Simple Flick Of Your Finger Posted by Andrew Stevens on May 24th, 2013 [ permalink ] | Read more »
Guitar! by Smule Strums Onto The App Sto...
Guitar! by Smule Strums Onto The App Store Posted by Andrew Stevens on May 24th, 2013 [ permalink ] Universal App - Designed for iPhone and iPad | Read more »
Redline Rush – Avoid The Toll Booth On T...
Redline Rush – Avoid The Toll Booth On This Now Free Endless Racer Posted by Andrew Stevens on May 24th, 2013 [ permalink ] | Read more »
Kite Surfer Review
Kite Surfer Review By Rob Rich on May 24th, 2013 Our Rating: :: MAKE SOME WAVESUniversal App - Designed for iPhone and iPad Kite Surfer looks good and controls great, although it’s also a little light on content.   | Read more »
Spottlife Review
Spottlife Review By Lee Hamlet on May 24th, 2013 Our Rating: :: CATEGORIZE YOUR SOCIAL LIFEiPhone App - Designed for the iPhone, compatible with the iPad Spottlife is a new way to view and interact with the world’s most popular... | Read more »
Plasma Pig Review
Plasma Pig Review By Jordan Minor on May 24th, 2013 Our Rating: :: THAT'LL DO, PIGUniversal App - Designed for iPhone and iPad This porky pig needs a light touch.   | Read more »
Hipstamatic Oggl Review
Hipstamatic Oggl Review By Chris Kirby on May 24th, 2013 Our Rating: :: HIP YET AGAIN Remember Hipstamatic? It’s back with a host of features to challenge the likes of Instagram.   Developer: Hipstamatic Price: Free Version... | Read more »

Price Scanner via MacPrices.net

Memorial Day Weekend MacBook Pro sales, up to $200...
 Save up to $200 on a 15-inch MacBook Pro this Holiday weekend at these resellers: (1) B&H Photo has 15″ MacBook Pros on sale for up to $200 off MSRP including free shipping. B&H will also... Read more
Apple drops prices on refurbished iPads and iPad m...
 Apple today dropped prices on Apple Certified Refurbished iPad 4s and iPad minis with some models now available for up to $140 off the cost of new models. Apple’s one-year warranty is included with... Read more
Should You Upgrade To OS X 10.8 Mountain Lion This...
If you haven’t upgraded to OS X 10.8 Mountain Lion by now, there’s probably a case to be made for just holding out with whatever earlier version you’re using until we see what Apple brings forth with... Read more
Apple Tops Gartner Supply Chain Top 25 Rankings Fo...
Gartner, Inc. has released the findings from its ninth annual Supply Chain Top 25. The goal of the Supply Chain Top 25 research initiative is to raise awareness of the supply chain discipline and how... Read more
7-inch Tablets: What User Experience Benchmarks Sh...
A new Tablet User Experience Research survey by Pfeiffer Consulting indicates that user experience with tablets and smartphones is one of the most important aspects of the overall perceived value of... Read more
PayPal Global Study Spells Doom for the Wallet – C...
PayPal has revealed the findings of a global study that paints a dim future for the wallet. A vast majority (83%) of respondents across five countries indicated they wished they didnt have to carry a... Read more
How to Set Up Your Mac to Allow AirPrinting From i...
mac.tutsplus.com’s Jordan Merrick says: AirPrint is a great feature of iOS that provides a simple way of printing documents from your iPhone or iPad directly to an AirPrint-compatible printer with no... Read more
Price drop on refurbished 15″ 2.3GHz MacBook Pro,...
 The Apple Store has lowered their price on Apple Certified Refurbished 15″ 2.3GHz MacBook Pros to $1449 or $350 off the cost of new models, including free shipping. Apple’s one-year warranty is... Read more
Memorial Day Weekend iMac sale: $150 off MSRP
 Best Buy has iMacs on sale for $150 off MSRP on their online store for Memorial Day Weekend. Choose free home shipping or free instant local store pickup (if available): - 27″ 3.2GHz iMac: $1849.99... Read more
Economic Conservatives Defend Apple’s Tax Strategy
Given Apple’s longtime reputation as the particular darling of the liberal lefty end of the spectrum, it’s been facinating to see mostly prominant conservatives rallying to the defense of Apple’s... Read more

Jobs Board

System Engineer - *Apple* /Mobility - P...
System Engineer - Apple /Mobility Tracking Code 305801-533 Job Description Job Summary: As a Apple /Mobility Systems Engineer you will be involved in all aspects of Read more
*Apple* Account Executive - CompuCom (U...
Apple Account Executive Job Location US-IL-Des Plaines Posted Date 3/27/2013 Req # 2013-4905 Apply/Socialize: * Apply Now! * Email this opportunity to a friend or Read more
*Apple* Account Executive - CompuCom (U...
Apple Account Executive Job Location US-MAUS-DC Posted Date 3/27/2013 Req # 2013-4907 Apply/Socialize: * Apply Now! * Email this opportunity to a friend or Read more
*Apple* - Solution Architect - CompuCom...
Apple - Solution Architect Job Location US-TX-Dallas Posted Date 4/18/2013 Req # 2013-4932 Apply/Socialize: * Apply Now! * Email this opportunity to a friend or Read more
*Apple* - Solution Architect - CompuCom...
Job Location: US-TX-Dallas Posted Date: 4/18/2013 Overview: The Apple Solution Architect (SA) will be responsible for supporting pre-sales and post-sales solutions in Read more
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.