Wade Chandler | 1 Dec 01:02
Picon
Favicon

Re: Netbeans Refuses to Install! - (No Error Message)

I'm not 100% sure what your issue is. What do you mean extracted bundle.jar? Are you not using an installer?
Was the installer .bin or .exe not running at all?

Wade

 ==================
Wade Chandler, CCE
Software Engineer and Developer, Certified Forensic Computer Examiner, NetBeans Dream Team Member, and
NetBeans Board Member
http://www.certified-computer-examiner.com
http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam
http://www.netbeans.org

----- Original Message ----
> From: pronvit <pronvit <at> gmail.com>
> To: nbusers <at> netbeans.org
> Sent: Sunday, November 30, 2008 1:31:46 PM
> Subject: [nbusers]  Netbeans Refuses to Install! - (No Error Message)
> 
> Dmitry,
> 
> 
> 
> Hmm.. strange.. after I extracted bundle.jar and tried to start it with 
> jre6/bin/java it produced completely no output and no log file.
> 
> 
> 
> But then I decided to try java from jdk1.6.0_10/bin and installer launched.
> 
(Continue reading)

VIN_T | 1 Dec 03:53
Picon

Re: How can I create more than one CRUD on the same JavaDesktop Application / DataBase Application project ?


Yes, I needed to know how to create more than one CRUD on the same project
with Java
Desktop Application/DataBase Application too.

Is anyone know any tutorials out there show how to do that in NetBeans 6.5?
Thank you.

--

-- 
View this message in context: http://www.nabble.com/How-can-I-create-more-than-one-CRUD-on-the-same-JavaDesktop-Application---DataBase-Application-project---tp14614774p20765298.html
Sent from the Netbeans IDE Users mailing list archive at Nabble.com.

Gary Greenberg | 1 Dec 06:39
Favicon

Debugging web service clients in NB 6.5

I am trying to debug a JAX-WS client in NB 6.5

My code is doing what I expect it to do, but when I send a WS request I am getting an error in response.

Looks like something is missing in the SOAP message but I can’t figure what is wrong.

Is there a way to view outgoing SOAP message in Netbeans?

I tried soapUI plugin but couldn’t make it work for me.

I also tried wsmonitor standalone with the same result.

Looks like both tools work as proxy and require redirecting WS request to some local port.

If I am trying to change the URN to something like localhost:NNNN, I am getting into the conflict with WSDL.

 

Is there any way to somehow view (or log) outgoing SOAP messages without overhauling the whole client?

Your advice will be very appreciated.

 

Richa Gupta | 1 Dec 07:12
Favicon

Compiling netbeans platform


Hi,

I want to edit the dialog for plugin manager of netbeans, to include some
new fields. Please help me, how can I do this.
Also, I would like to know how can I recompile the source code of netbeans.

Thanks in advance
Richa
--

-- 
View this message in context: http://www.nabble.com/Compiling-netbeans-platform-tp20766633p20766633.html
Sent from the Netbeans IDE Users mailing list archive at Nabble.com.

Paweł Stawicki | 1 Dec 09:00
Picon
Gravatar

GWT Shell in Netbeans 6.5 in 64bit linux.

Hi,

Is there any way to launch GWT application in GWT Shell on 64bit linux system? I use Ubuntu 8.10 (64bit) and Netbeans 6.5. I can run application, but when I try to debug it, I get error message about 32-64bit incompatibility. I know GWT native libraries are 32bits only, but on Eclipse I can just set JRE to 32bit one and launch using this JRE. On Netbeans I cannot add 32bit JRE to Java Platforms, because it only accepts JDKs. I even added javac to my 32bit JRE installation for NB to recognize it as JDK, and it worked, but still, if I set this Java Platform for my project, there is still the same error message.

I use Glassfish v3 as an application server.

Best regards
--
Pawel Stawicki
http://pawelstawicki.blogspot.com

Petr Kopač | 1 Dec 09:05
Picon

Need to build project from nb on computer without nb

Hello,

I've done my seminar work in java using the Netbeans 6.5, I've used
template Java Desktop Application. That means the project is dependent
on two libraries. (appframework-1.0.3.jar  swing-worker-1.1.jar)

When I build it on my computer everything is fine. But when I send it to
my teacher, he can run the precompiled jar, but isn't able to do "ant
jar", because it can't find the libraries.

Even javadoc can't be generated and output looks like this:
.../TelephoneSimApp.java:8:
package org.jdesktop.application does not exist
    [javadoc] import org.jdesktop.application.SingleFrameApplication;
    [javadoc]                                ^
    [javadoc]
.../TelephoneSimApp.java:13:
cannot find symbol
    [javadoc] symbol: class SingleFrameApplication
    [javadoc] public class TelephoneSimApp extends
SingleFrameApplication {
    [javadoc]                                      ^
    [javadoc]

...many errors...
and it dies:

com.sun.tools.javadoc.ClassDocImpl cannot be cast to
com.sun.javadoc.AnnotationTypeDoc
    [javadoc]   at
com.sun.tools.javadoc.AnnotationDescImpl.annotationType(AnnotationDescImpl.java:46)

...many exceptions...

    [javadoc]   at com.sun.tools.javadoc.Main.main(Main.java:31)
    [javadoc] Generating
.../TelephoneSim/dist/javadoc/serialized-form.html...
    [javadoc] 14 warnings

BUILD FAILED
.../TelephoneSim/nbproject/build-impl.xml:485:
Javadoc returned 1

I haven't found anything helpful on the net. Could you, please, tell me,
how to get the "jar" target to work on other machines without netbeans? 

(I thought about mkdir libs and cp the libs there, but where to change
the classpath in confing/xml/properties? It's a bit too complex for me)

Thank you
Petr Kopač

tkellerer | 1 Dec 09:28
Picon

Need to build project from nb on computer without nb

If you are using Java6 then you don't need the NB libraries. You can change the libraries that NB uses in 

Tools -> Options -> Miscellaneous -> GUI Builder.

Change "Layout Generation Style" to "Standard Java 6 Code"

This requires that you are running NB using Java 6 and that your project is using Java 6 as well. 

Unfortunately I think this will only affect newly created forms. I don't know how to convert the existing
forms to use the Java6 libraries :(

tkellerer | 1 Dec 09:34
Picon

Compiling outside of Netbeans


pnelson wrote:
> CLASSPATH is an environment variable of the OS.  So depending on your OS you can look at the path by:

While this is true, you should not use the CLASSPATH variable. 

It creates too much trouble as it affects all Java applications on your system. This might lead to strange
behaviour when the CLASSPATH contains libraries that are not compatible with the "local" libraries an
application is using (or expecting)

> You can set the classpath with javac and java commands with -cb <path>.

To be precise: it's the -cp parameter.

Peter Williams | 1 Dec 09:35
Picon

Re: GWT Shell in Netbeans 6.5 in 64bit linux.

Run NetBeans on a non-64 bit enabled JDK?

If the JDK used by V3 is involved here, for 6.5 it always uses whatever 
was used to launch NetBeans, if the server is launched from within 
NetBeans.  If the server is started outside though, it will use the JDK 
specified in the jvm-config options in domain.xml (and if not there, it 
goes through some rules).  I don't know if this will help.

You should file an RFE.  I don't know if anyone specifically looked into 
this, but I doubt it.

-Peter

Paweł Stawicki wrote:
> Hi,
>
> Is there any way to launch GWT application in GWT Shell on 64bit linux 
> system? I use Ubuntu 8.10 (64bit) and Netbeans 6.5. I can run 
> application, but when I try to debug it, I get error message about 
> 32-64bit incompatibility. I know GWT native libraries are 32bits only, 
> but on Eclipse I can just set JRE to 32bit one and launch using this 
> JRE. On Netbeans I cannot add 32bit JRE to Java Platforms, because it 
> only accepts JDKs. I even added javac to my 32bit JRE installation for 
> NB to recognize it as JDK, and it worked, but still, if I set this 
> Java Platform for my project, there is still the same error message.
>
> I use Glassfish v3 as an application server.
>
> Best regards
> -- 
> Pawel Stawicki
> http://pawelstawicki.blogspot.com

Pavel Pribyl | 1 Dec 09:53
Picon

Re: Upgrade Netbeans 6.1 to 6.5


Hi there.

David is right. Just a small note - you don't need to uninstall 6.1 , but
you *do need* to download the installer of 6.5 :) There is no way how to
upgrade 6.1 to 6.5 directly (it does not work the way like regular updates,
that can be downloaded and installed directly in the IDE).

Best regards

Pavel Pribyl

HandyGeek wrote:
> 
> Hello Abirami Sivaramakrishnan,
> You can have multiple versions of NB on your machine, no need to 
> uninstall except to free up HD space, as each version creates its own 
> directory tree.  For example the version 6.5 install creates a new 
> C:\Program Files\NetBeans 6.5\ on my WinXPSP2 machine -- At the end of 
> the install you are asked if you want to import previous settings (in 
> your case from NB6.1 already installed).  I have always clicked "yes", 
> with good results.
> 
> Best, /David
> 
> Abirami Sivaramakrishnan wrote:
>> Hi,
>>
>> I have Netbeans 6.1 version installed in my windows xp machine.
>>
>> Is there a way I can upgrade to 6.5 ? or do I need to uninstall 6.1 
>> and download the 6.5 installer ?
>>
>> Thanks &  Regards,
>>
>> Abirami Sivaramakrishnan
>>
> 
> 

--

-- 
View this message in context: http://www.nabble.com/Upgrade-Netbeans-6.1-to-6.5-tp20756505p20768174.html
Sent from the Netbeans IDE Users mailing list archive at Nabble.com.


Gmane