I'm currently a developer looking into 2 things...1.) Evaluating the tool and...2.) Creating a website for a non-commercial uses for a non-profit....Am I on safe grounds as far as the non-commercial usage? If not, how soon could I purchase it....etc.?
376 byte By
huonglt at 2007-11-25 17:17:08
I downloaded James 2.1.3 and set environment parameter as it show.But when i execute file run.bat, I got the following warning in the phoenix.log:Phoenix was not started by the daemon thus it will not be possible to restart the JVM via the Management interface.INFO ...so that I couldn't use ...
625 byte By
sebbean at 2007-11-25 17:17:21
i get this error when i try to run a page"java.util.MissingResourceException: Can't find resource for bundle org.openide.uitl.NbBundle$PBundle, key enterprise.deployapi.actions.modulestataction.deploy_failedDeployment Error -- Error loading deployment descriptors for _WebApplications1 -- This ...
i am creating an application that will manipulate tiff images, how will i open and load a tiff image in my app? thanks!
419 byte By
indyjoe at 2007-11-25 17:17:35
Hi I am trying to code a button to execute a program called reset (it is a citrix command line utility) using Process ls_proc = Runtime.getRuntime().exec("reset "); However I keep getting the filpermission error. I have created a policy using policy tool like this permission ...
When I try uninstalling from Add/Remove programs or using the uninstall tool in the application folder I get the same error and then it hangs saying that it is uninstalling and never progresses.java.lang.NoClassDefFoundError: org/netbeans/modules/schema2beans/Version Can anyone help me get this ...
630 byte By
qqkick at 2007-11-25 17:18:18
In CustomerInfo tutorial, when creating a customer model from database, the software is asking for a database schema. I uses tools->Capture Database Schema... to generate schema from pointbase. But I am getting the following message when creating model using this schema:The Schema Object you ...
470 byte By
cgfulton at 2007-11-25 17:18:23
I am able to add the Admin Server but I am Not able to create a server instance for my application server. InputsServer Instance Name: server1Server Instance Port: 10003ErrorServer returned HTTP response code: 500 for URL:http//localhost:4848/web1/entrySoftware- Sun Studio 5, Standard Edition- ...
Hello all,How one assigns a tooltip to a JSF component using the Studio-Creator ? thank you, Rami
Is anyone using Sun Java Studio Creator to create SVG driven front-ends? I'd be interested in talking to anyone that is.Van
379 byte By
strummur at 2007-11-25 17:18:52
I was running my Shoutcast server with the genre set to 'Guitar Lessons' and immediately had several viewers. I am interested in develolping a Java user interface where students download the interface to log on to my A/V stream after secure login and payment of course. Where do I start? I ...
i have successfully added mysql as a "data source" to Creator, can view the tables in the particular db, build is successful. i have placed the stable ".jar" in the project WEB-INF directory as well as the subdirector "lib".on "Run" i get the above cited error. the database is running and ...
384 byte By
oids_man at 2007-11-25 17:19:07
I am having trouble creating a link to our AS400 / iseries. When I go to test the new connection i get a "Couldn't load driver - com.ibm.as400.access.AS400JDBCDriver" message.I ma referencing the jt400.jar file which does contain the class mentioned above. Anyone have any ideas?The .jar file ...
735 byte By
mysorian at 2007-11-25 17:19:13
I have several servers running on my XP-Prof. VS.Net, Weblogic Workshop 8.1, and Sun Java Studio Creator. This note pertains to VS.Net / Sun StudioCreator.I created a .asmx file [ a webservice file on .NET ] from which I extracted the .WSDL file. I then copied this file to the C:\Documents and ...
It says the internet site does not exist when I attemp to download the windows version? Has anyone else experienced this?
Folks -Forgive me if this has been answered before ....Does JSE6 support connecting to a SAS P8 server?If not - is there any word if/when JSE will support SAS P8?When I go to install JSE6 - it forces me to install a SAS P7 server on my local box? Anyway around this?(I'd like to use my SAS P8 ...
Ok folks - another (hopefully easy) one -Can someone give me the "skinny" on Sun Studio's Web Application Framework, specifically - is it a MVC implementation like Struts? IQ2 - what support (if any) is available for Struts based apps running on SAS P8 and building them inside JSE6?Thanks ...
Dear Sir or Madame,can someone help me?! I need this part changed - it is vital to my work. You can email me the changes to support@geoinfo.usI hope someone can help me :(I get the following errors:C:\DOCUME~1\DEJANG~1\Desktop\WM_GIC~1\WEBMAP~1\JavaClient.ja va:1171: illegal start of ...
New to the product. Entered the HelloWeb app...everything went fine, including 'Web Site Found' when deploying the app.Then a screen pops up from the 'Traffic Server' with my correct 'Username' for my MSN passport, I enter the correct password (tried many, many times...can even change the ...
Looks that nobody is taking portlets spec seriusly , not even sun lol.At this rate doesnt matter how many advances java can aconplish with gui based html design when portals (yes small ones included) are being completly ignored by everyone except for n tier 500000$ portals. Php is easily ...
5978 byte By
wuwayne at 2007-11-25 17:19:43
When I change the commandButton's value to Chinese character, errors happens as following, Exception Handler Description: An unhandled exception occurred during the execution of the web application. Please review the following stack trace for more information regarding the error.Exception ...
236 byte By
mysorian at 2007-11-25 17:19:50
This tutorial does not work. The reason being, when you try to add a refrence to the JAR file [even though it is present on the hard drive, and you can browse to its location ], when you try to add you get a error message.
118 byte By
mysorian at 2007-11-25 17:19:51
I do not see the License Manager under tools menu. Is this something new added during the last few days.
794 byte By
mysorian at 2007-11-25 17:19:54
When I try to include jsp tags, for example, <jsp:include /> tags, I get the following error. Can you indicate how exactly this can be done.Begining of error message--Exception Details: org.apache.jasper.JasperException Unable to compile class for JSP No Java compiler was found to ...
298 byte By
dexmont at 2007-11-25 17:19:59
Hi everyone, i'm new at using java technology, so when i tried to run an app in a Mac plataform i received a message ERROR: /users/nuser/a.txt (Permition denied) so i tried to use the policytool but I can't create a new policy file, it hasn't any menu or options to save any change
[i]My simple application involves two image components and two buttons. Wher I press the "right arrow" button, the program switches the two pictures to the next two that are in the relatiive image directory in alphabetic order. The source code follows below. I don't know what the problem would ...
In my previous posting the message didn't get displayed;My simple application involves two image components and two buttons. Wher I press the "right arrow" button, the program switches the two pictures to the next two that are in the relatiive image directory in alphabetic order. The source ...
363 byte By
bro1424 at 2007-11-25 17:20:08
Seems a little early to be jumping to subscription mode. I still haven't heard any "hero" stories. Browsing the forums I find a lot of frustration with this product.I've been using since JSC since its release and still have so many bugs that I can't imagine using this tool for a production ...
Now that MySQL is working (woo hoo!) with JSC, I have a couple of questions for any experts out there...1. How would I perform an image or other file upload from a browser?2. How would I retrieve and display an image from a db on a jsp page?Thanks for any help. ...
109183 byte By
lestroud at 2007-11-25 17:20:16
I know this has got to be something obvious or a setup thing....but i got this error in the log as soon as I luanched a virgin install on linux. Any fixes out there yet? ->Log Session: Monday, June 28, 2004 10:06:49 PM EDT>System Info: Product Version= Java Studio Creator (Build 040621) ...
Is Solaris x86 / W1100z support on the JS Creator product roadmap?<URL: http://www.sun.com/smi/Press/sunflash/2004-06/sunflash.20040628.5.html& gt;<URL: http://www.sun.com/smi/Press/sunflash/2004-06/sunflash.20040628.4.html& gt;Johngroenveld@acm.org ...
Please provide new/updated instructions for taking this 2004q2 release and deploying to Tomcat 5.0*. I was able to get the EarlyRelease app running inside Tomcat by copying a short list of jars:commons-beanutils.jarcommons-digester.jarcommons-logging.jarjstl.jar - but that same action doesn't ...
503 byte By
colinws at 2007-11-25 17:20:38
Creator doesn't seem to generate supported locale information in the faces-config.xml it creates.I would expect to see something like this:<faces-config> ...
4314 byte By
voise at 2007-11-25 17:20:41
i am trying to install Sun One Studio in my Debian Linux and when i launch the setup application it tells me that i must log in as superuser to install. Well, the thing is that i launch the installer as root, but the program doesn't seem to think the same :)Surprisingly, the log file doesn'l ...
I am following the help directions in the Sun Java Studio Enterprise edition, to supply arguments for program execution.I am getting an array out of bounds error.The help says to select the program to execute, then select build from main menu, then set arguments.A dialog box pops up to provide ...
I am trying to connect to the ODBC in Java Studio Creator. When I try to use the JDBC-ODBC bridge inside the src.zip, I can only see the table name. I can't get the data from it. Then, I tried to find some ODBC driver on the internet and use it. Now, I can see the column name, but still can't ...
Is it possible do use a MS Access database with JSC? For sure a JDBC 3.0 compliant driver has to be used when creating the new datasource in JSC. Does anyone know where such drivers for an Access DB are available? Thanks
246 byte By
teeboo at 2007-11-25 17:20:54
It's not love at first sight, but I think i'm gonna fall in love with creator. my question is, is it possible to use/integrate a different application server into creator instead of Sun's Application Server. I prefer to use Jonas
676 byte By
lestroud at 2007-11-25 17:21:04
I am working on a nice simple master detail. I have created a datatable and made one of the columns an action link. In the action handler for the link I attempt to get the row data from the dataTable object (to which the view is bound). However, I receive an illegal argument exception when I ...
I install the 2004q2 version of Creator on my Mandrake Linux 10,I found Palette is empty.I install the libstdc++2.10-2.96-0.83mdk which running well with the EA version of Creator on the same computer, the Palette is fine. But, it mess with the mysql, I could view the mysql table and its data ...
509 byte By
ttv_ at 2007-11-25 17:21:12
I cannot get into Java Studio Creator Tutorials because of asking login, password, and Product Serial Number. I don't see the Licence Number under tool menu of my Creator. I guess I am using the beta Creator at the first time Sun just released. Are there any ways to access to online Tutorials ...
509 byte By
ttv_ at 2007-11-25 17:21:13
I cannot get into Java Studio Creator Tutorials because of asking login, password, and Product Serial Number. I don't see the Licence Number under tool menu of my Creator. I guess I am using the beta Creator at the first time Sun just released. Are there any ways to access to online Tutorials ...
509 byte By
ttv_ at 2007-11-25 17:21:14
I cannot get into Java Studio Creator Tutorials because of asking login, password, and Product Serial Number. I don't see the Licence Number under tool menu of my Creator. I guess I am using the beta Creator at the first time Sun just released. Are there any ways to access to online Tutorials ...
509 byte By
ttv_ at 2007-11-25 17:21:15
I cannot get into Java Studio Creator Tutorials because of asking login, password, and Product Serial Number. I don't see the Licence Number under tool menu of my Creator. I guess I am using the beta Creator at the first time Sun just released. Are there any ways to access to online Tutorials ...
509 byte By
ttv_ at 2007-11-25 17:21:16
I cannot get into Java Studio Creator Tutorials because of asking login, password, and Product Serial Number. I don't see the Licence Number under tool menu of my Creator. I guess I am using the beta Creator at the first time Sun just released. Are there any ways to access to online Tutorials ...
509 byte By
ttv_ at 2007-11-25 17:21:17
I cannot get into Java Studio Creator Tutorials because of asking login, password, and Product Serial Number. I don't see the Licence Number under tool menu of my Creator. I guess I am using the beta Creator at the first time Sun just released. Are there any ways to access to online Tutorials ...
509 byte By
ttv_ at 2007-11-25 17:21:18
I cannot get into Java Studio Creator Tutorials because of asking login, password, and Product Serial Number. I don't see the Licence Number under tool menu of my Creator. I guess I am using the beta Creator at the first time Sun just released. Are there any ways to access to online Tutorials ...
509 byte By
ttv_ at 2007-11-25 17:21:19
I cannot get into Java Studio Creator Tutorials because of asking login, password, and Product Serial Number. I don't see the Licence Number under tool menu of my Creator. I guess I am using the beta Creator at the first time Sun just released. Are there any ways to access to online Tutorials ...
624 byte By
HaroonA at 2007-11-25 17:21:23
Hi,The 2004Q2 Creator looks pretty good! But for me it has been an unsuccessful struggle to deploy the exported WAR file to our Tomcat environment.What I have done is created the WAR file from the , as suggested from the 2004Q2 Creator IDE. But I have tried unsuccessfully to deploy it to both ...
624 byte By
lestroud at 2007-11-25 17:21:28
Can someone please explain how this works? Does it register for events from the wrapped rowset? The problem I am having is that I take the current row from a rowsetdatamodel (after a click) and shove it in a session bean. When I access the row on a subsequent page, no rows are available until ...