i download and install jdk 1.3.1_01 . but i cant use it. in dos mode, when i enter the command "java ProgramName" , it give message (exception in thread "main" java.lang.NoClassDefError). when i enter "javac ProgramName.java" , the message is "bad command or filename". i know that my java code ...
192 byte By
gussev at 2007-9-26 10:11:46
Hi All,recently I open my web-site. The site dedicated to development JavaBeans && Swing.Of couse everyone is welcome.Regards,Alexander Gusev.
232 byte By
mbethala at 2007-9-26 10:19:09
could anyone tell me how i can reinstall component palette tab and its beans which i mistakenly deleted. Please i would appreciate if anybody who knows would respond to it.thank you in advance.mary
Hi all,I could get the jhindexer to work but all the hits returned by the indexer are repeated twice..For example, if i did a word-search on "project", i would get:- How to work with projects- How to work with projects-Create a project-Create a projecti.e the hits are repeated.. what am i ...
584 byte By
XAPHS at 2007-9-26 10:46:25
The following exception occurs when I type a word into the "Find" field and press Enter in Search tag.java.lang.Error: Could not load engine named com.sun.java.javahelp.search.DefaultSearchEngine for view: javax.help.SearchView@63bcI have created the required files with the jhindexer command ...
First tutorial example in Forte4j. Uses timer bean. works Ok in IDE. Try to compile the ".java" in the MSDOS console and it can't resolve the reference to .Timer. Likewise running the forte generated ".class" file won't work. I thought I would be able to make transportable code. Forte won't ...
274 byte By
fschumac at 2007-9-26 10:56:44
I have a Bean with a vetoable change property.I get the event, when the property is changed. So far, so good.Now I want the listener to cancel the change (veto).Does anyone know, how this is to achieve?Thanks in advance,Frank
I have just started using JavaHelp today, and I've figured out the general opening of the help window with F1 and the help broker, and also triggering context-sensitive help.... However, I can't seem to figure the correct way that I could register context-sensitive help for tree nodes. I have ...
I am trying to open a shtml page and I got this error:500 Internal Server Error/communities/engineering/pgse/pgsr/specs/index.shtml:Could not instantiate allaire.jrun.ssi.SSIFilterWhat does it mean and how can I solve it.Thanks
732 byte By
hikiran at 2007-9-26 11:30:24
I wan't to know the advantages and disadvantages of using JavaBeans in a JSP page.Like for example general traditional approach for a database connectionis to create a connection and access the database from that and close the connectionat the end of the page, instead of the If I use a common ...
455 byte By
Squirtle at 2007-9-26 11:45:39
Hi,I've downloaded and installed BDK 1.1,I' ve found the specification for JavaBeans. But the specification seems to be for JavaBeans 1.01( http://java.sun.com/products/javabeans/docs/), is there no specification for JavaBeans 1.1 ?This specification talks a lot about awt nothing about ...
950 byte By
enstrom at 2007-9-26 11:51:26
When I generate the search data I only get two files (Position and tmap) In the log file I get the following errormessage:java.io.FileNotFoundException: (The system cannot find the path specified)at java.io.FileInputStream.open(Native Method)at java.io.FileInputStream.<init>(Unknown ...
984 byte By
gradwell at 2007-9-26 12:04:33
Hi,Can anyone tell me the current status and future Sun plans for the HotJava HTML Component. I use it heavily for an application that integrates a knowledge database and a web browser. However, I have run into problems using the current version with JDK ...
Hi All,I am using Java Forte 3.0 for development of JavaBeans.While my Customizer works perfectly well with BDK1.1,in Forte it does not seem to work.In Forte the Customizer dialog appears,I am able to set values,I am able to serialize it and later add it the Component pallette.This Bean(added ...
146 byte By
pcwong01 at 2007-9-26 12:14:30
I am looking for web site that provide a full list of Java's syntax with explanation. Can someone show me the way?Thank you!
197 byte By
mortoza at 2007-9-26 12:16:41
Hi thereI have studyed javahelp system IDE and user guide but I am not sure how do I start building my help system for my java application. Anybody help me?thanks
Hi Just wondering if anyone has used the XMLEncoder and XMLDecoder classes from 1.4. Does anyone know if you can customise the way that the beans are written out in the same way that one can change default serialization by supplying your own read and writeobject functions.Dara ...
4900 byte By
venkatv at 2007-9-26 12:48:27
I'm having trouble getting a simple custom PersistenceDelegate to work with XMLEncoder.Instead of the expected XML output, I get an exception and a message that my statement was discarded.Any help would be much appreciated. Thanks.I'm using JDK 1.4 Beta 3 on Windows 2000 SP2I'm attaching the ...
hi to all, iam learning java. I installed jdk1.2.2 and BDK1.1 and set the classpath accordingly. i wrote a simplebean ,created a manifest file and a jarfile.but when i try to load the jar file in beanbox tool , iam getting the message that the jar file does't contain any bean . I included the ...
97 byte By
marvindo at 2007-9-26 13:00:52
I need a method that will recursively list all the files in a directory. Any ideas?
Hi GuysNew to JavaHelp but I've been hacking at the API for a couple of days now. If this is obvious then apologies in advance but I'd love to know the reason anyway.Environ: jdk 1.3.0, Win2000When I run d:\jh1.1\javahelp\bin\jhindexer .\topics -verbose -logfile log.txtI get the following ...
360 byte By
muming at 2007-9-26 13:36:33
Can anyone explain this message for me:"Check that the version of "javac" that you are runningis the one supplied with Sun's JDK1.x (which includes thecompiler classes) and not some other version of "java"or JRE shipped with some other product.Could not create event adaptor."Thanks a lot! ...
103 byte By
uramsic at 2007-9-26 13:51:24
Could someone please tell me what topics should go in the help file(s) of an application.
Two simple questions:Where do I get the API for this (examples would be great!)? and is this a 'freeware' product and if not wheredo I order it?Rgs,Janne Johansson
371 byte By
shawmike at 2007-9-26 14:36:16
I'm new to JavaHelp and haven't decided yet if I will use it. I'm not clear on one thing: do I have to distribute some file(s) to my users in order for their machines to work correctly with JavaHelp?As it is, the JRE is big for modem users to download. If they will also need to download ...
I need to keep Objects cached in the server side. so in order to make it persistence can i use JAVA BEANS.I am not interested to do for EJB.I need a cache component build in the server side .how can i do it in JAVA / J2EE platform?
Hi,I`m quite new to JavaBeans and am trying to implement a transactionBeanInfo file to go with my Transaction bean.But, I`m confused as to how I can define actions for my getter and setter methods with some text to describe these methods.Also I want to be able to define properties so that they ...
4236 byte By
albel at 2007-9-26 15:25:30
Below is command line passed to indexer -db d:/temp/test/ -verbose -locale lt d:/temp/test/vdi d:/temp/test/vmi d:/temp/test/sodraFile count is aprox 850And total size of all files is about 54MBBelow is exception.java.io.IOException: Can't store Documentat ...
350 byte By
kavinjr at 2007-9-26 15:33:35
I have written an Applet. Our help files in CHMs. For web users, does anybody know how to display chm files. As far as I knwo Java URL doesnt support Microsoft ms-its protocol. I need to open up different pages in the chm files (sort of window level help). Is there a workaround anybody know ? ...
659 byte By
dewangs at 2007-9-26 15:35:19
Hi,I am trying to build a search index using jhindexer. However, when I try to run the indexer on my folder, I get the following exception: Exception in thread "main" java.lang.IllegalAccessError: try to access class com.sun.java.help.search.ConceptLocation from class ...
123 byte By
peter2y at 2007-9-26 15:41:35
How can I use JavaHelp without swing or applets? (Applets can cause problems encountered with firewalls etc.)
857 byte By
rabordo at 2007-9-26 16:22:27
Hi,I have just looked at JavaHelp and cannot find a feature I was hoping for ... perhaps someone can indicate whether I have missed something.In the map file, XML is used to describe id to URL mappings, but it would appear that the URL has to be hardcoded ? I am thinking about different ...
HiI have made a JTable using JTable myTable = new JTable(myAbstractTablemodel) where myAbstractTablemodel is a class implementing the Interface AbstractTablemodel . In my table when i enter a value at a particular cell ,say c(2,3) it will be remain their if we clicked at some other cell after ...
If i have a bean say BigBean which contains another bean say SmallBean.Both of SmallBean and BigBean implment seriablizable. If i save the BigBean, will the state of the SamllBean be saved automatically ?
449 byte By
ks143 at 2007-9-26 16:36:19
I have a result set from a select * from users where userid = xxx statement. However, at the moment I have had to hard code the remainder of the code to get the data from each column as I need the column name as well as its data. I had read somewhere using java beans and reflection it is ...
I would like to use the search Capability of JavaHelp only. Is there a way to just use the search capability in JavaHelp and display the results of the search in a seperate window?
232 byte By
p_hoebe at 2007-9-26 16:41:13
Anyone can tell me that what is the easier way to create a property sheet for a bean. Do I need to start from a panel and do it myself or there is any tools that i can use to make my life easier. Thanks !
I am Beginners to Java Beans Let me give some site address and tips to learn JavaBeans.How can I get BeanBox. Reply at the earliest.Thanking You.R.Muthiah Samy
273 byte By
mahogg at 2007-9-26 16:47:54
I am building my multilist dynamically, so I don't know how many columns and rows there might be. But say for example I have about 20 columns in my multilist, well I can only scroll to column #15. I don't know why this happens. Does anyone have any answers.
Hi, I am trying to install BDK 1.1 on Win2k sp2. I have the latest JDK. When I get to the install screen when I select a VM, the list is blank. What do I do? Where do I go?:)thankstony
2222 byte By
spachter at 2007-9-26 17:24:04
I have an applet launched from a .jsp page via an object tag. The applet itself is fairly simple, containing the basic code to set up a HelpSet and HelpBroker (it's a DefaultHelpBroker, if that matters) and then go to the help incidated by a parameter passed in. Everything is peachy until the ...
269 byte By
trtr at 2007-9-26 17:25:13
I am getting confused. i see all over the place people saying they have a JavaBean and are using it in a JSP file. But it is always just a java class. Nothing about it is a bean as far as i can tell - or am I wrong? I thought it needed a descriptor class?
757 byte By
inertia at 2007-9-26 17:25:41
Does the JavaBean specification allow for a bean setter to return the object that it sets a property for? Suppose you had a bean like so:public class Fish ( ) { private String color ; private int length ; public String getColor ( ) { return color ; } public Fish setColor ( String color ) { ...
239 byte By
tianlye at 2007-9-26 17:47:09
Hi, I m working on a project now and i wish to intergrate javahelp into the system. However, making a set of helpfile seems quite tedious?Is there any free java help creator?thank a million for all your help!!!!!!!!!!!
372 byte By
HLL at 2007-9-26 17:47:25
Hi guys,I have few probs while using JavaHelp for my appliaction.1. The HelpBroker window flickers twice when it is invoked for the first time. Has this happened to any one of you ?2. I am not able to invoke a .hs file from inside an application jar file.Please give me your suggestions on ...
2736 byte By
seqteam at 2007-9-26 17:48:39
Hi,I am using javaHelp in an application and it throws StateInvariantError when I try to activate help. The Help screen comes either completely blank (gray background) or as a white empty page. If I try to select inside the blank white page using mouse, letters start appearing. This also throws ...
352 byte By
jimurban at 2007-9-26 18:13:38
I am developing a JavaWebStart application. I would like to use Javahelp with it. Is this possible? Has anyone done this?Would each user have to install JavaHelp on their workstation? I know I can download the JavaHelp jar files via jnlp, but how would I set the JHHOME variable? Thanks,Jim ...
582 byte By
mudili at 2007-9-26 18:19:13
In my Application i have 10 beans and among these beans one is the main Bean called the Designer . This designer bean extends JPanel and its layout is set to null. i place the other beans on this designer where all the beans extend JLabel. This is working fine in JBuilder 4.0 . i am getting ...
477 byte By
ijdavid at 2007-9-26 18:22:07
I sort of understand Java Beans and currently writes custom beans for my installer using InstallShield MultiPlatfor Edition. I do register the bean(s) the same way as you do with BDK.Are there any samples or documentation so that I can write my own GUI builder so I can drop the beans therejust ...
321 byte By
jawaharR at 2007-9-26 18:27:13
All,Where is the best place to start, with jave beans.I mean I need to find out what is a java bean , how to make/constructone and how to implement it and or distribute itIs www.java.sun.com a good place to start?Any good books for beginners? and or web site?Thanks ...