Selecting Dynamically Created Radio Buttons from a Table

1481 byte By True_Neutrala at 2007-11-27 5:31:36
I have already succeeded in selecting the correct radio button from a pre defined table and radio buttons created using the IDE by using code like this: String stringRadioButtonEnabled = (String) radioButtonActivated.getSelected("radioButtonGroupActivated"); I'm attempting to figure out which ...

Studio Creator Download - English

40 byte By directr1a at 2007-11-27 5:31:43
Page not found - any suggestions.

checkbox help

142 byte By parceritoa at 2007-11-27 5:32:12
How can i check and uncheck a checkbox from java?i am 100% beginner (java and jsf) Thanks a lot in advanceantonio.

Sunstudio EA 12 Linux: f77 compiler doesn't O3/fast

438 byte By niessepea at 2007-11-27 5:33:40
Hi Forum,compiling a FOTRAN 77 program with the -O3 option gives me"corsika.F", [hatch_]:ube: error: Assert has been violated at '/set/mars/builds.intel-Linux/nightly.ea1.Fri/intel-Linux/lang/ube/opt/src/structure.c 253'.make[1]: *** [corsika-compilefile.o] Error 154Did I miss a bug fix?I'm ...

Help:Static Text Field display contents of a text file.

559 byte By Llewelyna at 2007-11-27 5:35:52
I've been beating my head against this one for AGES! trying to create a modular page using static text fields and text files for easy maintenance, since i can change the look and feel of the Text using NetBeans/Java Studio Creator.Is there ANYWAY to concatinate a text file into a Static Text ...

failure when loading native library on sun 5.10

618 byte By ofer75a at 2007-11-27 5:37:45
I have a JNI native library that calls a custom C++ shared library with a fair number of dependencies. At runtime, in the process of loading the custom C++ library, I get the following failed assertionBest鋞igung fehlgeschlagen: 0, file ../lnk/exthrow.cc, line 537Abbrechen - Speicherabbild ...

Java Persistence API with Sun Studio Creator

447 byte By blvovskya at 2007-11-27 5:39:27
I need to use Java Persistence API with Sun Creator. Is it posible? How? I think Java Persistence API is just for JDK 1.5+ but Sun Creator uses 1.4 for J2EE. Is there any way?Another question is how can I use GlassFish AppServer with Sun Creator? Is it possible? I have a large project done for ...

how get datasource as object for passing to ireport calling

742 byte By mfa786a at 2007-11-27 5:39:46
hi master sir how get datasource object such as netbeans give me idea ====================Context ctx = null; DataSource ds = null; try { ctx = new InitialContext(); ds = (DataSource) ctx.lookup("jdbc/as400"); } catch (NamingException ex) { ex.printStackTrace(); } Connection conn = ...

hash_multimap compile warning

3646 byte By multimapa at 2007-11-27 5:40:01
The environment is $ uname -aSunOS sha-view2 5.10 Generic_118833-24 sun4u sparc SUNW,Netra-T12$ CC -VCC: Sun C++ 5.8 Patch 121017-10 2007/02/21When I compile the following code, there is no warning, no error.typedef std::multimap< uint64TP, ioCcSipTCPProcessor*> TCP_CONN_MAP;TCP_CONN_MAP ...

see my code for geting the datasource that give me error

713 byte By mfa786a at 2007-11-27 5:40:42
sir i use under blow code for geting datasource no error in datasource but when use datasource object that give me errrConnection conn = null ;// the following should be in a try-catch...javax.naming.Context ctx = new javax.naming.InitialContext() ;DataSource ds = ...

trouble with checkbox!!!!!!!!!!!

239 byte By jg1234a at 2007-11-27 5:41:45
Friends , I have a component tabset with tabs. on tab1 I have a component checkbox he is checked. When I go for tab2 the component checkbox (tab1) is checked = false !!. Like solving?Thanks!I type from Brazil and you ?

Why The previous URL is displayed when i click a link

295 byte By p_georgea at 2007-11-27 5:43:46
Hi,Iam using netbeans with visual web pack to develop some web application.When i click a link, let's say from home to stock, the correct page (stock.jsp) is displayed but the url still shows the homepage.Could you please explain me how to fix this?Thank you.

in my java studio IDE classpaths are not scanned

54 byte By wwmnalindaa at 2007-11-27 5:44:33
please help me to solve the problem immediately

how to update a single row of data table

120 byte By ajeeshpga at 2007-11-27 5:47:20
How we can update a single row of the data table by clicking the button in the same row.Thanks in Advance.

Please I need Help 2 weeks no work !

496 byte By jg1234a at 2007-11-27 5:48:12
NetBeans Visual WEBFriends I have 1 component tabSet1 with tab1 & tab2Into the tab1 1 component table bind DataBase with fieldsName checkBoxPaulfalsePetertrueAntonio falsewhen I go for Tab2 & return for Tab1all register o state go to (false)PaulfalsePeterfalseAntonio falsePlease I need ...

Enlarging the font of the output / projects/ files windows

176 byte By ianbrna at 2007-11-27 5:48:31
Hello, I tried to enlarge the font of the output / projects/ files windowsand could not find it;is it possible to do this ? how ? Regards,Ian

Issues loading data in table component after dploying to tomcat5.5.28

2276 byte By JohnnyFlipa at 2007-11-27 5:53:37
Hi I export a war file from sjsc2 u 1 into tomcat5.5.28 and also set up jndi to point to the datasource properly but displaying table component with the data loaded from creator.i'm getting the following error type Exception reportmessage description The server encountered an internal error () ...

Why are different linkers used by C compiler vs other compilers

1359 byte By rolfva at 2007-11-27 5:54:38
I have installed Sun Studio 11 on our Linux machine and I am trying to use it to compile programs of different languages. Prior to running, I set my PATH and LD_LIBRARY_PATH to point to the software installation area as shown below.setenv PATH ...

Confused about warnings in STLport

2023 byte By _tib_a at 2007-11-27 5:55:32
Hi,I'm using C++5.7:% CC -VCC: Sun C++ 5.7 Patch 117830-08 2006/07/12I'm trying to compile a rather big code base using increased warning level and turning warnings into errors.I'm having trouble with STLport's fstream include file (using STLport that ships with the ...

Debugging Jump Start Cycles

21205 byte By BradCarlson1a at 2007-11-27 5:55:53
I am new and feel quite dumb at this point. I just downloaded Studio Creator 2 and create new project and selected Jump Start Cycles, JSC. I then tried to debug JSC. I got a build sucessful. But I got the following error in the browser. HTTP 500 it refered me to the log files. It says something ...

re-submit form on page reload

447 byte By opletina at 2007-11-27 5:56:24
I have a simple JSF form (UIForm). the values from it are inserted into DB by link action (submit) . after that the page reloads and the form fields are filled. if I reload the page by "reload" button in the browser or F5 the form submits once more and the values are inserted into DB again.- ...

deployment error-- error while running ejbc -- fatal error from EJB Compile

567 byte By S.Ka at 2007-11-27 5:56:52
Hi,I'm using Sun Studio 5.0 Standard Edition with Sun Application Server 7.0.I have an EJB QL:<ejb-ql>SELECT OBJECT(M) FROM ErrorMessage M WHERE M.applicationId = ?1</ejb-ql>which gives error while deploying EJB.Removing where clause as:<ejb-ql>SELECT OBJECT(M) FROM ...

how I can obtain from code java, an object created in managed beans

492 byte By scraftera at 2007-11-27 5:58:15
i have created an object in managed beans: <managed-bean><managed-bean-name>calculo</managed-bean-name><managed-bean-class>logica_negocio.Calculadora</managed-bean-class><managed-bean-scope>request</managed-bean-scope></managed-bean>and i want ...

Custom Component to Sun java studio creator

310 byte By ashishsamanta at 2007-11-27 5:59:47
I want to add a custom created component to studio creator.I created a calculator,i want it to be added in 'sun java studio creator' as a component so that i can use it anywhere further. I tried most of the websites for solution but frutless.Please Send me a solution as fast as ...

Can custom component be added to a studio creator_Update1 ?

165 byte By ashishsamanta at 2007-11-27 5:59:55
Can we add a custom component to sun java studio creator update1 or it requires studio creator_update 2?Please tell me about the custom component thing

Migrating from JBuilder to Sun Studio

430 byte By kloebera at 2007-11-27 5:59:59
I am currently using JBuilder 2006 for a whole host of 'Projects'. Now I'm considering of moving to Sun Studio 11 (it's free after all :). However, as far as I can see, Sun Studio 11 does not have the concept of 'Project' (bad choice, SUN!).Has anybody out there tried something like this ...

INSTALLATION FAILED( ERROR: CreateProcess failed ==> %1 is not a valid Wi

812 byte By Vivek_Ma at 2007-11-27 6:00:34
Whats wrong here? I am unable install jScreator on my XP professional SP2.!!Below is the log file. System requirements are met but I get this error !!file type: 0 file id: 0 length: 178 offset: 319579 file name: instructions.txtfile type: 5 file id: 1 length: 1009 offset: 319757 file name: ...

How to Crate a "*.complib" file ?

84 byte By ashishsamanta at 2007-11-27 6:00:43
How to create a complib file for eg:- a complib file for a calculator.

Openning a popup window from a table component

513 byte By JohnnyFlipa at 2007-11-27 6:03:28
Good dayI dragged n dropped a table component that extract data from my Database into my visual designer and added a button in the last column of the table component,When the button is clicked it execute a javascript fuction(window.open()) to display the selected rows in detail,It openning the ...

Identifier length exceeds the maximum of 31 characters

494 byte By lasga at 2007-11-27 6:03:47
I use the sun f90 compiler to compile a subroutine. However, the compiler told me the subroutine's name is too long. Deos anybody know how to solve this problem? I really need such long subroutine name. Many thanks!% f90 -DCAM -DNO_SHR_VMATH -DHIDE_SHR_MSG -inline=%auto -fast -g -fsimple=1 ...

sending email

530 byte By xmlba at 2007-11-27 6:03:53
When trying to add hard coded text to the message body along with selected values off the form, the entire line will not appear in the email message.message.println(getRadDD().getSelected().toString()); ...

UML in Sun Java Creator

227 byte By phamtranquocvieta at 2007-11-27 6:04:28
Hi,I would like to draw a UML diagram for my back end code within Creator. I instaled and checked the IDE out. No such thing as UML in it. Is there any plug-in for this? Any pointer is greatly appreciated. Thanks.

Web page expired exactly after 1 hour from tomcat 5.5

388 byte By anikhindia at 2007-11-27 6:06:03
Hi,we have developed web application in sun javastudio creator and deploed on tomcat 5.5 also we have configured its session 180 (3 hrs.)in tomcat web.xml.we are running some database procedures constantly.The web page (jsp) exactly after 1 hour gets expired ,still tomat is running.Please ...

forte12 Object Cache

384 byte By Glanzmanna at 2007-11-27 6:06:12
Hello,I like the new Fort12 object cache but it is a bit of useless to mebecause my build environment wipes the source directories before it doesa rebuild of a software. Now I wonder if it is possible to configureforte12 that it does put the object cache in /tmp or something likethat. Otherwise ...

Checkbox and table component

324 byte By JohnnyFlipa at 2007-11-27 6:07:17
Hi I have a table component that is bound to a dataprovider of an Employee table with the following columns(Employee_ID,Firstname,lastname and positon) and the first column on the table componet displays a check box ,The issue is how do I get the employee_id of the checked rows?Thanks in ...

SPARC64 VI / "Olympus" processor compiler flags ?

153 byte By izfromsuna at 2007-11-27 6:09:08
Hello,Trying to understand if Sun Studio 11 or Studio 12 have any SPARC64 VI-specific compiler flags. Thanks in advance,Isaac

dbx: internal error: signal SIGBUS (invalid address alignment)

34 byte By autohanda at 2007-11-27 6:10:20
any idea how to avoid this?

Do anybody know, if there is a roadmap of Suns compiler as OSS?

668 byte By theuserbla at 2007-11-27 6:13:34
Hi!I have read at http://www.heise.de/newsticker/result.xhtml?url=/newsticker/meldung/90435that Sun plans to publish version 12 of Sun Studio for Linux and Solaris free of charge on 4.6.2007 at http://developer.sun.com/sunstudioThis also then includes again its C/C++ and Fortran Compiler for ...

Do anybody know, if there is a roadmap of Suns compiler as OSS?

668 byte By theuserbla at 2007-11-27 6:13:50
Hi!I have read at http://www.heise.de/newsticker/result.xhtml?url=/newsticker/meldung/90435that Sun plans to publish version 12 of Sun Studio for Linux and Solaris free of charge on 4.6.2007 at http://developer.sun.com/sunstudioThis also then includes again its C/C++ and Fortran Compiler for ...

Where to ask NetBeans questions?

287 byte By outdateboya at 2007-11-27 6:14:20
Hello,A very stupid question, where is the community forum for NetBeans? This is the closest forum i find. I am sorry to ask a naive question. i have been out of the Java technology loop for years and what is obvious to you could be very frustrating for me.Thank you

Web page expiry after 1 hour

388 byte By anikhindia at 2007-11-27 6:17:21
Hi,we have developed web application in sun javastudio creator and deploed on tomcat 5.5 also we have configured its session 180 (3 hrs.)in tomcat web.xml.we are running some database procedures constantly.The web page (jsp) exactly after 1 hour gets expired ,still tomat is running.Please ...

Connecting to dbx failed:

523 byte By Lars_Va at 2007-11-27 6:20:45
HiI installed the new Sun Studio 12 on Solaris 10 x86,I choose to install it under /opt/studio12I compile the welcome project, no problem,then I try "Run/Debug executeable", I point out the executeable dist/Debug/Welcome, the working directory is SunStudioProjects/Welcome and press DebugI get ...

segfault due to wrong data alignment in studio12

1454 byte By bugchuckera at 2007-11-27 6:20:49
Hello all,I just downloaded the realease version of Sun Studio 12.After compiling our application with the CC compiler versionCC: Sun C++ 5.9 SunOS_i386 2007/05/03Our applications segfaults due to a data alignment/sse2 error,which is caused by a compiler bug.This situation arises like this:Two ...

Sun CC compiler problem with Boost

1315 byte By dudhanissa at 2007-11-27 6:21:24
Hi,I have install Boost 1.32.0 on Sun SPARC machines.But while compiling my code with Sun Stdio11 CC compiler i got some error:/1.32.0/include/boost/iterator/iterator_facade.hpp", line 837: Error: Could not find a match for ...

How to refresh sessionbean

667 byte By JohnnyFlipa at 2007-11-27 6:22:32
Good day all,I have a web app that has a textfield,a static text and two buttons (search and submit) the user enters a value in the textfield then click the search button to search the database and return some values added to session beans,the session beans values is binded to the static text ...

Dates in calendar components are reproducing.

1086 byte By @passw0rd@a at 2007-11-27 6:22:39
Hi All,I am facing a big problem.I have two calendar components1) fromDate2) toDatewhen page loded first time fromDate field will be remains blank and toDate field contains current date by default.I am also validating these date fields.My problem is that if user filled wrong dates and click on ...

Exceptionhandler

523 byte By ttashiia at 2007-11-27 6:23:50
Hi,Please help,I was implementing the Jasper report tutorial and suddenly Creator stopped creating new projects. I thought to reinstalll the software would be a good idea bot unfortunately, just increased the number of problems I have to solve. Now the newly installed software does not ...

Newbie:how to create a page with 4 textfields and send data to MySql DB

1664 byte By jaybuffer88a at 2007-11-27 6:24:29
Dear all,i have created a page called page1 with 1 submit button named 'submitButton' and 4 textfields named:'date''item''contact''phone'I have created a MySql DB table with the schema named 'association' and table named todolist3. Fields created in the table are :'Date' - ...

is there any chance to install sunstudio 12 on slackware 11?

424 byte By nikoladspa at 2007-11-27 6:26:15
hi, is there any chance to install sunstudio 12 on slackware 11? i tried with no success. i used rpm2tgz on unpacked rpm's, but java 1.4.2_08 reported unsatisfied dependencies like gawk and /bin/sh.i dont understand this because i have /bin/sh and valid gawk (they come with my slack). when i ...

DBX on Ubuntu

1457 byte By hpcklimaa at 2007-11-27 6:27:21
Hi,I downloaded and installed SunStudio 12 on my Ubuntu machine. Thanks a lot for this great tool, the IDE works like a charm and compiling is smoothly.But sadly the debugging using dbx does not work. I tried it on Ubuntu Dapper Drake LTS (6.06) and get the following errors:Reading ...